Shades of Deep Pink #FD0393
Tints of Deep Pink #FD0393
RGB
CMYK
RGB Variations
Color information
#FD0393 (or 0xFD0393) is known color: Deep Pink. HEX triplet: FD, 03 and 93. RGB value is (253,3,147). Sum of RGB (Red+Green+Blue) = 253+3+147=403 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.78% from 403); Green value is 3 (1.56% from 255 or 0.74% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0393 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0393 is #02FC6C. Grayscale: #5D5D5D. Windows color (decimal): -195693 or 9634813. OLE color: 9634813.
HSL color Cylindrical-coordinate representation of color #FD0393: hue angle of 325.44º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD0393 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 147 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.01 |
| HSL | 325.44º | 0.98% | 0.5% | - |
| HSV(B) | 325.44º | 0.99% | 0.99% | - |
| XYZ | 45.81 | 23.05 | 29.64 | - |
| YUV | 94.17 | 157.83 | 241.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 147 | 0 | 0.99 | 0.42 | 0.01 | 325.44 | 0.98 | 0.5 |
| Hex | FD | 3 | 93 | 0 | 63 | 2A | 1 | 145 | 62 | 32 |
| Octal | 375 | 3 | 223 | 0 | 143 | 52 | 1 | 505 | 142 | 62 |
| Binary | 11111101 | 11 | 10010011 | 0 | 1100011 | 101010 | 1 | 101000101 | 1100010 | 110010 |
Color Harmonies of #FD0393
Complementary color
Monochromatic Colors of #FD0393
Black with #FD0393
Text Example
Text Example
White with #FD0393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0393; }
p { color: rgb(253,3,147); }
H1.HeaderClassName
{
color: #FD0393;
}
.AnyTagClassName
{
color: #FD0393;
}
</style>
background-color css
<style>
a { background-color: #FD0393; }
a { background-color: rgb(253,3,147); }
div.DivClassName
{
background-color: #FD0393;
}
.BgClassName
{
background-color: #FD0393;
}
</style>
border-color css
<style>
span { border-color: #FD0393; }
span { border-color: rgb(253,3,147); }
td.TdClassName
{
border-color: #FD0393;
}
.TagClassName
{
border-color: #FD0393;
}
</style>