Html Css Color HEX #F24F78 Dark Pink

📋 copy color: '#F24F78'

red 242 ◦ green 79 ◦ blue 120

#F24F78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #F24F78

Tints of Dark Pink #F24F78

RGB

 RED value IS 242 (94.92% from 255) = 54.88%

 GREEN value IS 79 (31.25% from 255) = 17.91%

 BLUE value IS 120 (47.27% from 255) = 27.21%

R = 54.88%
G = 17.91%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F24F78 (or 0xF24F78) is known color: Dark Pink. HEX triplet: F2, 4F and 78. RGB value is (242,79,120). Sum of RGB (Red+Green+Blue) = 242+79+120=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24F78 is #0DB087. Grayscale: #848484. Windows color (decimal): -897160 or 7884786. OLE color: 7884786.

HSL color Cylindrical-coordinate representation of color #F24F78: hue angle of 344.91º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F24F78 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 79 120 -
CMYK 0 0.67 0.50 0.05
HSL 344.91º 0.86% 0.63% -
HSV(B) 344.91º 0.67% 0.95% -
XYZ 42.8 25.83 20.5 -
YUV 132.41 121 206.17 -
System Red Green Blue C M Y K H S L
Decimal 242 79 120 0 0.67 0.50 0.05 344.91 0.86 0.63
Hex F2 4F 78 0 43 32 5 159 56 3F
Octal 362 117 170 0 103 62 5 531 126 77
Binary 11110010 1001111 1111000 0 1000011 110010 101 101011001 1010110 111111

Color Harmonies of #F24F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24F78

Black with #F24F78

Text Example


Text Example

White with #F24F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24F78; }

 p { color: rgb(242,79,120); }

 H1.HeaderClassName
 {
   color: #F24F78;
 }
 .AnyTagClassName
 {
   color: #F24F78;
 }
</style>

background-color css

<style>
 a { background-color: #F24F78; }

 a { background-color: rgb(242,79,120); }

 div.DivClassName
 {
   background-color: #F24F78;
 }
 .BgClassName
 {
   background-color: #F24F78;
 }
</style>

border-color css

<style>
 span { border-color: #F24F78; }

 span { border-color: rgb(242,79,120); }

 td.TdClassName
 {
   border-color: #F24F78;
 }
 .TagClassName
 {
   border-color: #F24F78;
 }
</style>