Html Css Color HEX #F20979 Deep Pink

📋 copy color: '#F20979'

red 242 ◦ green 9 ◦ blue 121

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

Shades of Deep Pink #F20979

Tints of Deep Pink #F20979

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.42%

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

R = 65.05%
G = 2.42%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F20979 (or 0xF20979) is known color: Deep Pink. HEX triplet: F2, 09 and 79. RGB value is (242,9,121). Sum of RGB (Red+Green+Blue) = 242+9+121=372 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.05% from 372); Green value is 9 (3.91% from 255 or 2.42% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 242 - color contains mainly: red. Hex color #F20979 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20979 is #0DF686. Grayscale: #5B5B5B. Windows color (decimal): -915079 or 7932402. OLE color: 7932402.

HSL color Cylindrical-coordinate representation of color #F20979: hue angle of 331.16º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F20979 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 9 121 -
CMYK 0 0.96 0.50 0.05
HSL 331.16º 0.93% 0.49% -
HSV(B) 331.16º 0.96% 0.95% -
XYZ 40.17 20.45 19.92 -
YUV 91.44 144.69 235.39 -
System Red Green Blue C M Y K H S L
Decimal 242 9 121 0 0.96 0.50 0.05 331.16 0.93 0.49
Hex F2 9 79 0 60 32 5 14B 5D 31
Octal 362 11 171 0 140 62 5 513 135 61
Binary 11110010 1001 1111001 0 1100000 110010 101 101001011 1011101 110001

Color Harmonies of #F20979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20979

Black with #F20979

Text Example


Text Example

White with #F20979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20979; }

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

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

background-color css

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

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

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

border-color css

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

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

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