Shades of Deep Pink #FD1195
Tints of Deep Pink #FD1195
RGB
CMYK
RGB Variations
Color information
#FD1195 (or 0xFD1195) is known color: Deep Pink. HEX triplet: FD, 11 and 95. RGB value is (253,17,149). Sum of RGB (Red+Green+Blue) = 253+17+149=419 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.38% from 419); Green value is 17 (7.03% from 255 or 4.06% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1195 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1195 is #02EE6A. Grayscale: #666666. Windows color (decimal): -192107 or 9769469. OLE color: 9769469.
HSL color Cylindrical-coordinate representation of color #FD1195: hue angle of 326.44º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD1195 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 149 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.01 |
| HSL | 326.44º | 0.98% | 0.53% | - |
| HSV(B) | 326.44º | 0.93% | 0.99% | - |
| XYZ | 46.13 | 23.45 | 30.53 | - |
| YUV | 102.61 | 154.19 | 235.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 149 | 0 | 0.93 | 0.41 | 0.01 | 326.44 | 0.98 | 0.53 |
| Hex | FD | 11 | 95 | 0 | 5D | 29 | 1 | 146 | 62 | 35 |
| Octal | 375 | 21 | 225 | 0 | 135 | 51 | 1 | 506 | 142 | 65 |
| Binary | 11111101 | 10001 | 10010101 | 0 | 1011101 | 101001 | 1 | 101000110 | 1100010 | 110101 |
Color Harmonies of #FD1195
Complementary color
Monochromatic Colors of #FD1195
Black with #FD1195
Text Example
Text Example
White with #FD1195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1195; }
p { color: rgb(253,17,149); }
H1.HeaderClassName
{
color: #FD1195;
}
.AnyTagClassName
{
color: #FD1195;
}
</style>
background-color css
<style>
a { background-color: #FD1195; }
a { background-color: rgb(253,17,149); }
div.DivClassName
{
background-color: #FD1195;
}
.BgClassName
{
background-color: #FD1195;
}
</style>
border-color css
<style>
span { border-color: #FD1195; }
span { border-color: rgb(253,17,149); }
td.TdClassName
{
border-color: #FD1195;
}
.TagClassName
{
border-color: #FD1195;
}
</style>