Html Css Color HEX #F20888 Deep Pink

📋 copy color: '#F20888'

red 242 ◦ green 8 ◦ blue 136

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

Shades of Deep Pink #F20888

Tints of Deep Pink #F20888

RGB

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

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

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

R = 62.69%
G = 2.07%
B = 35.23%

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

#F20888 (or 0xF20888) is known color: Deep Pink. HEX triplet: F2, 08 and 88. RGB value is (242,8,136). Sum of RGB (Red+Green+Blue) = 242+8+136=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 8 (3.52% from 255 or 2.07% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F20888 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20888 is #0DF777. Grayscale: #5C5C5C. Windows color (decimal): -915320 or 8915186. OLE color: 8915186.

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

Color convert

RGB 242 8 136 -
CMYK 0 0.97 0.44 0.05
HSL 327.18º 0.94% 0.49% -
HSV(B) 327.18º 0.97% 0.95% -
XYZ 41.15 20.83 25.14 -
YUV 92.56 152.52 234.59 -
System Red Green Blue C M Y K H S L
Decimal 242 8 136 0 0.97 0.44 0.05 327.18 0.94 0.49
Hex F2 8 88 0 61 2C 5 147 5E 31
Octal 362 10 210 0 141 54 5 507 136 61
Binary 11110010 1000 10001000 0 1100001 101100 101 101000111 1011110 110001

Color Harmonies of #F20888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20888

Black with #F20888

Text Example


Text Example

White with #F20888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20888; }

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

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

background-color css

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

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

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

border-color css

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

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

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