Shades of Razzmatazz #F00562
Tints of Razzmatazz #F00562
RGB
CMYK
RGB Variations
Color information
#F00562 (or 0xF00562) is known color: Razzmatazz. HEX triplet: F0, 05 and 62. RGB value is (240,5,98). Sum of RGB (Red+Green+Blue) = 240+5+98=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F00562 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00562 is #0FFA9D. Grayscale: #555555. Windows color (decimal): -1047198 or 6424048. OLE color: 6424048.
HSL color Cylindrical-coordinate representation of color #F00562: hue angle of 336.26º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F00562 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 98 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.06 |
| HSL | 336.26º | 0.96% | 0.48% | - |
| HSV(B) | 336.26º | 0.98% | 0.94% | - |
| XYZ | 38.19 | 19.52 | 13.31 | - |
| YUV | 85.87 | 134.86 | 237.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 98 | 0 | 0.98 | 0.59 | 0.06 | 336.26 | 0.96 | 0.48 |
| Hex | F0 | 5 | 62 | 0 | 62 | 3B | 6 | 150 | 60 | 30 |
| Octal | 360 | 5 | 142 | 0 | 142 | 73 | 6 | 520 | 140 | 60 |
| Binary | 11110000 | 101 | 1100010 | 0 | 1100010 | 111011 | 110 | 101010000 | 1100000 | 110000 |
Color Harmonies of #F00562
Complementary color
Monochromatic Colors of #F00562
Black with #F00562
Text Example
Text Example
White with #F00562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00562; }
p { color: rgb(240,5,98); }
H1.HeaderClassName
{
color: #F00562;
}
.AnyTagClassName
{
color: #F00562;
}
</style>
background-color css
<style>
a { background-color: #F00562; }
a { background-color: rgb(240,5,98); }
div.DivClassName
{
background-color: #F00562;
}
.BgClassName
{
background-color: #F00562;
}
</style>
border-color css
<style>
span { border-color: #F00562; }
span { border-color: rgb(240,5,98); }
td.TdClassName
{
border-color: #F00562;
}
.TagClassName
{
border-color: #F00562;
}
</style>