Shades of Deep Pink #FD0C95
Tints of Deep Pink #FD0C95
RGB
CMYK
RGB Variations
Color information
#FD0C95 (or 0xFD0C95) is known color: Deep Pink. HEX triplet: FD, 0C and 95. RGB value is (253,12,149). Sum of RGB (Red+Green+Blue) = 253+12+149=414 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.11% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0C95 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0C95 is #02F36A. Grayscale: #636363. Windows color (decimal): -193387 or 9768189. OLE color: 9768189.
HSL color Cylindrical-coordinate representation of color #FD0C95: hue angle of 325.89º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD0C95 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 12 | 149 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.01 |
| HSL | 325.89º | 0.98% | 0.52% | - |
| HSV(B) | 325.89º | 0.95% | 0.99% | - |
| XYZ | 46.06 | 23.32 | 30.51 | - |
| YUV | 99.68 | 155.84 | 237.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 12 | 149 | 0 | 0.95 | 0.41 | 0.01 | 325.89 | 0.98 | 0.52 |
| Hex | FD | C | 95 | 0 | 5F | 29 | 1 | 146 | 62 | 34 |
| Octal | 375 | 14 | 225 | 0 | 137 | 51 | 1 | 506 | 142 | 64 |
| Binary | 11111101 | 1100 | 10010101 | 0 | 1011111 | 101001 | 1 | 101000110 | 1100010 | 110100 |
Color Harmonies of #FD0C95
Complementary color
Monochromatic Colors of #FD0C95
Black with #FD0C95
Text Example
Text Example
White with #FD0C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0C95; }
p { color: rgb(253,12,149); }
H1.HeaderClassName
{
color: #FD0C95;
}
.AnyTagClassName
{
color: #FD0C95;
}
</style>
background-color css
<style>
a { background-color: #FD0C95; }
a { background-color: rgb(253,12,149); }
div.DivClassName
{
background-color: #FD0C95;
}
.BgClassName
{
background-color: #FD0C95;
}
</style>
border-color css
<style>
span { border-color: #FD0C95; }
span { border-color: rgb(253,12,149); }
td.TdClassName
{
border-color: #FD0C95;
}
.TagClassName
{
border-color: #FD0C95;
}
</style>