Shades of Deep Pink #FF0393
Tints of Deep Pink #FF0393
RGB
CMYK
RGB Variations
Color information
#FF0393 (or 0xFF0393) is known color: Deep Pink. HEX triplet: FF, 03 and 93. RGB value is (255,3,147). Sum of RGB (Red+Green+Blue) = 255+3+147=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0393 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0393 is #00FC6C. Grayscale: #5E5E5E. Windows color (decimal): -64621 or 9634815. OLE color: 9634815.
HSL color Cylindrical-coordinate representation of color #FF0393: hue angle of 325.71º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0393 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 147 | - |
| CMYK | 0 | 0.99 | 0.42 | 0 |
| HSL | 325.71º | 1% | 0.51% | - |
| HSV(B) | 325.71º | 0.99% | 1% | - |
| XYZ | 46.54 | 23.43 | 29.67 | - |
| YUV | 94.76 | 157.49 | 242.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 147 | 0 | 0.99 | 0.42 | 0 | 325.71 | 1 | 0.51 |
| Hex | FF | 3 | 93 | 0 | 63 | 2A | 0 | 146 | 64 | 33 |
| Octal | 377 | 3 | 223 | 0 | 143 | 52 | 0 | 506 | 144 | 63 |
| Binary | 11111111 | 11 | 10010011 | 0 | 1100011 | 101010 | 0 | 101000110 | 1100100 | 110011 |
Color Harmonies of #FF0393
Complementary color
Monochromatic Colors of #FF0393
Black with #FF0393
Text Example
Text Example
White with #FF0393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0393; }
p { color: rgb(255,3,147); }
H1.HeaderClassName
{
color: #FF0393;
}
.AnyTagClassName
{
color: #FF0393;
}
</style>
background-color css
<style>
a { background-color: #FF0393; }
a { background-color: rgb(255,3,147); }
div.DivClassName
{
background-color: #FF0393;
}
.BgClassName
{
background-color: #FF0393;
}
</style>
border-color css
<style>
span { border-color: #FF0393; }
span { border-color: rgb(255,3,147); }
td.TdClassName
{
border-color: #FF0393;
}
.TagClassName
{
border-color: #FF0393;
}
</style>