Html Css Color HEX #F24B77 Dark Pink

📋 copy color: '#F24B77'

red 242 ◦ green 75 ◦ blue 119

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

Shades of Dark Pink #F24B77

Tints of Dark Pink #F24B77

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.2%

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

R = 55.5%
G = 17.2%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F24B77 (or 0xF24B77) is known color: Dark Pink. HEX triplet: F2, 4B and 77. RGB value is (242,75,119). Sum of RGB (Red+Green+Blue) = 242+75+119=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F24B77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24B77 is #0DB488. Grayscale: #818181. Windows color (decimal): -898185 or 7818226. OLE color: 7818226.

HSL color Cylindrical-coordinate representation of color #F24B77: hue angle of 344.19º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F24B77 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 75 119 -
CMYK 0 0.69 0.51 0.05
HSL 344.19º 0.87% 0.62% -
HSV(B) 344.19º 0.69% 0.95% -
XYZ 42.46 25.24 20.09 -
YUV 129.95 121.83 207.92 -
System Red Green Blue C M Y K H S L
Decimal 242 75 119 0 0.69 0.51 0.05 344.19 0.87 0.62
Hex F2 4B 77 0 45 33 5 158 57 3E
Octal 362 113 167 0 105 63 5 530 127 76
Binary 11110010 1001011 1110111 0 1000101 110011 101 101011000 1010111 111110

Color Harmonies of #F24B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24B77

Black with #F24B77

Text Example


Text Example

White with #F24B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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