Shades of Deep Pink #FF1597
Tints of Deep Pink #FF1597
RGB
CMYK
RGB Variations
Color information
#FF1597 (or 0xFF1597) is known color: Deep Pink. HEX triplet: FF, 15 and 97. RGB value is (255,21,151). Sum of RGB (Red+Green+Blue) = 255+21+151=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 21 (8.59% from 255 or 4.92% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1597 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1597 is #00EA68. Grayscale: #696969. Windows color (decimal): -60009 or 9901567. OLE color: 9901567.
HSL color Cylindrical-coordinate representation of color #FF1597: hue angle of 326.67º 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 #FF1597 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 151 | - |
| CMYK | 0 | 0.92 | 0.41 | 0 |
| HSL | 326.67º | 1% | 0.54% | - |
| HSV(B) | 326.67º | 0.92% | 1% | - |
| XYZ | 47.09 | 24.03 | 31.43 | - |
| YUV | 105.79 | 153.52 | 234.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 151 | 0 | 0.92 | 0.41 | 0 | 326.67 | 1 | 0.54 |
| Hex | FF | 15 | 97 | 0 | 5C | 29 | 0 | 147 | 64 | 36 |
| Octal | 377 | 25 | 227 | 0 | 134 | 51 | 0 | 507 | 144 | 66 |
| Binary | 11111111 | 10101 | 10010111 | 0 | 1011100 | 101001 | 0 | 101000111 | 1100100 | 110110 |
Color Harmonies of #FF1597
Complementary color
Monochromatic Colors of #FF1597
Black with #FF1597
Text Example
Text Example
White with #FF1597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1597; }
p { color: rgb(255,21,151); }
H1.HeaderClassName
{
color: #FF1597;
}
.AnyTagClassName
{
color: #FF1597;
}
</style>
background-color css
<style>
a { background-color: #FF1597; }
a { background-color: rgb(255,21,151); }
div.DivClassName
{
background-color: #FF1597;
}
.BgClassName
{
background-color: #FF1597;
}
</style>
border-color css
<style>
span { border-color: #FF1597; }
span { border-color: rgb(255,21,151); }
td.TdClassName
{
border-color: #FF1597;
}
.TagClassName
{
border-color: #FF1597;
}
</style>