Shades of Deep Pink #FD1497
Tints of Deep Pink #FD1497
RGB
CMYK
RGB Variations
Color information
#FD1497 (or 0xFD1497) is known color: Deep Pink. HEX triplet: FD, 14 and 97. RGB value is (253,20,151). Sum of RGB (Red+Green+Blue) = 253+20+151=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 20 (8.20% from 255 or 4.72% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1497 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1497 is #02EB68. Grayscale: #686868. Windows color (decimal): -191337 or 9901309. OLE color: 9901309.
HSL color Cylindrical-coordinate representation of color #FD1497: hue angle of 326.27º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD1497 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 151 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.01 |
| HSL | 326.27º | 0.98% | 0.54% | - |
| HSV(B) | 326.27º | 0.92% | 0.99% | - |
| XYZ | 46.34 | 23.62 | 31.39 | - |
| YUV | 104.6 | 154.19 | 233.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 151 | 0 | 0.92 | 0.40 | 0.01 | 326.27 | 0.98 | 0.54 |
| Hex | FD | 14 | 97 | 0 | 5C | 28 | 1 | 146 | 62 | 36 |
| Octal | 375 | 24 | 227 | 0 | 134 | 50 | 1 | 506 | 142 | 66 |
| Binary | 11111101 | 10100 | 10010111 | 0 | 1011100 | 101000 | 1 | 101000110 | 1100010 | 110110 |
Color Harmonies of #FD1497
Complementary color
Monochromatic Colors of #FD1497
Black with #FD1497
Text Example
Text Example
White with #FD1497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1497; }
p { color: rgb(253,20,151); }
H1.HeaderClassName
{
color: #FD1497;
}
.AnyTagClassName
{
color: #FD1497;
}
</style>
background-color css
<style>
a { background-color: #FD1497; }
a { background-color: rgb(253,20,151); }
div.DivClassName
{
background-color: #FD1497;
}
.BgClassName
{
background-color: #FD1497;
}
</style>
border-color css
<style>
span { border-color: #FD1497; }
span { border-color: rgb(253,20,151); }
td.TdClassName
{
border-color: #FD1497;
}
.TagClassName
{
border-color: #FD1497;
}
</style>