Shades of Razzmatazz #F00F51
Tints of Razzmatazz #F00F51
RGB
CMYK
RGB Variations
Color information
#F00F51 (or 0xF00F51) is known color: Razzmatazz. HEX triplet: F0, 0F and 51. RGB value is (240,15,81). Sum of RGB (Red+Green+Blue) = 240+15+81=336 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.43% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F51 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00F51 is #0FF0AE. Grayscale: #595959. Windows color (decimal): -1044655 or 5312496. OLE color: 5312496.
HSL color Cylindrical-coordinate representation of color #F00F51: hue angle of 342.4º 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 #F00F51 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 81 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.06 |
| HSL | 342.4º | 0.88% | 0.5% | - |
| HSV(B) | 342.4º | 0.94% | 0.94% | - |
| XYZ | 37.59 | 19.46 | 9.56 | - |
| YUV | 89.8 | 123.04 | 235.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 81 | 0 | 0.94 | 0.66 | 0.06 | 342.4 | 0.88 | 0.5 |
| Hex | F0 | F | 51 | 0 | 5E | 42 | 6 | 156 | 58 | 32 |
| Octal | 360 | 17 | 121 | 0 | 136 | 102 | 6 | 526 | 130 | 62 |
| Binary | 11110000 | 1111 | 1010001 | 0 | 1011110 | 1000010 | 110 | 101010110 | 1011000 | 110010 |
Color Harmonies of #F00F51
Complementary color
Monochromatic Colors of #F00F51
Black with #F00F51
Text Example
Text Example
White with #F00F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00F51; }
p { color: rgb(240,15,81); }
H1.HeaderClassName
{
color: #F00F51;
}
.AnyTagClassName
{
color: #F00F51;
}
</style>
background-color css
<style>
a { background-color: #F00F51; }
a { background-color: rgb(240,15,81); }
div.DivClassName
{
background-color: #F00F51;
}
.BgClassName
{
background-color: #F00F51;
}
</style>
border-color css
<style>
span { border-color: #F00F51; }
span { border-color: rgb(240,15,81); }
td.TdClassName
{
border-color: #F00F51;
}
.TagClassName
{
border-color: #F00F51;
}
</style>