Shades of Deep Pink #F00180
Tints of Deep Pink #F00180
RGB
CMYK
RGB Variations
Color information
#F00180 (or 0xF00180) is known color: Deep Pink. HEX triplet: F0, 01 and 80. RGB value is (240,1,128). Sum of RGB (Red+Green+Blue) = 240+1+128=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F00180 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00180 is #0FFE7F. Grayscale: #565656. Windows color (decimal): -1048192 or 8389104. OLE color: 8389104.
HSL color Cylindrical-coordinate representation of color #F00180: hue angle of 328.12º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00180 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 128 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.06 |
| HSL | 328.12º | 0.99% | 0.47% | - |
| HSV(B) | 328.12º | 1% | 0.94% | - |
| XYZ | 39.84 | 20.11 | 22.2 | - |
| YUV | 86.94 | 151.18 | 237.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 128 | 0 | 1.00 | 0.47 | 0.06 | 328.12 | 0.99 | 0.47 |
| Hex | F0 | 1 | 80 | 0 | 64 | 2F | 6 | 148 | 63 | 2F |
| Octal | 360 | 1 | 200 | 0 | 144 | 57 | 6 | 510 | 143 | 57 |
| Binary | 11110000 | 1 | 10000000 | 0 | 1100100 | 101111 | 110 | 101001000 | 1100011 | 101111 |
Color Harmonies of #F00180
Complementary color
Monochromatic Colors of #F00180
Black with #F00180
Text Example
Text Example
White with #F00180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00180; }
p { color: rgb(240,1,128); }
H1.HeaderClassName
{
color: #F00180;
}
.AnyTagClassName
{
color: #F00180;
}
</style>
background-color css
<style>
a { background-color: #F00180; }
a { background-color: rgb(240,1,128); }
div.DivClassName
{
background-color: #F00180;
}
.BgClassName
{
background-color: #F00180;
}
</style>
border-color css
<style>
span { border-color: #F00180; }
span { border-color: rgb(240,1,128); }
td.TdClassName
{
border-color: #F00180;
}
.TagClassName
{
border-color: #F00180;
}
</style>