Shades of Deep Pink #FD1595
Tints of Deep Pink #FD1595
RGB
CMYK
RGB Variations
Color information
#FD1595 (or 0xFD1595) is known color: Deep Pink. HEX triplet: FD, 15 and 95. RGB value is (253,21,149). Sum of RGB (Red+Green+Blue) = 253+21+149=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1595 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1595 is #02EA6A. Grayscale: #686868. Windows color (decimal): -191083 or 9770493. OLE color: 9770493.
HSL color Cylindrical-coordinate representation of color #FD1595: hue angle of 326.9º 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 #FD1595 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 21 | 149 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.01 |
| HSL | 326.9º | 0.98% | 0.54% | - |
| HSV(B) | 326.9º | 0.92% | 0.99% | - |
| XYZ | 46.2 | 23.59 | 30.55 | - |
| YUV | 104.96 | 152.86 | 233.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 21 | 149 | 0 | 0.92 | 0.41 | 0.01 | 326.9 | 0.98 | 0.54 |
| Hex | FD | 15 | 95 | 0 | 5C | 29 | 1 | 147 | 62 | 36 |
| Octal | 375 | 25 | 225 | 0 | 134 | 51 | 1 | 507 | 142 | 66 |
| Binary | 11111101 | 10101 | 10010101 | 0 | 1011100 | 101001 | 1 | 101000111 | 1100010 | 110110 |
Color Harmonies of #FD1595
Complementary color
Monochromatic Colors of #FD1595
Black with #FD1595
Text Example
Text Example
White with #FD1595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1595; }
p { color: rgb(253,21,149); }
H1.HeaderClassName
{
color: #FD1595;
}
.AnyTagClassName
{
color: #FD1595;
}
</style>
background-color css
<style>
a { background-color: #FD1595; }
a { background-color: rgb(253,21,149); }
div.DivClassName
{
background-color: #FD1595;
}
.BgClassName
{
background-color: #FD1595;
}
</style>
border-color css
<style>
span { border-color: #FD1595; }
span { border-color: rgb(253,21,149); }
td.TdClassName
{
border-color: #FD1595;
}
.TagClassName
{
border-color: #FD1595;
}
</style>