Html Css Color HEX #F24872 Dark Pink

📋 copy color: '#F24872'

red 242 ◦ green 72 ◦ blue 114

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

Shades of Dark Pink #F24872

Tints of Dark Pink #F24872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.64%

R = 56.54%
G = 16.82%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F24872 (or 0xF24872) is known color: Dark Pink. HEX triplet: F2, 48 and 72. RGB value is (242,72,114). Sum of RGB (Red+Green+Blue) = 242+72+114=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 72 (28.52% from 255 or 16.82% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F24872 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24872 is #0DB78D. Grayscale: #7F7F7F. Windows color (decimal): -898958 or 7489778. OLE color: 7489778.

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

Color convert

RGB 242 72 114 -
CMYK 0 0.70 0.53 0.05
HSL 345.18º 0.87% 0.62% -
HSV(B) 345.18º 0.7% 0.95% -
XYZ 41.97 24.73 18.48 -
YUV 127.62 120.32 209.58 -
System Red Green Blue C M Y K H S L
Decimal 242 72 114 0 0.70 0.53 0.05 345.18 0.87 0.62
Hex F2 48 72 0 46 35 5 159 57 3E
Octal 362 110 162 0 106 65 5 531 127 76
Binary 11110010 1001000 1110010 0 1000110 110101 101 101011001 1010111 111110

Color Harmonies of #F24872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24872

Black with #F24872

Text Example


Text Example

White with #F24872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24872; }

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

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

background-color css

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

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

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

border-color css

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

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

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