Html Css Color HEX #F20788 Deep Pink

📋 copy color: '#F20788'

red 242 ◦ green 7 ◦ blue 136

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

Shades of Deep Pink #F20788

Tints of Deep Pink #F20788

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.82%

 BLUE value IS 136 (53.52% from 255) = 35.32%

R = 62.86%
G = 1.82%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F20788 (or 0xF20788) is known color: Deep Pink. HEX triplet: F2, 07 and 88. RGB value is (242,7,136). Sum of RGB (Red+Green+Blue) = 242+7+136=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F20788 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20788 is #0DF877. Grayscale: #5B5B5B. Windows color (decimal): -915576 or 8914930. OLE color: 8914930.

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

Color convert

RGB 242 7 136 -
CMYK 0 0.97 0.44 0.05
HSL 327.06º 0.94% 0.49% -
HSV(B) 327.06º 0.97% 0.95% -
XYZ 41.14 20.81 25.14 -
YUV 91.97 152.86 235.01 -
System Red Green Blue C M Y K H S L
Decimal 242 7 136 0 0.97 0.44 0.05 327.06 0.94 0.49
Hex F2 7 88 0 61 2C 5 147 5E 31
Octal 362 7 210 0 141 54 5 507 136 61
Binary 11110010 111 10001000 0 1100001 101100 101 101000111 1011110 110001

Color Harmonies of #F20788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20788

Black with #F20788

Text Example


Text Example

White with #F20788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20788; }

 p { color: rgb(242,7,136); }

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

background-color css

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

 a { background-color: rgb(242,7,136); }

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

border-color css

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

 span { border-color: rgb(242,7,136); }

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