Shades of Deep Pink #FF1583
Tints of Deep Pink #FF1583
RGB
CMYK
RGB Variations
Color information
#FF1583 (or 0xFF1583) is known color: Deep Pink. HEX triplet: FF, 15 and 83. RGB value is (255,21,131). Sum of RGB (Red+Green+Blue) = 255+21+131=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1583 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1583 is #00EA7C. Grayscale: #676767. Windows color (decimal): -60029 or 8590847. OLE color: 8590847.
HSL color Cylindrical-coordinate representation of color #FF1583: hue angle of 331.79º 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 #FF1583 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 131 | - |
| CMYK | 0 | 0.92 | 0.49 | 0 |
| HSL | 331.79º | 1% | 0.54% | - |
| HSV(B) | 331.79º | 0.92% | 1% | - |
| XYZ | 45.6 | 23.44 | 23.59 | - |
| YUV | 103.51 | 143.52 | 236.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 131 | 0 | 0.92 | 0.49 | 0 | 331.79 | 1 | 0.54 |
| Hex | FF | 15 | 83 | 0 | 5C | 31 | 0 | 14C | 64 | 36 |
| Octal | 377 | 25 | 203 | 0 | 134 | 61 | 0 | 514 | 144 | 66 |
| Binary | 11111111 | 10101 | 10000011 | 0 | 1011100 | 110001 | 0 | 101001100 | 1100100 | 110110 |
Color Harmonies of #FF1583
Complementary color
Monochromatic Colors of #FF1583
Black with #FF1583
Text Example
Text Example
White with #FF1583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1583; }
p { color: rgb(255,21,131); }
H1.HeaderClassName
{
color: #FF1583;
}
.AnyTagClassName
{
color: #FF1583;
}
</style>
background-color css
<style>
a { background-color: #FF1583; }
a { background-color: rgb(255,21,131); }
div.DivClassName
{
background-color: #FF1583;
}
.BgClassName
{
background-color: #FF1583;
}
</style>
border-color css
<style>
span { border-color: #FF1583; }
span { border-color: rgb(255,21,131); }
td.TdClassName
{
border-color: #FF1583;
}
.TagClassName
{
border-color: #FF1583;
}
</style>