Shades of Deep Pink #FF0085
Tints of Deep Pink #FF0085
RGB
CMYK
RGB Variations
Color information
#FF0085 (or 0xFF0085) is known color: Deep Pink. HEX triplet: FF, 00 and 85. RGB value is (255,0,133). Sum of RGB (Red+Green+Blue) = 255+0+133=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0085 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0085 is #00FF7A. Grayscale: #5B5B5B. Windows color (decimal): -65403 or 8716543. OLE color: 8716543.
HSL color Cylindrical-coordinate representation of color #FF0085: hue angle of 328.71º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0085 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.48 | 0 |
| HSL | 328.71º | 1% | 0.5% | - |
| HSV(B) | 328.71º | 1% | 1% | - |
| XYZ | 45.47 | 22.95 | 24.22 | - |
| YUV | 91.41 | 151.48 | 244.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 133 | 0 | 1 | 0.48 | 0 | 328.71 | 1 | 0.5 |
| Hex | FF | 0 | 85 | 0 | 64 | 30 | 0 | 149 | 64 | 32 |
| Octal | 377 | 0 | 205 | 0 | 144 | 60 | 0 | 511 | 144 | 62 |
| Binary | 11111111 | 0 | 10000101 | 0 | 1100100 | 110000 | 0 | 101001001 | 1100100 | 110010 |
Color Harmonies of #FF0085
Complementary color
Monochromatic Colors of #FF0085
Black with #FF0085
Text Example
Text Example
White with #FF0085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0085; }
p { color: rgb(255,0,133); }
H1.HeaderClassName
{
color: #FF0085;
}
.AnyTagClassName
{
color: #FF0085;
}
</style>
background-color css
<style>
a { background-color: #FF0085; }
a { background-color: rgb(255,0,133); }
div.DivClassName
{
background-color: #FF0085;
}
.BgClassName
{
background-color: #FF0085;
}
</style>
border-color css
<style>
span { border-color: #FF0085; }
span { border-color: rgb(255,0,133); }
td.TdClassName
{
border-color: #FF0085;
}
.TagClassName
{
border-color: #FF0085;
}
</style>