Shades of Razzmatazz #F00456
Tints of Razzmatazz #F00456
RGB
CMYK
RGB Variations
Color information
#F00456 (or 0xF00456) is known color: Razzmatazz. HEX triplet: F0, 04 and 56. RGB value is (240,4,86). Sum of RGB (Red+Green+Blue) = 240+4+86=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F00456 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00456 is #0FFBA9. Grayscale: #535353. Windows color (decimal): -1047466 or 5637360. OLE color: 5637360.
HSL color Cylindrical-coordinate representation of color #F00456: hue angle of 339.15º degrees, saturation: 0.97, 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 #F00456 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 4 | 86 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.06 |
| HSL | 339.15º | 0.97% | 0.48% | - |
| HSV(B) | 339.15º | 0.98% | 0.94% | - |
| XYZ | 37.66 | 19.28 | 10.54 | - |
| YUV | 83.91 | 129.19 | 239.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 86 | 0 | 0.98 | 0.64 | 0.06 | 339.15 | 0.97 | 0.48 |
| Hex | F0 | 4 | 56 | 0 | 62 | 40 | 6 | 153 | 61 | 30 |
| Octal | 360 | 4 | 126 | 0 | 142 | 100 | 6 | 523 | 141 | 60 |
| Binary | 11110000 | 100 | 1010110 | 0 | 1100010 | 1000000 | 110 | 101010011 | 1100001 | 110000 |
Color Harmonies of #F00456
Complementary color
Monochromatic Colors of #F00456
Black with #F00456
Text Example
Text Example
White with #F00456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00456; }
p { color: rgb(240,4,86); }
H1.HeaderClassName
{
color: #F00456;
}
.AnyTagClassName
{
color: #F00456;
}
</style>
background-color css
<style>
a { background-color: #F00456; }
a { background-color: rgb(240,4,86); }
div.DivClassName
{
background-color: #F00456;
}
.BgClassName
{
background-color: #F00456;
}
</style>
border-color css
<style>
span { border-color: #F00456; }
span { border-color: rgb(240,4,86); }
td.TdClassName
{
border-color: #F00456;
}
.TagClassName
{
border-color: #F00456;
}
</style>