Shades of Razzmatazz #F00370
Tints of Razzmatazz #F00370
RGB
CMYK
RGB Variations
Color information
#F00370 (or 0xF00370) is known color: Razzmatazz. HEX triplet: F0, 03 and 70. RGB value is (240,3,112). Sum of RGB (Red+Green+Blue) = 240+3+112=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F00370 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00370 is #0FFC8F. Grayscale: #565656. Windows color (decimal): -1047696 or 7341040. OLE color: 7341040.
HSL color Cylindrical-coordinate representation of color #F00370: hue angle of 332.41º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00370 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 112 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.06 |
| HSL | 332.41º | 0.98% | 0.48% | - |
| HSV(B) | 332.41º | 0.99% | 0.94% | - |
| XYZ | 38.89 | 19.76 | 17.09 | - |
| YUV | 86.29 | 142.52 | 237.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 112 | 0 | 0.99 | 0.53 | 0.06 | 332.41 | 0.98 | 0.48 |
| Hex | F0 | 3 | 70 | 0 | 63 | 35 | 6 | 14C | 62 | 30 |
| Octal | 360 | 3 | 160 | 0 | 143 | 65 | 6 | 514 | 142 | 60 |
| Binary | 11110000 | 11 | 1110000 | 0 | 1100011 | 110101 | 110 | 101001100 | 1100010 | 110000 |
Color Harmonies of #F00370
Complementary color
Monochromatic Colors of #F00370
Black with #F00370
Text Example
Text Example
White with #F00370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00370; }
p { color: rgb(240,3,112); }
H1.HeaderClassName
{
color: #F00370;
}
.AnyTagClassName
{
color: #F00370;
}
</style>
background-color css
<style>
a { background-color: #F00370; }
a { background-color: rgb(240,3,112); }
div.DivClassName
{
background-color: #F00370;
}
.BgClassName
{
background-color: #F00370;
}
</style>
border-color css
<style>
span { border-color: #F00370; }
span { border-color: rgb(240,3,112); }
td.TdClassName
{
border-color: #F00370;
}
.TagClassName
{
border-color: #F00370;
}
</style>