Shades of Deep Pink #FF0986
Tints of Deep Pink #FF0986
RGB
CMYK
RGB Variations
Color information
#FF0986 (or 0xFF0986) is known color: Deep Pink. HEX triplet: FF, 09 and 86. RGB value is (255,9,134). Sum of RGB (Red+Green+Blue) = 255+9+134=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 9 (3.91% from 255 or 2.26% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0986 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0986 is #00F679. Grayscale: #606060. Windows color (decimal): -63098 or 8784383. OLE color: 8784383.
HSL color Cylindrical-coordinate representation of color #FF0986: hue angle of 329.51º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0986 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 134 | - |
| CMYK | 0 | 0.96 | 0.47 | 0 |
| HSL | 329.51º | 1% | 0.52% | - |
| HSV(B) | 329.51º | 0.96% | 1% | - |
| XYZ | 45.64 | 23.18 | 24.62 | - |
| YUV | 96.8 | 149 | 240.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 134 | 0 | 0.96 | 0.47 | 0 | 329.51 | 1 | 0.52 |
| Hex | FF | 9 | 86 | 0 | 60 | 2F | 0 | 14A | 64 | 34 |
| Octal | 377 | 11 | 206 | 0 | 140 | 57 | 0 | 512 | 144 | 64 |
| Binary | 11111111 | 1001 | 10000110 | 0 | 1100000 | 101111 | 0 | 101001010 | 1100100 | 110100 |
Color Harmonies of #FF0986
Complementary color
Monochromatic Colors of #FF0986
Black with #FF0986
Text Example
Text Example
White with #FF0986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0986; }
p { color: rgb(255,9,134); }
H1.HeaderClassName
{
color: #FF0986;
}
.AnyTagClassName
{
color: #FF0986;
}
</style>
background-color css
<style>
a { background-color: #FF0986; }
a { background-color: rgb(255,9,134); }
div.DivClassName
{
background-color: #FF0986;
}
.BgClassName
{
background-color: #FF0986;
}
</style>
border-color css
<style>
span { border-color: #FF0986; }
span { border-color: rgb(255,9,134); }
td.TdClassName
{
border-color: #FF0986;
}
.TagClassName
{
border-color: #FF0986;
}
</style>