Shades of Razzmatazz #F00A54
Tints of Razzmatazz #F00A54
RGB
CMYK
RGB Variations
Color information
#F00A54 (or 0xF00A54) is known color: Razzmatazz. HEX triplet: F0, 0A and 54. RGB value is (240,10,84). Sum of RGB (Red+Green+Blue) = 240+10+84=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A54 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00A54 is #0FF5AB. Grayscale: #575757. Windows color (decimal): -1045932 or 5507824. OLE color: 5507824.
HSL color Cylindrical-coordinate representation of color #F00A54: hue angle of 340.7º 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 #F00A54 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 84 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.06 |
| HSL | 340.7º | 0.92% | 0.49% | - |
| HSV(B) | 340.7º | 0.96% | 0.94% | - |
| XYZ | 37.64 | 19.38 | 10.14 | - |
| YUV | 87.21 | 126.2 | 236.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 84 | 0 | 0.96 | 0.65 | 0.06 | 340.7 | 0.92 | 0.49 |
| Hex | F0 | A | 54 | 0 | 60 | 41 | 6 | 155 | 5C | 31 |
| Octal | 360 | 12 | 124 | 0 | 140 | 101 | 6 | 525 | 134 | 61 |
| Binary | 11110000 | 1010 | 1010100 | 0 | 1100000 | 1000001 | 110 | 101010101 | 1011100 | 110001 |
Color Harmonies of #F00A54
Complementary color
Monochromatic Colors of #F00A54
Black with #F00A54
Text Example
Text Example
White with #F00A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00A54; }
p { color: rgb(240,10,84); }
H1.HeaderClassName
{
color: #F00A54;
}
.AnyTagClassName
{
color: #F00A54;
}
</style>
background-color css
<style>
a { background-color: #F00A54; }
a { background-color: rgb(240,10,84); }
div.DivClassName
{
background-color: #F00A54;
}
.BgClassName
{
background-color: #F00A54;
}
</style>
border-color css
<style>
span { border-color: #F00A54; }
span { border-color: rgb(240,10,84); }
td.TdClassName
{
border-color: #F00A54;
}
.TagClassName
{
border-color: #F00A54;
}
</style>