Shades of Deep Pink #F20880
Tints of Deep Pink #F20880
RGB
CMYK
RGB Variations
Color information
#F20880 (or 0xF20880) is known color: Deep Pink. HEX triplet: F2, 08 and 80. RGB value is (242,8,128). Sum of RGB (Red+Green+Blue) = 242+8+128=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F20880 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20880 is #0DF77F. Grayscale: #5B5B5B. Windows color (decimal): -915328 or 8390898. OLE color: 8390898.
HSL color Cylindrical-coordinate representation of color #F20880: hue angle of 329.23º 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 #F20880 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 8 | 128 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.05 |
| HSL | 329.23º | 0.94% | 0.49% | - |
| HSV(B) | 329.23º | 0.97% | 0.95% | - |
| XYZ | 40.6 | 20.61 | 22.26 | - |
| YUV | 91.65 | 148.52 | 235.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 8 | 128 | 0 | 0.97 | 0.47 | 0.05 | 329.23 | 0.94 | 0.49 |
| Hex | F2 | 8 | 80 | 0 | 61 | 2F | 5 | 149 | 5E | 31 |
| Octal | 362 | 10 | 200 | 0 | 141 | 57 | 5 | 511 | 136 | 61 |
| Binary | 11110010 | 1000 | 10000000 | 0 | 1100001 | 101111 | 101 | 101001001 | 1011110 | 110001 |
Color Harmonies of #F20880
Complementary color
Monochromatic Colors of #F20880
Black with #F20880
Text Example
Text Example
White with #F20880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20880; }
p { color: rgb(242,8,128); }
H1.HeaderClassName
{
color: #F20880;
}
.AnyTagClassName
{
color: #F20880;
}
</style>
background-color css
<style>
a { background-color: #F20880; }
a { background-color: rgb(242,8,128); }
div.DivClassName
{
background-color: #F20880;
}
.BgClassName
{
background-color: #F20880;
}
</style>
border-color css
<style>
span { border-color: #F20880; }
span { border-color: rgb(242,8,128); }
td.TdClassName
{
border-color: #F20880;
}
.TagClassName
{
border-color: #F20880;
}
</style>