Html Css Color HEX #F24F77 Dark Pink

📋 copy color: '#F24F77'

red 242 ◦ green 79 ◦ blue 119

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

Shades of Dark Pink #F24F77

Tints of Dark Pink #F24F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.05%

R = 55%
G = 17.95%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F24F77 (or 0xF24F77) is known color: Dark Pink. HEX triplet: F2, 4F and 77. RGB value is (242,79,119). Sum of RGB (Red+Green+Blue) = 242+79+119=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24F77 is #0DB088. Grayscale: #848484. Windows color (decimal): -897161 or 7819250. OLE color: 7819250.

HSL color Cylindrical-coordinate representation of color #F24F77: hue angle of 345.28º 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 #F24F77 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 79 119 -
CMYK 0 0.67 0.51 0.05
HSL 345.28º 0.86% 0.63% -
HSV(B) 345.28º 0.67% 0.95% -
XYZ 42.74 25.8 20.18 -
YUV 132.3 120.5 206.25 -
System Red Green Blue C M Y K H S L
Decimal 242 79 119 0 0.67 0.51 0.05 345.28 0.86 0.63
Hex F2 4F 77 0 43 33 5 159 56 3F
Octal 362 117 167 0 103 63 5 531 126 77
Binary 11110010 1001111 1110111 0 1000011 110011 101 101011001 1010110 111111

Color Harmonies of #F24F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24F77

Black with #F24F77

Text Example


Text Example

White with #F24F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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