color codes Logo

#f61aef color codes

#F61AEF
(246,26,239)
0 Favorites   0 Comments

Color spaces of #f61aef

RGB 24626239
HSL0.840.920.53
HSV302°89°96°
CMYK 0.000.890.03   0.04
XYZ53.955426.563683.9449
Yxy26.56360.32810.1615
Hunter Lab51.539996.6709-60.4899
CIE-Lab58.568292.5871-54.8238

#f61aef color RGB value is (246,26,239).

#f61aef hex color red value is 246, green value is 26 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f61aef hue: 0.84 , saturation: 0.92 and the lightness value of f61aef is 0.53.

The process color (four color CMYK) of #f61aef color code is 0.00, 0.89, 0.03, 0.04. Web safe color of #f61aef is #ff33ff. Color #f61aef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00011010 11101111
Octal 366 32 357
Decimal 246 26 239
Hex F6 1A EF

RGB Percentages of Color #f61aef

%48.14
%5.09
%46.77

CMYK Percentages of Color #f61aef

%0
%89
%3
%4

Triadic Colors of #f61aef

#f61aef #eff61a #1aeff6

Analogous Colors of #f61aef

#f61aef #f61a81 #8f1af6

Monochromatic Colors of #f61aef

#f61aef

Complementary Color

#f61aef #1af621

#f61aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f61aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f61aef Color CSS Codes

.mybgcolor {background-color:#f61aef; } 
.myforecolor {color:#f61aef; }
.mybordercolor {border:3px solid #f61aef; }

#f61aef Text Font Color

<p style="color:#f61aef">Text here</p>

This sample text font color is #f61aef
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f61aef Background Color

<div style="background-color:#f61aef">
Div content here</div>

This div background color is #f61aef


#f61aef Border Color

<div style="border:3px solid #f61aef">
Div here</div>

This div border color is #f61aef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,26,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f61aef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f61aef;
  -webkit-box-shadow: 1px 1px 3px 2px #f61aef;
  box-shadow:         1px 1px 3px 2px #f61aef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,26,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f61aef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f61aef;
  -webkit-box-shadow: 1px 1px 3px 2px #f61aef;
  box-shadow:         1px 1px 3px 2px #f61aef;">
Div content here</div>

This div box has shadow with color #f61aef

Related Colors


Comments

No comments written yet.

Please login to write comment.