Shades of Razzmatazz #F5005A
Tints of Razzmatazz #F5005A
RGB
CMYK
RGB Variations
Color information
#F5005A (or 0xF5005A) is known color: Razzmatazz. HEX triplet: F5, 00 and 5A. RGB value is (245,0,90). Sum of RGB (Red+Green+Blue) = 245+0+90=335 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.13% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 245 - color contains mainly: red. Hex color #F5005A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5005A is #0AFFA5. Grayscale: #535353. Windows color (decimal): -720806 or 5898485. OLE color: 5898485.
HSL color Cylindrical-coordinate representation of color #F5005A: hue angle of 337.96º 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 #F5005A is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.63 | 0.04 |
| HSL | 337.96º | 1% | 0.48% | - |
| HSV(B) | 337.96º | 1% | 0.96% | - |
| XYZ | 39.5 | 20.15 | 11.48 | - |
| YUV | 83.52 | 131.67 | 243.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 90 | 0 | 1 | 0.63 | 0.04 | 337.96 | 1 | 0.48 |
| Hex | F5 | 0 | 5A | 0 | 64 | 3F | 4 | 152 | 64 | 30 |
| Octal | 365 | 0 | 132 | 0 | 144 | 77 | 4 | 522 | 144 | 60 |
| Binary | 11110101 | 0 | 1011010 | 0 | 1100100 | 111111 | 100 | 101010010 | 1100100 | 110000 |
Color Harmonies of #F5005A
Complementary color
Monochromatic Colors of #F5005A
Black with #F5005A
Text Example
Text Example
White with #F5005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5005A; }
p { color: rgb(245,0,90); }
H1.HeaderClassName
{
color: #F5005A;
}
.AnyTagClassName
{
color: #F5005A;
}
</style>
background-color css
<style>
a { background-color: #F5005A; }
a { background-color: rgb(245,0,90); }
div.DivClassName
{
background-color: #F5005A;
}
.BgClassName
{
background-color: #F5005A;
}
</style>
border-color css
<style>
span { border-color: #F5005A; }
span { border-color: rgb(245,0,90); }
td.TdClassName
{
border-color: #F5005A;
}
.TagClassName
{
border-color: #F5005A;
}
</style>