Color Hex Logo

#f241cf Color Hex

#F241CF
(242,65,207)
0 Favorites   0 Comments

Color spaces of #f241cf

RGB 24265207
HSL0.870.870.60
HSV312°73°95°
CMYK 0.000.730.14   0.05
XYZ49.770727.162861.6512
Yxy27.16280.35910.1960
Hunter Lab52.117979.2545-33.6526
CIE-Lab59.124779.1959-35.9337

#f241cf color RGB value is (242,65,207).

#f241cf hex color red value is 242, green value is 65 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f241cf hue: 0.87 , saturation: 0.87 and the lightness value of f241cf is 0.60.

The process color (four color CMYK) of #f241cf color hex is 0.00, 0.73, 0.14, 0.05. Web safe color of #f241cf is #ff33cc. Color #f241cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01000001 11001111
Octal 362 101 317
Decimal 242 65 207
Hex F2 41 CF

RGB Percentages of Color #f241cf

%47.08
%12.65
%40.27

CMYK Percentages of Color #f241cf

%0
%73
%14
%5

Triadic Colors of #f241cf

#f241cf #cff241 #41cff2

Analogous Colors of #f241cf

#f241cf #f24177 #bd41f2

Monochromatic Colors of #f241cf

#f241cf

Complementary Color

#f241cf #41f264

#f241cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f241cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f241cf Color CSS Codes

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

#f241cf Text Font Color

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

This sample text font color is #f241cf
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.


#f241cf Background Color

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

This div background color is #f241cf


#f241cf Border Color

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

This div border color is #f241cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,65,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f241cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f241cf;
  -webkit-box-shadow: 1px 1px 3px 2px #f241cf;
  box-shadow:         1px 1px 3px 2px #f241cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,65,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f241cf


Comments

No comments written yet.

Please login to write comment.