Shades of Deep Pink #FF1398
Tints of Deep Pink #FF1398
RGB
CMYK
RGB Variations
Color information
#FF1398 (or 0xFF1398) is known color: Deep Pink. HEX triplet: FF, 13 and 98. RGB value is (255,19,152). Sum of RGB (Red+Green+Blue) = 255+19+152=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 19 (7.81% from 255 or 4.46% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1398 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1398 is #00EC67. Grayscale: #686868. Windows color (decimal): -60520 or 9966591. OLE color: 9966591.
HSL color Cylindrical-coordinate representation of color #FF1398: hue angle of 326.19º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1398 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 152 | - |
| CMYK | 0 | 0.93 | 0.40 | 0 |
| HSL | 326.19º | 1% | 0.54% | - |
| HSV(B) | 326.19º | 0.93% | 1% | - |
| XYZ | 47.14 | 23.99 | 31.85 | - |
| YUV | 104.73 | 154.69 | 235.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 152 | 0 | 0.93 | 0.40 | 0 | 326.19 | 1 | 0.54 |
| Hex | FF | 13 | 98 | 0 | 5D | 28 | 0 | 146 | 64 | 36 |
| Octal | 377 | 23 | 230 | 0 | 135 | 50 | 0 | 506 | 144 | 66 |
| Binary | 11111111 | 10011 | 10011000 | 0 | 1011101 | 101000 | 0 | 101000110 | 1100100 | 110110 |
Color Harmonies of #FF1398
Complementary color
Monochromatic Colors of #FF1398
Black with #FF1398
Text Example
Text Example
White with #FF1398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1398; }
p { color: rgb(255,19,152); }
H1.HeaderClassName
{
color: #FF1398;
}
.AnyTagClassName
{
color: #FF1398;
}
</style>
background-color css
<style>
a { background-color: #FF1398; }
a { background-color: rgb(255,19,152); }
div.DivClassName
{
background-color: #FF1398;
}
.BgClassName
{
background-color: #FF1398;
}
</style>
border-color css
<style>
span { border-color: #FF1398; }
span { border-color: rgb(255,19,152); }
td.TdClassName
{
border-color: #FF1398;
}
.TagClassName
{
border-color: #FF1398;
}
</style>