Html Css Color HEX #F20879 Deep Pink

📋 copy color: '#F20879'

red 242 ◦ green 8 ◦ blue 121

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

Shades of Deep Pink #F20879

Tints of Deep Pink #F20879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.16%

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

R = 65.23%
G = 2.16%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F20879 (or 0xF20879) is known color: Deep Pink. HEX triplet: F2, 08 and 79. RGB value is (242,8,121). Sum of RGB (Red+Green+Blue) = 242+8+121=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F20879 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20879 is #0DF786. Grayscale: #5A5A5A. Windows color (decimal): -915335 or 7932146. OLE color: 7932146.

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

Color convert

RGB 242 8 121 -
CMYK 0 0.97 0.50 0.05
HSL 331.03º 0.94% 0.49% -
HSV(B) 331.03º 0.97% 0.95% -
XYZ 40.16 20.43 19.92 -
YUV 90.85 145.02 235.81 -
System Red Green Blue C M Y K H S L
Decimal 242 8 121 0 0.97 0.50 0.05 331.03 0.94 0.49
Hex F2 8 79 0 61 32 5 14B 5E 31
Octal 362 10 171 0 141 62 5 513 136 61
Binary 11110010 1000 1111001 0 1100001 110010 101 101001011 1011110 110001

Color Harmonies of #F20879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20879

Black with #F20879

Text Example


Text Example

White with #F20879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20879; }

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

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

background-color css

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

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

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

border-color css

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

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

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