Html Css Color HEX #F20088 Deep Pink

📋 copy color: '#F20088'

red 242 ◦ green 0 ◦ blue 136

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

Shades of Deep Pink #F20088

Tints of Deep Pink #F20088

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.02%
G = 0%
B = 35.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F20088 (or 0xF20088) is known color: Deep Pink. HEX triplet: F2, 00 and 88. RGB value is (242,0,136). Sum of RGB (Red+Green+Blue) = 242+0+136=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F20088 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20088 is #0DFF77. Grayscale: #575757. Windows color (decimal): -917368 or 8913138. OLE color: 8913138.

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

Color convert

RGB 242 0 136 -
CMYK 0 1 0.44 0.05
HSL 326.28º 1% 0.47% -
HSV(B) 326.28º 1% 0.95% -
XYZ 41.06 20.65 25.12 -
YUV 87.86 155.17 237.94 -
System Red Green Blue C M Y K H S L
Decimal 242 0 136 0 1 0.44 0.05 326.28 1 0.47
Hex F2 0 88 0 64 2C 5 146 64 2F
Octal 362 0 210 0 144 54 5 506 144 57
Binary 11110010 0 10001000 0 1100100 101100 101 101000110 1100100 101111

Color Harmonies of #F20088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20088

Black with #F20088

Text Example


Text Example

White with #F20088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20088; }

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

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

background-color css

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

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

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

border-color css

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

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

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