Shades of Razzmatazz #FF0272
Tints of Razzmatazz #FF0272
RGB
CMYK
RGB Variations
Color information
#FF0272 (or 0xFF0272) is known color: Razzmatazz. HEX triplet: FF, 02 and 72. RGB value is (255,2,114). Sum of RGB (Red+Green+Blue) = 255+2+114=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0272 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0272 is #00FD8D. Grayscale: #5A5A5A. Windows color (decimal): -64910 or 7471871. OLE color: 7471871.
HSL color Cylindrical-coordinate representation of color #FF0272: hue angle of 333.44º 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 #FF0272 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 114 | - |
| CMYK | 0 | 0.99 | 0.55 | 0 |
| HSL | 333.44º | 1% | 0.5% | - |
| HSV(B) | 333.44º | 0.99% | 1% | - |
| XYZ | 44.3 | 22.52 | 17.93 | - |
| YUV | 90.42 | 141.32 | 245.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 114 | 0 | 0.99 | 0.55 | 0 | 333.44 | 1 | 0.5 |
| Hex | FF | 2 | 72 | 0 | 63 | 37 | 0 | 14D | 64 | 32 |
| Octal | 377 | 2 | 162 | 0 | 143 | 67 | 0 | 515 | 144 | 62 |
| Binary | 11111111 | 10 | 1110010 | 0 | 1100011 | 110111 | 0 | 101001101 | 1100100 | 110010 |
Color Harmonies of #FF0272
Complementary color
Monochromatic Colors of #FF0272
Black with #FF0272
Text Example
Text Example
White with #FF0272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0272; }
p { color: rgb(255,2,114); }
H1.HeaderClassName
{
color: #FF0272;
}
.AnyTagClassName
{
color: #FF0272;
}
</style>
background-color css
<style>
a { background-color: #FF0272; }
a { background-color: rgb(255,2,114); }
div.DivClassName
{
background-color: #FF0272;
}
.BgClassName
{
background-color: #FF0272;
}
</style>
border-color css
<style>
span { border-color: #FF0272; }
span { border-color: rgb(255,2,114); }
td.TdClassName
{
border-color: #FF0272;
}
.TagClassName
{
border-color: #FF0272;
}
</style>