Html Css Color HEX #F20388 Deep Pink

📋 copy color: '#F20388'

red 242 ◦ green 3 ◦ blue 136

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

Shades of Deep Pink #F20388

Tints of Deep Pink #F20388

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.79%

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

R = 63.52%
G = 0.79%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F20388 (or 0xF20388) is known color: Deep Pink. HEX triplet: F2, 03 and 88. RGB value is (242,3,136). Sum of RGB (Red+Green+Blue) = 242+3+136=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F20388 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20388 is #0DFC77. Grayscale: #595959. Windows color (decimal): -916600 or 8913906. OLE color: 8913906.

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

Color convert

RGB 242 3 136 -
CMYK 0 0.99 0.44 0.05
HSL 326.61º 0.98% 0.48% -
HSV(B) 326.61º 0.99% 0.95% -
XYZ 41.09 20.72 25.13 -
YUV 89.62 154.18 236.69 -
System Red Green Blue C M Y K H S L
Decimal 242 3 136 0 0.99 0.44 0.05 326.61 0.98 0.48
Hex F2 3 88 0 63 2C 5 147 62 30
Octal 362 3 210 0 143 54 5 507 142 60
Binary 11110010 11 10001000 0 1100011 101100 101 101000111 1100010 110000

Color Harmonies of #F20388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20388

Black with #F20388

Text Example


Text Example

White with #F20388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20388; }

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

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

background-color css

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

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

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

border-color css

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

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

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