Shades of Deep Pink #FF0185
Tints of Deep Pink #FF0185
RGB
CMYK
RGB Variations
Color information
#FF0185 (or 0xFF0185) is known color: Deep Pink. HEX triplet: FF, 01 and 85. RGB value is (255,1,133). Sum of RGB (Red+Green+Blue) = 255+1+133=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0185 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0185 is #00FE7A. Grayscale: #5B5B5B. Windows color (decimal): -65147 or 8716799. OLE color: 8716799.
HSL color Cylindrical-coordinate representation of color #FF0185: hue angle of 328.82º 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 #FF0185 is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 133 | - |
| CMYK | 0 | 1.00 | 0.48 | 0 |
| HSL | 328.82º | 1% | 0.5% | - |
| HSV(B) | 328.82º | 1% | 1% | - |
| XYZ | 45.48 | 22.98 | 24.23 | - |
| YUV | 91.99 | 151.15 | 244.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 133 | 0 | 1.00 | 0.48 | 0 | 328.82 | 1 | 0.5 |
| Hex | FF | 1 | 85 | 0 | 64 | 30 | 0 | 149 | 64 | 32 |
| Octal | 377 | 1 | 205 | 0 | 144 | 60 | 0 | 511 | 144 | 62 |
| Binary | 11111111 | 1 | 10000101 | 0 | 1100100 | 110000 | 0 | 101001001 | 1100100 | 110010 |
Color Harmonies of #FF0185
Complementary color
Monochromatic Colors of #FF0185
Black with #FF0185
Text Example
Text Example
White with #FF0185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0185; }
p { color: rgb(255,1,133); }
H1.HeaderClassName
{
color: #FF0185;
}
.AnyTagClassName
{
color: #FF0185;
}
</style>
background-color css
<style>
a { background-color: #FF0185; }
a { background-color: rgb(255,1,133); }
div.DivClassName
{
background-color: #FF0185;
}
.BgClassName
{
background-color: #FF0185;
}
</style>
border-color css
<style>
span { border-color: #FF0185; }
span { border-color: rgb(255,1,133); }
td.TdClassName
{
border-color: #FF0185;
}
.TagClassName
{
border-color: #FF0185;
}
</style>