Shades of Deep Pink #FF1581
Tints of Deep Pink #FF1581
RGB
CMYK
RGB Variations
Color information
#FF1581 (or 0xFF1581) is known color: Deep Pink. HEX triplet: FF, 15 and 81. RGB value is (255,21,129). Sum of RGB (Red+Green+Blue) = 255+21+129=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1581 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1581 is #00EA7E. Grayscale: #676767. Windows color (decimal): -60031 or 8459775. OLE color: 8459775.
HSL color Cylindrical-coordinate representation of color #FF1581: hue angle of 332.31º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1581 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 129 | - |
| CMYK | 0 | 0.92 | 0.49 | 0 |
| HSL | 332.31º | 1% | 0.54% | - |
| HSV(B) | 332.31º | 0.92% | 1% | - |
| XYZ | 45.47 | 23.38 | 22.89 | - |
| YUV | 103.28 | 142.52 | 236.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 129 | 0 | 0.92 | 0.49 | 0 | 332.31 | 1 | 0.54 |
| Hex | FF | 15 | 81 | 0 | 5C | 31 | 0 | 14C | 64 | 36 |
| Octal | 377 | 25 | 201 | 0 | 134 | 61 | 0 | 514 | 144 | 66 |
| Binary | 11111111 | 10101 | 10000001 | 0 | 1011100 | 110001 | 0 | 101001100 | 1100100 | 110110 |
Color Harmonies of #FF1581
Complementary color
Monochromatic Colors of #FF1581
Black with #FF1581
Text Example
Text Example
White with #FF1581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1581; }
p { color: rgb(255,21,129); }
H1.HeaderClassName
{
color: #FF1581;
}
.AnyTagClassName
{
color: #FF1581;
}
</style>
background-color css
<style>
a { background-color: #FF1581; }
a { background-color: rgb(255,21,129); }
div.DivClassName
{
background-color: #FF1581;
}
.BgClassName
{
background-color: #FF1581;
}
</style>
border-color css
<style>
span { border-color: #FF1581; }
span { border-color: rgb(255,21,129); }
td.TdClassName
{
border-color: #FF1581;
}
.TagClassName
{
border-color: #FF1581;
}
</style>