Shades of Deep Pink #FD1397
Tints of Deep Pink #FD1397
RGB
CMYK
RGB Variations
Color information
#FD1397 (or 0xFD1397) is known color: Deep Pink. HEX triplet: FD, 13 and 97. RGB value is (253,19,151). Sum of RGB (Red+Green+Blue) = 253+19+151=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1397 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1397 is #02EC68. Grayscale: #676767. Windows color (decimal): -191593 or 9901053. OLE color: 9901053.
HSL color Cylindrical-coordinate representation of color #FD1397: hue angle of 326.15º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD1397 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 19 | 151 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.01 |
| HSL | 326.15º | 0.98% | 0.53% | - |
| HSV(B) | 326.15º | 0.92% | 0.99% | - |
| XYZ | 46.33 | 23.58 | 31.39 | - |
| YUV | 104.01 | 154.52 | 234.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 19 | 151 | 0 | 0.92 | 0.40 | 0.01 | 326.15 | 0.98 | 0.53 |
| Hex | FD | 13 | 97 | 0 | 5C | 28 | 1 | 146 | 62 | 35 |
| Octal | 375 | 23 | 227 | 0 | 134 | 50 | 1 | 506 | 142 | 65 |
| Binary | 11111101 | 10011 | 10010111 | 0 | 1011100 | 101000 | 1 | 101000110 | 1100010 | 110101 |
Color Harmonies of #FD1397
Complementary color
Monochromatic Colors of #FD1397
Black with #FD1397
Text Example
Text Example
White with #FD1397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1397; }
p { color: rgb(253,19,151); }
H1.HeaderClassName
{
color: #FD1397;
}
.AnyTagClassName
{
color: #FD1397;
}
</style>
background-color css
<style>
a { background-color: #FD1397; }
a { background-color: rgb(253,19,151); }
div.DivClassName
{
background-color: #FD1397;
}
.BgClassName
{
background-color: #FD1397;
}
</style>
border-color css
<style>
span { border-color: #FD1397; }
span { border-color: rgb(253,19,151); }
td.TdClassName
{
border-color: #FD1397;
}
.TagClassName
{
border-color: #FD1397;
}
</style>