Html Css Color HEX #F20479 Deep Pink

📋 copy color: '#F20479'

red 242 ◦ green 4 ◦ blue 121

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

Shades of Deep Pink #F20479

Tints of Deep Pink #F20479

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.09%

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

R = 65.94%
G = 1.09%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F20479 (or 0xF20479) is known color: Deep Pink. HEX triplet: F2, 04 and 79. RGB value is (242,4,121). Sum of RGB (Red+Green+Blue) = 242+4+121=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 4 (1.95% from 255 or 1.09% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F20479 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20479 is #0DFB86. Grayscale: #585858. Windows color (decimal): -916359 or 7931122. OLE color: 7931122.

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

Color convert

RGB 242 4 121 -
CMYK 0 0.98 0.50 0.05
HSL 330.5º 0.97% 0.48% -
HSV(B) 330.5º 0.98% 0.95% -
XYZ 40.11 20.34 19.9 -
YUV 88.5 146.35 237.49 -
System Red Green Blue C M Y K H S L
Decimal 242 4 121 0 0.98 0.50 0.05 330.5 0.97 0.48
Hex F2 4 79 0 62 32 5 14B 61 30
Octal 362 4 171 0 142 62 5 513 141 60
Binary 11110010 100 1111001 0 1100010 110010 101 101001011 1100001 110000

Color Harmonies of #F20479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20479

Black with #F20479

Text Example


Text Example

White with #F20479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20479; }

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

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

background-color css

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

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

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

border-color css

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

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

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