Shades of Razzmatazz #F0005D
Tints of Razzmatazz #F0005D
RGB
CMYK
RGB Variations
Color information
#F0005D (or 0xF0005D) is known color: Razzmatazz. HEX triplet: F0, 00 and 5D. RGB value is (240,0,93). Sum of RGB (Red+Green+Blue) = 240+0+93=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F0005D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0005D is #0FFFA2. Grayscale: #525252. Windows color (decimal): -1048483 or 6095088. OLE color: 6095088.
HSL color Cylindrical-coordinate representation of color #F0005D: hue angle of 336.75º 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 #F0005D is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.61 | 0.06 |
| HSL | 336.75º | 1% | 0.47% | - |
| HSV(B) | 336.75º | 1% | 0.94% | - |
| XYZ | 37.91 | 19.32 | 12.09 | - |
| YUV | 82.36 | 134.01 | 240.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 93 | 0 | 1 | 0.61 | 0.06 | 336.75 | 1 | 0.47 |
| Hex | F0 | 0 | 5D | 0 | 64 | 3D | 6 | 151 | 64 | 2F |
| Octal | 360 | 0 | 135 | 0 | 144 | 75 | 6 | 521 | 144 | 57 |
| Binary | 11110000 | 0 | 1011101 | 0 | 1100100 | 111101 | 110 | 101010001 | 1100100 | 101111 |
Color Harmonies of #F0005D
Complementary color
Monochromatic Colors of #F0005D
Black with #F0005D
Text Example
Text Example
White with #F0005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0005D; }
p { color: rgb(240,0,93); }
H1.HeaderClassName
{
color: #F0005D;
}
.AnyTagClassName
{
color: #F0005D;
}
</style>
background-color css
<style>
a { background-color: #F0005D; }
a { background-color: rgb(240,0,93); }
div.DivClassName
{
background-color: #F0005D;
}
.BgClassName
{
background-color: #F0005D;
}
</style>
border-color css
<style>
span { border-color: #F0005D; }
span { border-color: rgb(240,0,93); }
td.TdClassName
{
border-color: #F0005D;
}
.TagClassName
{
border-color: #F0005D;
}
</style>