Shades of Razzmatazz #FF0572
Tints of Razzmatazz #FF0572
RGB
CMYK
RGB Variations
Color information
#FF0572 (or 0xFF0572) is known color: Razzmatazz. HEX triplet: FF, 05 and 72. RGB value is (255,5,114). Sum of RGB (Red+Green+Blue) = 255+5+114=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0572 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0572 is #00FA8D. Grayscale: #5B5B5B. Windows color (decimal): -64142 or 7472639. OLE color: 7472639.
HSL color Cylindrical-coordinate representation of color #FF0572: hue angle of 333.84º 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 #FF0572 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 114 | - |
| CMYK | 0 | 0.98 | 0.55 | 0 |
| HSL | 333.84º | 1% | 0.51% | - |
| HSV(B) | 333.84º | 0.98% | 1% | - |
| XYZ | 44.33 | 22.58 | 17.94 | - |
| YUV | 92.18 | 140.33 | 244.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 114 | 0 | 0.98 | 0.55 | 0 | 333.84 | 1 | 0.51 |
| Hex | FF | 5 | 72 | 0 | 62 | 37 | 0 | 14E | 64 | 33 |
| Octal | 377 | 5 | 162 | 0 | 142 | 67 | 0 | 516 | 144 | 63 |
| Binary | 11111111 | 101 | 1110010 | 0 | 1100010 | 110111 | 0 | 101001110 | 1100100 | 110011 |
Color Harmonies of #FF0572
Complementary color
Monochromatic Colors of #FF0572
Black with #FF0572
Text Example
Text Example
White with #FF0572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0572; }
p { color: rgb(255,5,114); }
H1.HeaderClassName
{
color: #FF0572;
}
.AnyTagClassName
{
color: #FF0572;
}
</style>
background-color css
<style>
a { background-color: #FF0572; }
a { background-color: rgb(255,5,114); }
div.DivClassName
{
background-color: #FF0572;
}
.BgClassName
{
background-color: #FF0572;
}
</style>
border-color css
<style>
span { border-color: #FF0572; }
span { border-color: rgb(255,5,114); }
td.TdClassName
{
border-color: #FF0572;
}
.TagClassName
{
border-color: #FF0572;
}
</style>