Shades of Deep Pink #FF1085
Tints of Deep Pink #FF1085
RGB
CMYK
RGB Variations
Color information
#FF1085 (or 0xFF1085) is known color: Deep Pink. HEX triplet: FF, 10 and 85. RGB value is (255,16,133). Sum of RGB (Red+Green+Blue) = 255+16+133=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1085 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1085 is #00EF7A. Grayscale: #646464. Windows color (decimal): -61307 or 8720639. OLE color: 8720639.
HSL color Cylindrical-coordinate representation of color #FF1085: hue angle of 330.63º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF1085 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 133 | - |
| CMYK | 0 | 0.94 | 0.48 | 0 |
| HSL | 330.63º | 1% | 0.53% | - |
| HSV(B) | 330.63º | 0.94% | 1% | - |
| XYZ | 45.66 | 23.32 | 24.29 | - |
| YUV | 100.8 | 146.18 | 237.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 133 | 0 | 0.94 | 0.48 | 0 | 330.63 | 1 | 0.53 |
| Hex | FF | 10 | 85 | 0 | 5E | 30 | 0 | 14B | 64 | 35 |
| Octal | 377 | 20 | 205 | 0 | 136 | 60 | 0 | 513 | 144 | 65 |
| Binary | 11111111 | 10000 | 10000101 | 0 | 1011110 | 110000 | 0 | 101001011 | 1100100 | 110101 |
Color Harmonies of #FF1085
Complementary color
Monochromatic Colors of #FF1085
Black with #FF1085
Text Example
Text Example
White with #FF1085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1085; }
p { color: rgb(255,16,133); }
H1.HeaderClassName
{
color: #FF1085;
}
.AnyTagClassName
{
color: #FF1085;
}
</style>
background-color css
<style>
a { background-color: #FF1085; }
a { background-color: rgb(255,16,133); }
div.DivClassName
{
background-color: #FF1085;
}
.BgClassName
{
background-color: #FF1085;
}
</style>
border-color css
<style>
span { border-color: #FF1085; }
span { border-color: rgb(255,16,133); }
td.TdClassName
{
border-color: #FF1085;
}
.TagClassName
{
border-color: #FF1085;
}
</style>