Shades of Deep Pink #FF0896
Tints of Deep Pink #FF0896
RGB
CMYK
RGB Variations
Color information
#FF0896 (or 0xFF0896) is known color: Deep Pink. HEX triplet: FF, 08 and 96. RGB value is (255,8,150). Sum of RGB (Red+Green+Blue) = 255+8+150=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 8 (3.52% from 255 or 1.94% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0896 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0896 is #00F769. Grayscale: #616161. Windows color (decimal): -63338 or 9832703. OLE color: 9832703.
HSL color Cylindrical-coordinate representation of color #FF0896: hue angle of 325.51º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF0896 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 150 | - |
| CMYK | 0 | 0.97 | 0.41 | 0 |
| HSL | 325.51º | 1% | 0.52% | - |
| HSV(B) | 325.51º | 0.97% | 1% | - |
| XYZ | 46.83 | 23.64 | 30.95 | - |
| YUV | 98.04 | 157.33 | 239.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 150 | 0 | 0.97 | 0.41 | 0 | 325.51 | 1 | 0.52 |
| Hex | FF | 8 | 96 | 0 | 61 | 29 | 0 | 146 | 64 | 34 |
| Octal | 377 | 10 | 226 | 0 | 141 | 51 | 0 | 506 | 144 | 64 |
| Binary | 11111111 | 1000 | 10010110 | 0 | 1100001 | 101001 | 0 | 101000110 | 1100100 | 110100 |
Color Harmonies of #FF0896
Complementary color
Monochromatic Colors of #FF0896
Black with #FF0896
Text Example
Text Example
White with #FF0896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0896; }
p { color: rgb(255,8,150); }
H1.HeaderClassName
{
color: #FF0896;
}
.AnyTagClassName
{
color: #FF0896;
}
</style>
background-color css
<style>
a { background-color: #FF0896; }
a { background-color: rgb(255,8,150); }
div.DivClassName
{
background-color: #FF0896;
}
.BgClassName
{
background-color: #FF0896;
}
</style>
border-color css
<style>
span { border-color: #FF0896; }
span { border-color: rgb(255,8,150); }
td.TdClassName
{
border-color: #FF0896;
}
.TagClassName
{
border-color: #FF0896;
}
</style>