Shades of Deep Pink #FF0473
Tints of Deep Pink #FF0473
RGB
CMYK
RGB Variations
Color information
#FF0473 (or 0xFF0473) is known color: Deep Pink. HEX triplet: FF, 04 and 73. RGB value is (255,4,115). Sum of RGB (Red+Green+Blue) = 255+4+115=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 4 (1.95% from 255 or 1.07% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0473 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0473 is #00FB8C. Grayscale: #5B5B5B. Windows color (decimal): -64397 or 7537919. OLE color: 7537919.
HSL color Cylindrical-coordinate representation of color #FF0473: hue angle of 333.47º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0473 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 115 | - |
| CMYK | 0 | 0.98 | 0.55 | 0 |
| HSL | 333.47º | 1% | 0.51% | - |
| HSV(B) | 333.47º | 0.98% | 1% | - |
| XYZ | 44.38 | 22.58 | 18.24 | - |
| YUV | 91.7 | 141.16 | 244.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 115 | 0 | 0.98 | 0.55 | 0 | 333.47 | 1 | 0.51 |
| Hex | FF | 4 | 73 | 0 | 62 | 37 | 0 | 14D | 64 | 33 |
| Octal | 377 | 4 | 163 | 0 | 142 | 67 | 0 | 515 | 144 | 63 |
| Binary | 11111111 | 100 | 1110011 | 0 | 1100010 | 110111 | 0 | 101001101 | 1100100 | 110011 |
Color Harmonies of #FF0473
Complementary color
Monochromatic Colors of #FF0473
Black with #FF0473
Text Example
Text Example
White with #FF0473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0473; }
p { color: rgb(255,4,115); }
H1.HeaderClassName
{
color: #FF0473;
}
.AnyTagClassName
{
color: #FF0473;
}
</style>
background-color css
<style>
a { background-color: #FF0473; }
a { background-color: rgb(255,4,115); }
div.DivClassName
{
background-color: #FF0473;
}
.BgClassName
{
background-color: #FF0473;
}
</style>
border-color css
<style>
span { border-color: #FF0473; }
span { border-color: rgb(255,4,115); }
td.TdClassName
{
border-color: #FF0473;
}
.TagClassName
{
border-color: #FF0473;
}
</style>