Html Css Color HEX #F24877 Dark Pink

📋 copy color: '#F24877'

red 242 ◦ green 72 ◦ blue 119

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

Shades of Dark Pink #F24877

Tints of Dark Pink #F24877

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.63%

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

R = 55.89%
G = 16.63%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F24877 (or 0xF24877) is known color: Dark Pink. HEX triplet: F2, 48 and 77. RGB value is (242,72,119). Sum of RGB (Red+Green+Blue) = 242+72+119=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F24877 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24877 is #0DB788. Grayscale: #808080. Windows color (decimal): -898953 or 7817458. OLE color: 7817458.

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

Color convert

RGB 242 72 119 -
CMYK 0 0.70 0.51 0.05
HSL 343.41º 0.87% 0.62% -
HSV(B) 343.41º 0.7% 0.95% -
XYZ 42.27 24.84 20.02 -
YUV 128.19 122.82 209.18 -
System Red Green Blue C M Y K H S L
Decimal 242 72 119 0 0.70 0.51 0.05 343.41 0.87 0.62
Hex F2 48 77 0 46 33 5 157 57 3E
Octal 362 110 167 0 106 63 5 527 127 76
Binary 11110010 1001000 1110111 0 1000110 110011 101 101010111 1010111 111110

Color Harmonies of #F24877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24877

Black with #F24877

Text Example


Text Example

White with #F24877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24877; }

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

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

background-color css

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

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

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

border-color css

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

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

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