Shades of Deep Pink #FF0273
Tints of Deep Pink #FF0273
RGB
CMYK
RGB Variations
Color information
#FF0273 (or 0xFF0273) is known color: Deep Pink. HEX triplet: FF, 02 and 73. RGB value is (255,2,115). Sum of RGB (Red+Green+Blue) = 255+2+115=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0273 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0273 is #00FD8C. Grayscale: #5A5A5A. Windows color (decimal): -64909 or 7537407. OLE color: 7537407.
HSL color Cylindrical-coordinate representation of color #FF0273: hue angle of 333.2º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0273 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 115 | - |
| CMYK | 0 | 0.99 | 0.55 | 0 |
| HSL | 333.2º | 1% | 0.5% | - |
| HSV(B) | 333.2º | 0.99% | 1% | - |
| XYZ | 44.36 | 22.54 | 18.23 | - |
| YUV | 90.53 | 141.82 | 245.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 115 | 0 | 0.99 | 0.55 | 0 | 333.2 | 1 | 0.5 |
| Hex | FF | 2 | 73 | 0 | 63 | 37 | 0 | 14D | 64 | 32 |
| Octal | 377 | 2 | 163 | 0 | 143 | 67 | 0 | 515 | 144 | 62 |
| Binary | 11111111 | 10 | 1110011 | 0 | 1100011 | 110111 | 0 | 101001101 | 1100100 | 110010 |
Color Harmonies of #FF0273
Complementary color
Monochromatic Colors of #FF0273
Black with #FF0273
Text Example
Text Example
White with #FF0273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0273; }
p { color: rgb(255,2,115); }
H1.HeaderClassName
{
color: #FF0273;
}
.AnyTagClassName
{
color: #FF0273;
}
</style>
background-color css
<style>
a { background-color: #FF0273; }
a { background-color: rgb(255,2,115); }
div.DivClassName
{
background-color: #FF0273;
}
.BgClassName
{
background-color: #FF0273;
}
</style>
border-color css
<style>
span { border-color: #FF0273; }
span { border-color: rgb(255,2,115); }
td.TdClassName
{
border-color: #FF0273;
}
.TagClassName
{
border-color: #FF0273;
}
</style>