Shades of Razzmatazz #F00574
Tints of Razzmatazz #F00574
RGB
CMYK
RGB Variations
Color information
#F00574 (or 0xF00574) is known color: Razzmatazz. HEX triplet: F0, 05 and 74. RGB value is (240,5,116). Sum of RGB (Red+Green+Blue) = 240+5+116=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F00574 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00574 is #0FFA8B. Grayscale: #575757. Windows color (decimal): -1047180 or 7603696. OLE color: 7603696.
HSL color Cylindrical-coordinate representation of color #F00574: hue angle of 331.66º 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 #F00574 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 116 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.06 |
| HSL | 331.66º | 0.96% | 0.48% | - |
| HSV(B) | 331.66º | 0.98% | 0.94% | - |
| XYZ | 39.14 | 19.89 | 18.3 | - |
| YUV | 87.92 | 143.86 | 236.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 116 | 0 | 0.98 | 0.52 | 0.06 | 331.66 | 0.96 | 0.48 |
| Hex | F0 | 5 | 74 | 0 | 62 | 34 | 6 | 14C | 60 | 30 |
| Octal | 360 | 5 | 164 | 0 | 142 | 64 | 6 | 514 | 140 | 60 |
| Binary | 11110000 | 101 | 1110100 | 0 | 1100010 | 110100 | 110 | 101001100 | 1100000 | 110000 |
Color Harmonies of #F00574
Complementary color
Monochromatic Colors of #F00574
Black with #F00574
Text Example
Text Example
White with #F00574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00574; }
p { color: rgb(240,5,116); }
H1.HeaderClassName
{
color: #F00574;
}
.AnyTagClassName
{
color: #F00574;
}
</style>
background-color css
<style>
a { background-color: #F00574; }
a { background-color: rgb(240,5,116); }
div.DivClassName
{
background-color: #F00574;
}
.BgClassName
{
background-color: #F00574;
}
</style>
border-color css
<style>
span { border-color: #F00574; }
span { border-color: rgb(240,5,116); }
td.TdClassName
{
border-color: #F00574;
}
.TagClassName
{
border-color: #F00574;
}
</style>