Shades of Deep Pink #FF0993
Tints of Deep Pink #FF0993
RGB
CMYK
RGB Variations
Color information
#FF0993 (or 0xFF0993) is known color: Deep Pink. HEX triplet: FF, 09 and 93. RGB value is (255,9,147). Sum of RGB (Red+Green+Blue) = 255+9+147=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0993 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0993 is #00F66C. Grayscale: #616161. Windows color (decimal): -63085 or 9636351. OLE color: 9636351.
HSL color Cylindrical-coordinate representation of color #FF0993: hue angle of 326.34º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0993 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 147 | - |
| CMYK | 0 | 0.96 | 0.42 | 0 |
| HSL | 326.34º | 1% | 0.52% | - |
| HSV(B) | 326.34º | 0.96% | 1% | - |
| XYZ | 46.6 | 23.56 | 29.7 | - |
| YUV | 98.29 | 155.5 | 239.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 147 | 0 | 0.96 | 0.42 | 0 | 326.34 | 1 | 0.52 |
| Hex | FF | 9 | 93 | 0 | 60 | 2A | 0 | 146 | 64 | 34 |
| Octal | 377 | 11 | 223 | 0 | 140 | 52 | 0 | 506 | 144 | 64 |
| Binary | 11111111 | 1001 | 10010011 | 0 | 1100000 | 101010 | 0 | 101000110 | 1100100 | 110100 |
Color Harmonies of #FF0993
Complementary color
Monochromatic Colors of #FF0993
Black with #FF0993
Text Example
Text Example
White with #FF0993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0993; }
p { color: rgb(255,9,147); }
H1.HeaderClassName
{
color: #FF0993;
}
.AnyTagClassName
{
color: #FF0993;
}
</style>
background-color css
<style>
a { background-color: #FF0993; }
a { background-color: rgb(255,9,147); }
div.DivClassName
{
background-color: #FF0993;
}
.BgClassName
{
background-color: #FF0993;
}
</style>
border-color css
<style>
span { border-color: #FF0993; }
span { border-color: rgb(255,9,147); }
td.TdClassName
{
border-color: #FF0993;
}
.TagClassName
{
border-color: #FF0993;
}
</style>