Shades of Razzmatazz #F5005D
Tints of Razzmatazz #F5005D
RGB
CMYK
RGB Variations
Color information
#F5005D (or 0xF5005D) is known color: Razzmatazz. HEX triplet: F5, 00 and 5D. RGB value is (245,0,93). Sum of RGB (Red+Green+Blue) = 245+0+93=338 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.49% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 245 - color contains mainly: red. Hex color #F5005D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5005D is #0AFFA2. Grayscale: #535353. Windows color (decimal): -720803 or 6095093. OLE color: 6095093.
HSL color Cylindrical-coordinate representation of color #F5005D: hue angle of 337.22º 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 #F5005D is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.62 | 0.04 |
| HSL | 337.22º | 1% | 0.48% | - |
| HSV(B) | 337.22º | 1% | 0.96% | - |
| XYZ | 39.63 | 20.2 | 12.17 | - |
| YUV | 83.86 | 133.17 | 242.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 93 | 0 | 1 | 0.62 | 0.04 | 337.22 | 1 | 0.48 |
| Hex | F5 | 0 | 5D | 0 | 64 | 3E | 4 | 151 | 64 | 30 |
| Octal | 365 | 0 | 135 | 0 | 144 | 76 | 4 | 521 | 144 | 60 |
| Binary | 11110101 | 0 | 1011101 | 0 | 1100100 | 111110 | 100 | 101010001 | 1100100 | 110000 |
Color Harmonies of #F5005D
Complementary color
Monochromatic Colors of #F5005D
Black with #F5005D
Text Example
Text Example
White with #F5005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5005D; }
p { color: rgb(245,0,93); }
H1.HeaderClassName
{
color: #F5005D;
}
.AnyTagClassName
{
color: #F5005D;
}
</style>
background-color css
<style>
a { background-color: #F5005D; }
a { background-color: rgb(245,0,93); }
div.DivClassName
{
background-color: #F5005D;
}
.BgClassName
{
background-color: #F5005D;
}
</style>
border-color css
<style>
span { border-color: #F5005D; }
span { border-color: rgb(245,0,93); }
td.TdClassName
{
border-color: #F5005D;
}
.TagClassName
{
border-color: #F5005D;
}
</style>