Shades of Deep Pink #FF1498
Tints of Deep Pink #FF1498
RGB
CMYK
RGB Variations
Color information
#FF1498 (or 0xFF1498) is known color: Deep Pink. HEX triplet: FF, 14 and 98. RGB value is (255,20,152). Sum of RGB (Red+Green+Blue) = 255+20+152=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 20 (8.20% from 255 or 4.68% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1498 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1498 is #00EB67. Grayscale: #696969. Windows color (decimal): -60264 or 9966847. OLE color: 9966847.
HSL color Cylindrical-coordinate representation of color #FF1498: hue angle of 326.3º 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 #FF1498 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 152 | - |
| CMYK | 0 | 0.92 | 0.40 | 0 |
| HSL | 326.3º | 1% | 0.54% | - |
| HSV(B) | 326.3º | 0.92% | 1% | - |
| XYZ | 47.16 | 24.03 | 31.86 | - |
| YUV | 105.31 | 154.36 | 234.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 152 | 0 | 0.92 | 0.40 | 0 | 326.3 | 1 | 0.54 |
| Hex | FF | 14 | 98 | 0 | 5C | 28 | 0 | 146 | 64 | 36 |
| Octal | 377 | 24 | 230 | 0 | 134 | 50 | 0 | 506 | 144 | 66 |
| Binary | 11111111 | 10100 | 10011000 | 0 | 1011100 | 101000 | 0 | 101000110 | 1100100 | 110110 |
Color Harmonies of #FF1498
Complementary color
Monochromatic Colors of #FF1498
Black with #FF1498
Text Example
Text Example
White with #FF1498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1498; }
p { color: rgb(255,20,152); }
H1.HeaderClassName
{
color: #FF1498;
}
.AnyTagClassName
{
color: #FF1498;
}
</style>
background-color css
<style>
a { background-color: #FF1498; }
a { background-color: rgb(255,20,152); }
div.DivClassName
{
background-color: #FF1498;
}
.BgClassName
{
background-color: #FF1498;
}
</style>
border-color css
<style>
span { border-color: #FF1498; }
span { border-color: rgb(255,20,152); }
td.TdClassName
{
border-color: #FF1498;
}
.TagClassName
{
border-color: #FF1498;
}
</style>