Shades of Deep Pink #F00487
Tints of Deep Pink #F00487
RGB
CMYK
RGB Variations
Color information
#F00487 (or 0xF00487) is known color: Deep Pink. HEX triplet: F0, 04 and 87. RGB value is (240,4,135). Sum of RGB (Red+Green+Blue) = 240+4+135=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F00487 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00487 is #0FFB78. Grayscale: #595959. Windows color (decimal): -1047417 or 8848624. OLE color: 8848624.
HSL color Cylindrical-coordinate representation of color #F00487: hue angle of 326.69º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F00487 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 4 | 135 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.06 |
| HSL | 326.69º | 0.97% | 0.48% | - |
| HSV(B) | 326.69º | 0.98% | 0.94% | - |
| XYZ | 40.35 | 20.36 | 24.73 | - |
| YUV | 89.5 | 153.69 | 235.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 135 | 0 | 0.98 | 0.44 | 0.06 | 326.69 | 0.97 | 0.48 |
| Hex | F0 | 4 | 87 | 0 | 62 | 2C | 6 | 147 | 61 | 30 |
| Octal | 360 | 4 | 207 | 0 | 142 | 54 | 6 | 507 | 141 | 60 |
| Binary | 11110000 | 100 | 10000111 | 0 | 1100010 | 101100 | 110 | 101000111 | 1100001 | 110000 |
Color Harmonies of #F00487
Complementary color
Monochromatic Colors of #F00487
Black with #F00487
Text Example
Text Example
White with #F00487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00487; }
p { color: rgb(240,4,135); }
H1.HeaderClassName
{
color: #F00487;
}
.AnyTagClassName
{
color: #F00487;
}
</style>
background-color css
<style>
a { background-color: #F00487; }
a { background-color: rgb(240,4,135); }
div.DivClassName
{
background-color: #F00487;
}
.BgClassName
{
background-color: #F00487;
}
</style>
border-color css
<style>
span { border-color: #F00487; }
span { border-color: rgb(240,4,135); }
td.TdClassName
{
border-color: #F00487;
}
.TagClassName
{
border-color: #F00487;
}
</style>