Html Css Color HEX #F24972 Dark Pink

📋 copy color: '#F24972'

red 242 ◦ green 73 ◦ blue 114

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

Shades of Dark Pink #F24972

Tints of Dark Pink #F24972

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.02%

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

R = 56.41%
G = 17.02%
B = 26.57%

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

#F24972 (or 0xF24972) is known color: Dark Pink. HEX triplet: F2, 49 and 72. RGB value is (242,73,114). Sum of RGB (Red+Green+Blue) = 242+73+114=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F24972 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24972 is #0DB68D. Grayscale: #808080. Windows color (decimal): -898702 or 7490034. OLE color: 7490034.

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

Color convert

RGB 242 73 114 -
CMYK 0 0.70 0.53 0.05
HSL 345.44º 0.87% 0.62% -
HSV(B) 345.44º 0.7% 0.95% -
XYZ 42.04 24.86 18.5 -
YUV 128.21 119.99 209.17 -
System Red Green Blue C M Y K H S L
Decimal 242 73 114 0 0.70 0.53 0.05 345.44 0.87 0.62
Hex F2 49 72 0 46 35 5 159 57 3E
Octal 362 111 162 0 106 65 5 531 127 76
Binary 11110010 1001001 1110010 0 1000110 110101 101 101011001 1010111 111110

Color Harmonies of #F24972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24972

Black with #F24972

Text Example


Text Example

White with #F24972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24972; }

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

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

background-color css

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

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

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

border-color css

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

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

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