Shades of Razzmatazz #F00364
Tints of Razzmatazz #F00364
RGB
CMYK
RGB Variations
Color information
#F00364 (or 0xF00364) is known color: Razzmatazz. HEX triplet: F0, 03 and 64. RGB value is (240,3,100). Sum of RGB (Red+Green+Blue) = 240+3+100=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F00364 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00364 is #0FFC9B. Grayscale: #545454. Windows color (decimal): -1047708 or 6554608. OLE color: 6554608.
HSL color Cylindrical-coordinate representation of color #F00364: hue angle of 335.44º 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 #F00364 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 100 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.06 |
| HSL | 335.44º | 0.98% | 0.48% | - |
| HSV(B) | 335.44º | 0.99% | 0.94% | - |
| XYZ | 38.27 | 19.51 | 13.81 | - |
| YUV | 84.92 | 136.52 | 238.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 100 | 0 | 0.99 | 0.58 | 0.06 | 335.44 | 0.98 | 0.48 |
| Hex | F0 | 3 | 64 | 0 | 63 | 3A | 6 | 14F | 62 | 30 |
| Octal | 360 | 3 | 144 | 0 | 143 | 72 | 6 | 517 | 142 | 60 |
| Binary | 11110000 | 11 | 1100100 | 0 | 1100011 | 111010 | 110 | 101001111 | 1100010 | 110000 |
Color Harmonies of #F00364
Complementary color
Monochromatic Colors of #F00364
Black with #F00364
Text Example
Text Example
White with #F00364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00364; }
p { color: rgb(240,3,100); }
H1.HeaderClassName
{
color: #F00364;
}
.AnyTagClassName
{
color: #F00364;
}
</style>
background-color css
<style>
a { background-color: #F00364; }
a { background-color: rgb(240,3,100); }
div.DivClassName
{
background-color: #F00364;
}
.BgClassName
{
background-color: #F00364;
}
</style>
border-color css
<style>
span { border-color: #F00364; }
span { border-color: rgb(240,3,100); }
td.TdClassName
{
border-color: #F00364;
}
.TagClassName
{
border-color: #F00364;
}
</style>