Shades of Deep Pink #FD1495
Tints of Deep Pink #FD1495
RGB
CMYK
RGB Variations
Color information
#FD1495 (or 0xFD1495) is known color: Deep Pink. HEX triplet: FD, 14 and 95. RGB value is (253,20,149). Sum of RGB (Red+Green+Blue) = 253+20+149=422 (55% of max value = 765). Red value is 253 (99.22% from 255 or 59.95% from 422); Green value is 20 (8.20% from 255 or 4.74% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1495 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1495 is #02EB6A. Grayscale: #686868. Windows color (decimal): -191339 or 9770237. OLE color: 9770237.
HSL color Cylindrical-coordinate representation of color #FD1495: hue angle of 326.78º 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 #FD1495 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 149 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.01 |
| HSL | 326.78º | 0.98% | 0.54% | - |
| HSV(B) | 326.78º | 0.92% | 0.99% | - |
| XYZ | 46.18 | 23.55 | 30.55 | - |
| YUV | 104.37 | 153.19 | 234.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 149 | 0 | 0.92 | 0.41 | 0.01 | 326.78 | 0.98 | 0.54 |
| Hex | FD | 14 | 95 | 0 | 5C | 29 | 1 | 147 | 62 | 36 |
| Octal | 375 | 24 | 225 | 0 | 134 | 51 | 1 | 507 | 142 | 66 |
| Binary | 11111101 | 10100 | 10010101 | 0 | 1011100 | 101001 | 1 | 101000111 | 1100010 | 110110 |
Color Harmonies of #FD1495
Complementary color
Monochromatic Colors of #FD1495
Black with #FD1495
Text Example
Text Example
White with #FD1495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1495; }
p { color: rgb(253,20,149); }
H1.HeaderClassName
{
color: #FD1495;
}
.AnyTagClassName
{
color: #FD1495;
}
</style>
background-color css
<style>
a { background-color: #FD1495; }
a { background-color: rgb(253,20,149); }
div.DivClassName
{
background-color: #FD1495;
}
.BgClassName
{
background-color: #FD1495;
}
</style>
border-color css
<style>
span { border-color: #FD1495; }
span { border-color: rgb(253,20,149); }
td.TdClassName
{
border-color: #FD1495;
}
.TagClassName
{
border-color: #FD1495;
}
</style>