Color Hex Logo

#f24cfb Color Hex

#F24CFB
(242,76,251)
0 Favorites   0 Comments

Color spaces of #f24cfb

RGB 24276251
HSL0.820.960.64
HSV297°70°98°
CMYK 0.040.700.00   0.02
XYZ56.615031.011294.2686
Yxy31.01120.31130.1705
Hunter Lab55.687784.0189-61.3852
CIE-Lab62.517182.2596-55.2445

#f24cfb color RGB value is (242,76,251).

#f24cfb hex color red value is 242, green value is 76 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f24cfb hue: 0.82 , saturation: 0.96 and the lightness value of f24cfb is 0.64.

The process color (four color CMYK) of #f24cfb color hex is 0.04, 0.70, 0.00, 0.02. Web safe color of #f24cfb is #ff33ff. Color #f24cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01001100 11111011
Octal 362 114 373
Decimal 242 76 251
Hex F2 4C FB

RGB Percentages of Color #f24cfb

%42.53
%13.36
%44.11

CMYK Percentages of Color #f24cfb

%4
%70
%0
%2

Triadic Colors of #f24cfb

#f24cfb #fbf24c #4cfbf2

Analogous Colors of #f24cfb

#f24cfb #fb4cad #9b4cfb

Monochromatic Colors of #f24cfb

#f24cfb

Complementary Color

#f24cfb #55fb4c

#f24cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f24cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f24cfb Color CSS Codes

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

#f24cfb Text Font Color

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

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


#f24cfb Background Color

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

This div background color is #f24cfb


#f24cfb Border Color

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

This div border color is #f24cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f24cfb


Comments

No comments written yet.

Please login to write comment.