Shades of Razzmatazz #F00F4F
Tints of Razzmatazz #F00F4F
RGB
CMYK
RGB Variations
Color information
#F00F4F (or 0xF00F4F) is known color: Razzmatazz. HEX triplet: F0, 0F and 4F. RGB value is (240,15,79). Sum of RGB (Red+Green+Blue) = 240+15+79=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F4F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00F4F is #0FF0B0. Grayscale: #595959. Windows color (decimal): -1044657 or 5181424. OLE color: 5181424.
HSL color Cylindrical-coordinate representation of color #F00F4F: hue angle of 342.93º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00F4F is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 79 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.06 |
| HSL | 342.93º | 0.88% | 0.5% | - |
| HSV(B) | 342.93º | 0.94% | 0.94% | - |
| XYZ | 37.52 | 19.43 | 9.17 | - |
| YUV | 89.57 | 122.04 | 235.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 79 | 0 | 0.94 | 0.67 | 0.06 | 342.93 | 0.88 | 0.5 |
| Hex | F0 | F | 4F | 0 | 5E | 43 | 6 | 157 | 58 | 32 |
| Octal | 360 | 17 | 117 | 0 | 136 | 103 | 6 | 527 | 130 | 62 |
| Binary | 11110000 | 1111 | 1001111 | 0 | 1011110 | 1000011 | 110 | 101010111 | 1011000 | 110010 |
Color Harmonies of #F00F4F
Complementary color
Monochromatic Colors of #F00F4F
Black with #F00F4F
Text Example
Text Example
White with #F00F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00F4F; }
p { color: rgb(240,15,79); }
H1.HeaderClassName
{
color: #F00F4F;
}
.AnyTagClassName
{
color: #F00F4F;
}
</style>
background-color css
<style>
a { background-color: #F00F4F; }
a { background-color: rgb(240,15,79); }
div.DivClassName
{
background-color: #F00F4F;
}
.BgClassName
{
background-color: #F00F4F;
}
</style>
border-color css
<style>
span { border-color: #F00F4F; }
span { border-color: rgb(240,15,79); }
td.TdClassName
{
border-color: #F00F4F;
}
.TagClassName
{
border-color: #F00F4F;
}
</style>