Shades of Deep Pink #F20180
Tints of Deep Pink #F20180
RGB
CMYK
RGB Variations
Color information
#F20180 (or 0xF20180) is known color: Deep Pink. HEX triplet: F2, 01 and 80. RGB value is (242,1,128). Sum of RGB (Red+Green+Blue) = 242+1+128=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F20180 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20180 is #0DFE7F. Grayscale: #575757. Windows color (decimal): -917120 or 8389106. OLE color: 8389106.
HSL color Cylindrical-coordinate representation of color #F20180: hue angle of 328.38º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20180 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 128 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.05 |
| HSL | 328.38º | 0.99% | 0.48% | - |
| HSV(B) | 328.38º | 1% | 0.95% | - |
| XYZ | 40.53 | 20.46 | 22.23 | - |
| YUV | 87.54 | 150.84 | 238.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 128 | 0 | 1.00 | 0.47 | 0.05 | 328.38 | 0.99 | 0.48 |
| Hex | F2 | 1 | 80 | 0 | 64 | 2F | 5 | 148 | 63 | 30 |
| Octal | 362 | 1 | 200 | 0 | 144 | 57 | 5 | 510 | 143 | 60 |
| Binary | 11110010 | 1 | 10000000 | 0 | 1100100 | 101111 | 101 | 101001000 | 1100011 | 110000 |
Color Harmonies of #F20180
Complementary color
Monochromatic Colors of #F20180
Black with #F20180
Text Example
Text Example
White with #F20180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20180; }
p { color: rgb(242,1,128); }
H1.HeaderClassName
{
color: #F20180;
}
.AnyTagClassName
{
color: #F20180;
}
</style>
background-color css
<style>
a { background-color: #F20180; }
a { background-color: rgb(242,1,128); }
div.DivClassName
{
background-color: #F20180;
}
.BgClassName
{
background-color: #F20180;
}
</style>
border-color css
<style>
span { border-color: #F20180; }
span { border-color: rgb(242,1,128); }
td.TdClassName
{
border-color: #F20180;
}
.TagClassName
{
border-color: #F20180;
}
</style>