Shades of Deep Pink #FF1598
Tints of Deep Pink #FF1598
RGB
CMYK
RGB Variations
Color information
#FF1598 (or 0xFF1598) is known color: Deep Pink. HEX triplet: FF, 15 and 98. RGB value is (255,21,152). Sum of RGB (Red+Green+Blue) = 255+21+152=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1598 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1598 is #00EA67. Grayscale: #696969. Windows color (decimal): -60008 or 9967103. OLE color: 9967103.
HSL color Cylindrical-coordinate representation of color #FF1598: hue angle of 326.41º 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 #FF1598 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 152 | - |
| CMYK | 0 | 0.92 | 0.40 | 0 |
| HSL | 326.41º | 1% | 0.54% | - |
| HSV(B) | 326.41º | 0.92% | 1% | - |
| XYZ | 47.18 | 24.06 | 31.86 | - |
| YUV | 105.9 | 154.02 | 234.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 152 | 0 | 0.92 | 0.40 | 0 | 326.41 | 1 | 0.54 |
| Hex | FF | 15 | 98 | 0 | 5C | 28 | 0 | 146 | 64 | 36 |
| Octal | 377 | 25 | 230 | 0 | 134 | 50 | 0 | 506 | 144 | 66 |
| Binary | 11111111 | 10101 | 10011000 | 0 | 1011100 | 101000 | 0 | 101000110 | 1100100 | 110110 |
Color Harmonies of #FF1598
Complementary color
Monochromatic Colors of #FF1598
Black with #FF1598
Text Example
Text Example
White with #FF1598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1598; }
p { color: rgb(255,21,152); }
H1.HeaderClassName
{
color: #FF1598;
}
.AnyTagClassName
{
color: #FF1598;
}
</style>
background-color css
<style>
a { background-color: #FF1598; }
a { background-color: rgb(255,21,152); }
div.DivClassName
{
background-color: #FF1598;
}
.BgClassName
{
background-color: #FF1598;
}
</style>
border-color css
<style>
span { border-color: #FF1598; }
span { border-color: rgb(255,21,152); }
td.TdClassName
{
border-color: #FF1598;
}
.TagClassName
{
border-color: #FF1598;
}
</style>