Shades of Deep Pink #FF0985
Tints of Deep Pink #FF0985
RGB
CMYK
RGB Variations
Color information
#FF0985 (or 0xFF0985) is known color: Deep Pink. HEX triplet: FF, 09 and 85. RGB value is (255,9,133). Sum of RGB (Red+Green+Blue) = 255+9+133=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 9 (3.91% from 255 or 2.27% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0985 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0985 is #00F67A. Grayscale: #606060. Windows color (decimal): -63099 or 8718847. OLE color: 8718847.
HSL color Cylindrical-coordinate representation of color #FF0985: hue angle of 329.76º 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 #FF0985 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 133 | - |
| CMYK | 0 | 0.96 | 0.48 | 0 |
| HSL | 329.76º | 1% | 0.52% | - |
| HSV(B) | 329.76º | 0.96% | 1% | - |
| XYZ | 45.57 | 23.15 | 24.26 | - |
| YUV | 96.69 | 148.5 | 240.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 133 | 0 | 0.96 | 0.48 | 0 | 329.76 | 1 | 0.52 |
| Hex | FF | 9 | 85 | 0 | 60 | 30 | 0 | 14A | 64 | 34 |
| Octal | 377 | 11 | 205 | 0 | 140 | 60 | 0 | 512 | 144 | 64 |
| Binary | 11111111 | 1001 | 10000101 | 0 | 1100000 | 110000 | 0 | 101001010 | 1100100 | 110100 |
Color Harmonies of #FF0985
Complementary color
Monochromatic Colors of #FF0985
Black with #FF0985
Text Example
Text Example
White with #FF0985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0985; }
p { color: rgb(255,9,133); }
H1.HeaderClassName
{
color: #FF0985;
}
.AnyTagClassName
{
color: #FF0985;
}
</style>
background-color css
<style>
a { background-color: #FF0985; }
a { background-color: rgb(255,9,133); }
div.DivClassName
{
background-color: #FF0985;
}
.BgClassName
{
background-color: #FF0985;
}
</style>
border-color css
<style>
span { border-color: #FF0985; }
span { border-color: rgb(255,9,133); }
td.TdClassName
{
border-color: #FF0985;
}
.TagClassName
{
border-color: #FF0985;
}
</style>