Shades of Deep Pink #FF0394
Tints of Deep Pink #FF0394
RGB
CMYK
RGB Variations
Color information
#FF0394 (or 0xFF0394) is known color: Deep Pink. HEX triplet: FF, 03 and 94. RGB value is (255,3,148). Sum of RGB (Red+Green+Blue) = 255+3+148=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 3 (1.56% from 255 or 0.74% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0394 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0394 is #00FC6B. Grayscale: #5E5E5E. Windows color (decimal): -64620 or 9700351. OLE color: 9700351.
HSL color Cylindrical-coordinate representation of color #FF0394: hue angle of 325.48º 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 #FF0394 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 148 | - |
| CMYK | 0 | 0.99 | 0.42 | 0 |
| HSL | 325.48º | 1% | 0.51% | - |
| HSV(B) | 325.48º | 0.99% | 1% | - |
| XYZ | 46.62 | 23.46 | 30.09 | - |
| YUV | 94.88 | 157.99 | 242.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 148 | 0 | 0.99 | 0.42 | 0 | 325.48 | 1 | 0.51 |
| Hex | FF | 3 | 94 | 0 | 63 | 2A | 0 | 145 | 64 | 33 |
| Octal | 377 | 3 | 224 | 0 | 143 | 52 | 0 | 505 | 144 | 63 |
| Binary | 11111111 | 11 | 10010100 | 0 | 1100011 | 101010 | 0 | 101000101 | 1100100 | 110011 |
Color Harmonies of #FF0394
Complementary color
Monochromatic Colors of #FF0394
Black with #FF0394
Text Example
Text Example
White with #FF0394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0394; }
p { color: rgb(255,3,148); }
H1.HeaderClassName
{
color: #FF0394;
}
.AnyTagClassName
{
color: #FF0394;
}
</style>
background-color css
<style>
a { background-color: #FF0394; }
a { background-color: rgb(255,3,148); }
div.DivClassName
{
background-color: #FF0394;
}
.BgClassName
{
background-color: #FF0394;
}
</style>
border-color css
<style>
span { border-color: #FF0394; }
span { border-color: rgb(255,3,148); }
td.TdClassName
{
border-color: #FF0394;
}
.TagClassName
{
border-color: #FF0394;
}
</style>