Shades of Deep Pink #FF0886
Tints of Deep Pink #FF0886
RGB
CMYK
RGB Variations
Color information
#FF0886 (or 0xFF0886) is known color: Deep Pink. HEX triplet: FF, 08 and 86. RGB value is (255,8,134). Sum of RGB (Red+Green+Blue) = 255+8+134=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 8 (3.52% from 255 or 2.02% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0886 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0886 is #00F779. Grayscale: #5F5F5F. Windows color (decimal): -63354 or 8784127. OLE color: 8784127.
HSL color Cylindrical-coordinate representation of color #FF0886: hue angle of 329.39º 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 #FF0886 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 134 | - |
| CMYK | 0 | 0.97 | 0.47 | 0 |
| HSL | 329.39º | 1% | 0.52% | - |
| HSV(B) | 329.39º | 0.97% | 1% | - |
| XYZ | 45.63 | 23.15 | 24.62 | - |
| YUV | 96.22 | 149.33 | 241.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 134 | 0 | 0.97 | 0.47 | 0 | 329.39 | 1 | 0.52 |
| Hex | FF | 8 | 86 | 0 | 61 | 2F | 0 | 149 | 64 | 34 |
| Octal | 377 | 10 | 206 | 0 | 141 | 57 | 0 | 511 | 144 | 64 |
| Binary | 11111111 | 1000 | 10000110 | 0 | 1100001 | 101111 | 0 | 101001001 | 1100100 | 110100 |
Color Harmonies of #FF0886
Complementary color
Monochromatic Colors of #FF0886
Black with #FF0886
Text Example
Text Example
White with #FF0886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0886; }
p { color: rgb(255,8,134); }
H1.HeaderClassName
{
color: #FF0886;
}
.AnyTagClassName
{
color: #FF0886;
}
</style>
background-color css
<style>
a { background-color: #FF0886; }
a { background-color: rgb(255,8,134); }
div.DivClassName
{
background-color: #FF0886;
}
.BgClassName
{
background-color: #FF0886;
}
</style>
border-color css
<style>
span { border-color: #FF0886; }
span { border-color: rgb(255,8,134); }
td.TdClassName
{
border-color: #FF0886;
}
.TagClassName
{
border-color: #FF0886;
}
</style>