Shades of Deep Pink #F00885
Tints of Deep Pink #F00885
RGB
CMYK
RGB Variations
Color information
#F00885 (or 0xF00885) is known color: Deep Pink. HEX triplet: F0, 08 and 85. RGB value is (240,8,133). Sum of RGB (Red+Green+Blue) = 240+8+133=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F00885 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00885 is #0FF77A. Grayscale: #5B5B5B. Windows color (decimal): -1046395 or 8718576. OLE color: 8718576.
HSL color Cylindrical-coordinate representation of color #F00885: hue angle of 327.67º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F00885 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 133 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.06 |
| HSL | 327.67º | 0.94% | 0.49% | - |
| HSV(B) | 327.67º | 0.97% | 0.94% | - |
| XYZ | 40.26 | 20.39 | 24 | - |
| YUV | 91.62 | 151.36 | 233.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 133 | 0 | 0.97 | 0.45 | 0.06 | 327.67 | 0.94 | 0.49 |
| Hex | F0 | 8 | 85 | 0 | 61 | 2D | 6 | 148 | 5E | 31 |
| Octal | 360 | 10 | 205 | 0 | 141 | 55 | 6 | 510 | 136 | 61 |
| Binary | 11110000 | 1000 | 10000101 | 0 | 1100001 | 101101 | 110 | 101001000 | 1011110 | 110001 |
Color Harmonies of #F00885
Complementary color
Monochromatic Colors of #F00885
Black with #F00885
Text Example
Text Example
White with #F00885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00885; }
p { color: rgb(240,8,133); }
H1.HeaderClassName
{
color: #F00885;
}
.AnyTagClassName
{
color: #F00885;
}
</style>
background-color css
<style>
a { background-color: #F00885; }
a { background-color: rgb(240,8,133); }
div.DivClassName
{
background-color: #F00885;
}
.BgClassName
{
background-color: #F00885;
}
</style>
border-color css
<style>
span { border-color: #F00885; }
span { border-color: rgb(240,8,133); }
td.TdClassName
{
border-color: #F00885;
}
.TagClassName
{
border-color: #F00885;
}
</style>