Shades of Razzmatazz #F00F5E
Tints of Razzmatazz #F00F5E
RGB
CMYK
RGB Variations
Color information
#F00F5E (or 0xF00F5E) is known color: Razzmatazz. HEX triplet: F0, 0F and 5E. RGB value is (240,15,94). Sum of RGB (Red+Green+Blue) = 240+15+94=349 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.77% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00F5E is #0FF0A1. Grayscale: #5B5B5B. Windows color (decimal): -1044642 or 6164464. OLE color: 6164464.
HSL color Cylindrical-coordinate representation of color #F00F5E: hue angle of 338.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 #F00F5E is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 94 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.06 |
| HSL | 338.93º | 0.88% | 0.5% | - |
| HSV(B) | 338.93º | 0.94% | 0.94% | - |
| XYZ | 38.13 | 19.68 | 12.38 | - |
| YUV | 91.28 | 129.54 | 234.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 94 | 0 | 0.94 | 0.61 | 0.06 | 338.93 | 0.88 | 0.5 |
| Hex | F0 | F | 5E | 0 | 5E | 3D | 6 | 153 | 58 | 32 |
| Octal | 360 | 17 | 136 | 0 | 136 | 75 | 6 | 523 | 130 | 62 |
| Binary | 11110000 | 1111 | 1011110 | 0 | 1011110 | 111101 | 110 | 101010011 | 1011000 | 110010 |
Color Harmonies of #F00F5E
Complementary color
Monochromatic Colors of #F00F5E
Black with #F00F5E
Text Example
Text Example
White with #F00F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00F5E; }
p { color: rgb(240,15,94); }
H1.HeaderClassName
{
color: #F00F5E;
}
.AnyTagClassName
{
color: #F00F5E;
}
</style>
background-color css
<style>
a { background-color: #F00F5E; }
a { background-color: rgb(240,15,94); }
div.DivClassName
{
background-color: #F00F5E;
}
.BgClassName
{
background-color: #F00F5E;
}
</style>
border-color css
<style>
span { border-color: #F00F5E; }
span { border-color: rgb(240,15,94); }
td.TdClassName
{
border-color: #F00F5E;
}
.TagClassName
{
border-color: #F00F5E;
}
</style>