Shades of Razzmatazz #F5005E
Tints of Razzmatazz #F5005E
RGB
CMYK
RGB Variations
Color information
#F5005E (or 0xF5005E) is known color: Razzmatazz. HEX triplet: F5, 00 and 5E. RGB value is (245,0,94). Sum of RGB (Red+Green+Blue) = 245+0+94=339 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.27% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 245 - color contains mainly: red. Hex color #F5005E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5005E is #0AFFA1. Grayscale: #535353. Windows color (decimal): -720802 or 6160629. OLE color: 6160629.
HSL color Cylindrical-coordinate representation of color #F5005E: hue angle of 336.98º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5005E is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.62 | 0.04 |
| HSL | 336.98º | 1% | 0.48% | - |
| HSV(B) | 336.98º | 1% | 0.96% | - |
| XYZ | 39.68 | 20.22 | 12.4 | - |
| YUV | 83.97 | 133.67 | 242.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 94 | 0 | 1 | 0.62 | 0.04 | 336.98 | 1 | 0.48 |
| Hex | F5 | 0 | 5E | 0 | 64 | 3E | 4 | 151 | 64 | 30 |
| Octal | 365 | 0 | 136 | 0 | 144 | 76 | 4 | 521 | 144 | 60 |
| Binary | 11110101 | 0 | 1011110 | 0 | 1100100 | 111110 | 100 | 101010001 | 1100100 | 110000 |
Color Harmonies of #F5005E
Complementary color
Monochromatic Colors of #F5005E
Black with #F5005E
Text Example
Text Example
White with #F5005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5005E; }
p { color: rgb(245,0,94); }
H1.HeaderClassName
{
color: #F5005E;
}
.AnyTagClassName
{
color: #F5005E;
}
</style>
background-color css
<style>
a { background-color: #F5005E; }
a { background-color: rgb(245,0,94); }
div.DivClassName
{
background-color: #F5005E;
}
.BgClassName
{
background-color: #F5005E;
}
</style>
border-color css
<style>
span { border-color: #F5005E; }
span { border-color: rgb(245,0,94); }
td.TdClassName
{
border-color: #F5005E;
}
.TagClassName
{
border-color: #F5005E;
}
</style>