Shades of Razzmatazz #F00A56
Tints of Razzmatazz #F00A56
RGB
CMYK
RGB Variations
Color information
#F00A56 (or 0xF00A56) is known color: Razzmatazz. HEX triplet: F0, 0A and 56. RGB value is (240,10,86). Sum of RGB (Red+Green+Blue) = 240+10+86=336 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.43% from 336); Green value is 10 (4.30% from 255 or 2.98% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A56 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00A56 is #0FF5A9. Grayscale: #575757. Windows color (decimal): -1045930 or 5638896. OLE color: 5638896.
HSL color Cylindrical-coordinate representation of color #F00A56: hue angle of 340.17º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00A56 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 86 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.06 |
| HSL | 340.17º | 0.92% | 0.49% | - |
| HSV(B) | 340.17º | 0.96% | 0.94% | - |
| XYZ | 37.72 | 19.41 | 10.56 | - |
| YUV | 87.43 | 127.2 | 236.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 86 | 0 | 0.96 | 0.64 | 0.06 | 340.17 | 0.92 | 0.49 |
| Hex | F0 | A | 56 | 0 | 60 | 40 | 6 | 154 | 5C | 31 |
| Octal | 360 | 12 | 126 | 0 | 140 | 100 | 6 | 524 | 134 | 61 |
| Binary | 11110000 | 1010 | 1010110 | 0 | 1100000 | 1000000 | 110 | 101010100 | 1011100 | 110001 |
Color Harmonies of #F00A56
Complementary color
Monochromatic Colors of #F00A56
Black with #F00A56
Text Example
Text Example
White with #F00A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00A56; }
p { color: rgb(240,10,86); }
H1.HeaderClassName
{
color: #F00A56;
}
.AnyTagClassName
{
color: #F00A56;
}
</style>
background-color css
<style>
a { background-color: #F00A56; }
a { background-color: rgb(240,10,86); }
div.DivClassName
{
background-color: #F00A56;
}
.BgClassName
{
background-color: #F00A56;
}
</style>
border-color css
<style>
span { border-color: #F00A56; }
span { border-color: rgb(240,10,86); }
td.TdClassName
{
border-color: #F00A56;
}
.TagClassName
{
border-color: #F00A56;
}
</style>