Shades of Deep Pink #FF1081
Tints of Deep Pink #FF1081
RGB
CMYK
RGB Variations
Color information
#FF1081 (or 0xFF1081) is known color: Deep Pink. HEX triplet: FF, 10 and 81. RGB value is (255,16,129). Sum of RGB (Red+Green+Blue) = 255+16+129=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1081 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1081 is #00EF7E. Grayscale: #646464. Windows color (decimal): -61311 or 8458495. OLE color: 8458495.
HSL color Cylindrical-coordinate representation of color #FF1081: hue angle of 331.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 #FF1081 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 129 | - |
| CMYK | 0 | 0.94 | 0.49 | 0 |
| HSL | 331.63º | 1% | 0.53% | - |
| HSV(B) | 331.63º | 0.94% | 1% | - |
| XYZ | 45.39 | 23.22 | 22.86 | - |
| YUV | 100.34 | 144.18 | 238.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 129 | 0 | 0.94 | 0.49 | 0 | 331.63 | 1 | 0.53 |
| Hex | FF | 10 | 81 | 0 | 5E | 31 | 0 | 14C | 64 | 35 |
| Octal | 377 | 20 | 201 | 0 | 136 | 61 | 0 | 514 | 144 | 65 |
| Binary | 11111111 | 10000 | 10000001 | 0 | 1011110 | 110001 | 0 | 101001100 | 1100100 | 110101 |
Color Harmonies of #FF1081
Complementary color
Monochromatic Colors of #FF1081
Black with #FF1081
Text Example
Text Example
White with #FF1081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1081; }
p { color: rgb(255,16,129); }
H1.HeaderClassName
{
color: #FF1081;
}
.AnyTagClassName
{
color: #FF1081;
}
</style>
background-color css
<style>
a { background-color: #FF1081; }
a { background-color: rgb(255,16,129); }
div.DivClassName
{
background-color: #FF1081;
}
.BgClassName
{
background-color: #FF1081;
}
</style>
border-color css
<style>
span { border-color: #FF1081; }
span { border-color: rgb(255,16,129); }
td.TdClassName
{
border-color: #FF1081;
}
.TagClassName
{
border-color: #FF1081;
}
</style>