Shades of Deep Pink #FF0884
Tints of Deep Pink #FF0884
RGB
CMYK
RGB Variations
Color information
#FF0884 (or 0xFF0884) is known color: Deep Pink. HEX triplet: FF, 08 and 84. RGB value is (255,8,132). Sum of RGB (Red+Green+Blue) = 255+8+132=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0884 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0884 is #00F77B. Grayscale: #5F5F5F. Windows color (decimal): -63356 or 8653055. OLE color: 8653055.
HSL color Cylindrical-coordinate representation of color #FF0884: hue angle of 329.88º 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 #FF0884 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 132 | - |
| CMYK | 0 | 0.97 | 0.48 | 0 |
| HSL | 329.88º | 1% | 0.52% | - |
| HSV(B) | 329.88º | 0.97% | 1% | - |
| XYZ | 45.49 | 23.1 | 23.89 | - |
| YUV | 95.99 | 148.33 | 241.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 132 | 0 | 0.97 | 0.48 | 0 | 329.88 | 1 | 0.52 |
| Hex | FF | 8 | 84 | 0 | 61 | 30 | 0 | 14A | 64 | 34 |
| Octal | 377 | 10 | 204 | 0 | 141 | 60 | 0 | 512 | 144 | 64 |
| Binary | 11111111 | 1000 | 10000100 | 0 | 1100001 | 110000 | 0 | 101001010 | 1100100 | 110100 |
Color Harmonies of #FF0884
Complementary color
Monochromatic Colors of #FF0884
Black with #FF0884
Text Example
Text Example
White with #FF0884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0884; }
p { color: rgb(255,8,132); }
H1.HeaderClassName
{
color: #FF0884;
}
.AnyTagClassName
{
color: #FF0884;
}
</style>
background-color css
<style>
a { background-color: #FF0884; }
a { background-color: rgb(255,8,132); }
div.DivClassName
{
background-color: #FF0884;
}
.BgClassName
{
background-color: #FF0884;
}
</style>
border-color css
<style>
span { border-color: #FF0884; }
span { border-color: rgb(255,8,132); }
td.TdClassName
{
border-color: #FF0884;
}
.TagClassName
{
border-color: #FF0884;
}
</style>