Shades of Razzmatazz #F5004E
Tints of Razzmatazz #F5004E
RGB
CMYK
RGB Variations
Color information
#F5004E (or 0xF5004E) is known color: Razzmatazz. HEX triplet: F5, 00 and 4E. RGB value is (245,0,78). Sum of RGB (Red+Green+Blue) = 245+0+78=323 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.85% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 245 - color contains mainly: red. Hex color #F5004E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5004E is #0AFFB1. Grayscale: #525252. Windows color (decimal): -720818 or 5112053. OLE color: 5112053.
HSL color Cylindrical-coordinate representation of color #F5004E: hue angle of 340.9º 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 #F5004E is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.68 | 0.04 |
| HSL | 340.9º | 1% | 0.48% | - |
| HSV(B) | 340.9º | 1% | 0.96% | - |
| XYZ | 39.03 | 19.96 | 9 | - |
| YUV | 82.15 | 125.67 | 244.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 78 | 0 | 1 | 0.68 | 0.04 | 340.9 | 1 | 0.48 |
| Hex | F5 | 0 | 4E | 0 | 64 | 44 | 4 | 155 | 64 | 30 |
| Octal | 365 | 0 | 116 | 0 | 144 | 104 | 4 | 525 | 144 | 60 |
| Binary | 11110101 | 0 | 1001110 | 0 | 1100100 | 1000100 | 100 | 101010101 | 1100100 | 110000 |
Color Harmonies of #F5004E
Complementary color
Monochromatic Colors of #F5004E
Black with #F5004E
Text Example
Text Example
White with #F5004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5004E; }
p { color: rgb(245,0,78); }
H1.HeaderClassName
{
color: #F5004E;
}
.AnyTagClassName
{
color: #F5004E;
}
</style>
background-color css
<style>
a { background-color: #F5004E; }
a { background-color: rgb(245,0,78); }
div.DivClassName
{
background-color: #F5004E;
}
.BgClassName
{
background-color: #F5004E;
}
</style>
border-color css
<style>
span { border-color: #F5004E; }
span { border-color: rgb(245,0,78); }
td.TdClassName
{
border-color: #F5004E;
}
.TagClassName
{
border-color: #F5004E;
}
</style>