Html Css Color HEX #F24979 Dark Pink

📋 copy color: '#F24979'

red 242 ◦ green 73 ◦ blue 121

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

Shades of Dark Pink #F24979

Tints of Dark Pink #F24979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.75%

R = 55.5%
G = 16.74%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F24979 (or 0xF24979) is known color: Dark Pink. HEX triplet: F2, 49 and 79. RGB value is (242,73,121). Sum of RGB (Red+Green+Blue) = 242+73+121=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F24979 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24979 is #0DB686. Grayscale: #808080. Windows color (decimal): -898695 or 7948786. OLE color: 7948786.

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

Color convert

RGB 242 73 121 -
CMYK 0 0.70 0.50 0.05
HSL 342.96º 0.87% 0.62% -
HSV(B) 342.96º 0.7% 0.95% -
XYZ 42.45 25.02 20.68 -
YUV 129 123.49 208.6 -
System Red Green Blue C M Y K H S L
Decimal 242 73 121 0 0.70 0.50 0.05 342.96 0.87 0.62
Hex F2 49 79 0 46 32 5 157 57 3E
Octal 362 111 171 0 106 62 5 527 127 76
Binary 11110010 1001001 1111001 0 1000110 110010 101 101010111 1010111 111110

Color Harmonies of #F24979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24979

Black with #F24979

Text Example


Text Example

White with #F24979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24979; }

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

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

background-color css

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

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

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

border-color css

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

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

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