Html Css Color HEX #F20988 Deep Pink

📋 copy color: '#F20988'

red 242 ◦ green 9 ◦ blue 136

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

Shades of Deep Pink #F20988

Tints of Deep Pink #F20988

RGB

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

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

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

R = 62.53%
G = 2.33%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F20988 (or 0xF20988) is known color: Deep Pink. HEX triplet: F2, 09 and 88. RGB value is (242,9,136). Sum of RGB (Red+Green+Blue) = 242+9+136=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F20988 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20988 is #0DF677. Grayscale: #5C5C5C. Windows color (decimal): -915064 or 8915442. OLE color: 8915442.

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

Color convert

RGB 242 9 136 -
CMYK 0 0.96 0.44 0.05
HSL 327.3º 0.93% 0.49% -
HSV(B) 327.3º 0.96% 0.95% -
XYZ 41.16 20.85 25.15 -
YUV 93.15 152.19 234.17 -
System Red Green Blue C M Y K H S L
Decimal 242 9 136 0 0.96 0.44 0.05 327.3 0.93 0.49
Hex F2 9 88 0 60 2C 5 147 5D 31
Octal 362 11 210 0 140 54 5 507 135 61
Binary 11110010 1001 10001000 0 1100000 101100 101 101000111 1011101 110001

Color Harmonies of #F20988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20988

Black with #F20988

Text Example


Text Example

White with #F20988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20988; }

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

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

background-color css

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

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

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

border-color css

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

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

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