Shades of Deep Pink #FF1084
Tints of Deep Pink #FF1084
RGB
CMYK
RGB Variations
Color information
#FF1084 (or 0xFF1084) is known color: Deep Pink. HEX triplet: FF, 10 and 84. RGB value is (255,16,132). Sum of RGB (Red+Green+Blue) = 255+16+132=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1084 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1084 is #00EF7B. Grayscale: #646464. Windows color (decimal): -61308 or 8655103. OLE color: 8655103.
HSL color Cylindrical-coordinate representation of color #FF1084: hue angle of 330.88º 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 #FF1084 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 132 | - |
| CMYK | 0 | 0.94 | 0.48 | 0 |
| HSL | 330.88º | 1% | 0.53% | - |
| HSV(B) | 330.88º | 0.94% | 1% | - |
| XYZ | 45.59 | 23.3 | 23.92 | - |
| YUV | 100.69 | 145.68 | 238.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 132 | 0 | 0.94 | 0.48 | 0 | 330.88 | 1 | 0.53 |
| Hex | FF | 10 | 84 | 0 | 5E | 30 | 0 | 14B | 64 | 35 |
| Octal | 377 | 20 | 204 | 0 | 136 | 60 | 0 | 513 | 144 | 65 |
| Binary | 11111111 | 10000 | 10000100 | 0 | 1011110 | 110000 | 0 | 101001011 | 1100100 | 110101 |
Color Harmonies of #FF1084
Complementary color
Monochromatic Colors of #FF1084
Black with #FF1084
Text Example
Text Example
White with #FF1084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1084; }
p { color: rgb(255,16,132); }
H1.HeaderClassName
{
color: #FF1084;
}
.AnyTagClassName
{
color: #FF1084;
}
</style>
background-color css
<style>
a { background-color: #FF1084; }
a { background-color: rgb(255,16,132); }
div.DivClassName
{
background-color: #FF1084;
}
.BgClassName
{
background-color: #FF1084;
}
</style>
border-color css
<style>
span { border-color: #FF1084; }
span { border-color: rgb(255,16,132); }
td.TdClassName
{
border-color: #FF1084;
}
.TagClassName
{
border-color: #FF1084;
}
</style>