Shades of Deep Pink #F00187
Tints of Deep Pink #F00187
RGB
CMYK
RGB Variations
Color information
#F00187 (or 0xF00187) is known color: Deep Pink. HEX triplet: F0, 01 and 87. RGB value is (240,1,135). Sum of RGB (Red+Green+Blue) = 240+1+135=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F00187 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00187 is #0FFE78. Grayscale: #575757. Windows color (decimal): -1048185 or 8847856. OLE color: 8847856.
HSL color Cylindrical-coordinate representation of color #F00187: hue angle of 326.36º 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 #F00187 is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 135 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.06 |
| HSL | 326.36º | 0.99% | 0.47% | - |
| HSV(B) | 326.36º | 1% | 0.94% | - |
| XYZ | 40.32 | 20.3 | 24.71 | - |
| YUV | 87.74 | 154.68 | 236.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 135 | 0 | 1.00 | 0.44 | 0.06 | 326.36 | 0.99 | 0.47 |
| Hex | F0 | 1 | 87 | 0 | 64 | 2C | 6 | 146 | 63 | 2F |
| Octal | 360 | 1 | 207 | 0 | 144 | 54 | 6 | 506 | 143 | 57 |
| Binary | 11110000 | 1 | 10000111 | 0 | 1100100 | 101100 | 110 | 101000110 | 1100011 | 101111 |
Color Harmonies of #F00187
Complementary color
Monochromatic Colors of #F00187
Black with #F00187
Text Example
Text Example
White with #F00187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00187; }
p { color: rgb(240,1,135); }
H1.HeaderClassName
{
color: #F00187;
}
.AnyTagClassName
{
color: #F00187;
}
</style>
background-color css
<style>
a { background-color: #F00187; }
a { background-color: rgb(240,1,135); }
div.DivClassName
{
background-color: #F00187;
}
.BgClassName
{
background-color: #F00187;
}
</style>
border-color css
<style>
span { border-color: #F00187; }
span { border-color: rgb(240,1,135); }
td.TdClassName
{
border-color: #F00187;
}
.TagClassName
{
border-color: #F00187;
}
</style>