Shades of Razzmatazz #F0005E
Tints of Razzmatazz #F0005E
RGB
CMYK
RGB Variations
Color information
#F0005E (or 0xF0005E) is known color: Razzmatazz. HEX triplet: F0, 00 and 5E. RGB value is (240,0,94). Sum of RGB (Red+Green+Blue) = 240+0+94=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F0005E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0005E is #0FFFA1. Grayscale: #525252. Windows color (decimal): -1048482 or 6160624. OLE color: 6160624.
HSL color Cylindrical-coordinate representation of color #F0005E: hue angle of 336.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0005E is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 0 | 94 | - |
CMYK | 0 | 1 | 0.61 | 0.06 |
HSL | 336.5º | 1% | 0.47% | - |
HSV(B) | 336.5º | 1% | 0.94% | - |
XYZ | 37.96 | 19.33 | 12.32 | - |
YUV | 82.48 | 134.51 | 240.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 0 | 94 | 0 | 1 | 0.61 | 0.06 | 336.5 | 1 | 0.47 |
Hex | F0 | 0 | 5E | 0 | 64 | 3D | 6 | 150 | 64 | 2F |
Octal | 360 | 0 | 136 | 0 | 144 | 75 | 6 | 520 | 144 | 57 |
Binary | 11110000 | 0 | 1011110 | 0 | 1100100 | 111101 | 110 | 101010000 | 1100100 | 101111 |
Color Harmonies of #F0005E
Complementary color
Monochromatic Colors of #F0005E
Black with #F0005E
Text Example
Text Example
White with #F0005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0005E; }
p { color: rgb(240,0,94); }
H1.HeaderClassName
{
color: #F0005E;
}
.AnyTagClassName
{
color: #F0005E;
}
</style>
background-color css
<style>
a { background-color: #F0005E; }
a { background-color: rgb(240,0,94); }
div.DivClassName
{
background-color: #F0005E;
}
.BgClassName
{
background-color: #F0005E;
}
</style>
border-color css
<style>
span { border-color: #F0005E; }
span { border-color: rgb(240,0,94); }
td.TdClassName
{
border-color: #F0005E;
}
.TagClassName
{
border-color: #F0005E;
}
</style>