Shades of Razzmatazz #F0055E
Tints of Razzmatazz #F0055E
RGB
CMYK
RGB Variations
Color information
#F0055E (or 0xF0055E) is known color: Razzmatazz. HEX triplet: F0, 05 and 5E. RGB value is (240,5,94). Sum of RGB (Red+Green+Blue) = 240+5+94=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F0055E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0055E is #0FFAA1. Grayscale: #555555. Windows color (decimal): -1047202 or 6161904. OLE color: 6161904.
HSL color Cylindrical-coordinate representation of color #F0055E: hue angle of 337.28º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0055E is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 94 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.06 |
| HSL | 337.28º | 0.96% | 0.48% | - |
| HSV(B) | 337.28º | 0.98% | 0.94% | - |
| XYZ | 38.01 | 19.44 | 12.34 | - |
| YUV | 85.41 | 132.86 | 238.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 94 | 0 | 0.98 | 0.61 | 0.06 | 337.28 | 0.96 | 0.48 |
| Hex | F0 | 5 | 5E | 0 | 62 | 3D | 6 | 151 | 60 | 30 |
| Octal | 360 | 5 | 136 | 0 | 142 | 75 | 6 | 521 | 140 | 60 |
| Binary | 11110000 | 101 | 1011110 | 0 | 1100010 | 111101 | 110 | 101010001 | 1100000 | 110000 |
Color Harmonies of #F0055E
Complementary color
Monochromatic Colors of #F0055E
Black with #F0055E
Text Example
Text Example
White with #F0055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0055E; }
p { color: rgb(240,5,94); }
H1.HeaderClassName
{
color: #F0055E;
}
.AnyTagClassName
{
color: #F0055E;
}
</style>
background-color css
<style>
a { background-color: #F0055E; }
a { background-color: rgb(240,5,94); }
div.DivClassName
{
background-color: #F0055E;
}
.BgClassName
{
background-color: #F0055E;
}
</style>
border-color css
<style>
span { border-color: #F0055E; }
span { border-color: rgb(240,5,94); }
td.TdClassName
{
border-color: #F0055E;
}
.TagClassName
{
border-color: #F0055E;
}
</style>