Shades of Deep Pink #FD0993
Tints of Deep Pink #FD0993
RGB
CMYK
RGB Variations
Color information
#FD0993 (or 0xFD0993) is known color: Deep Pink. HEX triplet: FD, 09 and 93. RGB value is (253,9,147). Sum of RGB (Red+Green+Blue) = 253+9+147=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 9 (3.91% from 255 or 2.20% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0993 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0993 is #02F66C. Grayscale: #616161. Windows color (decimal): -194157 or 9636349. OLE color: 9636349.
HSL color Cylindrical-coordinate representation of color #FD0993: hue angle of 326.07º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0993 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 9 | 147 | - |
CMYK | 0 | 0.96 | 0.42 | 0.01 |
HSL | 326.07º | 0.98% | 0.51% | - |
HSV(B) | 326.07º | 0.96% | 0.99% | - |
XYZ | 45.87 | 23.18 | 29.66 | - |
YUV | 97.69 | 155.84 | 238.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 9 | 147 | 0 | 0.96 | 0.42 | 0.01 | 326.07 | 0.98 | 0.51 |
Hex | FD | 9 | 93 | 0 | 60 | 2A | 1 | 146 | 62 | 33 |
Octal | 375 | 11 | 223 | 0 | 140 | 52 | 1 | 506 | 142 | 63 |
Binary | 11111101 | 1001 | 10010011 | 0 | 1100000 | 101010 | 1 | 101000110 | 1100010 | 110011 |
Color Harmonies of #FD0993
Complementary color
Monochromatic Colors of #FD0993
Black with #FD0993
Text Example
Text Example
White with #FD0993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0993; }
p { color: rgb(253,9,147); }
H1.HeaderClassName
{
color: #FD0993;
}
.AnyTagClassName
{
color: #FD0993;
}
</style>
background-color css
<style>
a { background-color: #FD0993; }
a { background-color: rgb(253,9,147); }
div.DivClassName
{
background-color: #FD0993;
}
.BgClassName
{
background-color: #FD0993;
}
</style>
border-color css
<style>
span { border-color: #FD0993; }
span { border-color: rgb(253,9,147); }
td.TdClassName
{
border-color: #FD0993;
}
.TagClassName
{
border-color: #FD0993;
}
</style>