Shades of Razzmatazz #F5005C
Tints of Razzmatazz #F5005C
RGB
CMYK
RGB Variations
Color information
#F5005C (or 0xF5005C) is known color: Razzmatazz. HEX triplet: F5, 00 and 5C. RGB value is (245,0,92). Sum of RGB (Red+Green+Blue) = 245+0+92=337 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.70% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 245 - color contains mainly: red. Hex color #F5005C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5005C is #0AFFA3. Grayscale: #535353. Windows color (decimal): -720804 or 6029557. OLE color: 6029557.
HSL color Cylindrical-coordinate representation of color #F5005C: hue angle of 337.47º 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 #F5005C is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.62 | 0.04 |
| HSL | 337.47º | 1% | 0.48% | - |
| HSV(B) | 337.47º | 1% | 0.96% | - |
| XYZ | 39.59 | 20.19 | 11.93 | - |
| YUV | 83.74 | 132.67 | 243.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 92 | 0 | 1 | 0.62 | 0.04 | 337.47 | 1 | 0.48 |
| Hex | F5 | 0 | 5C | 0 | 64 | 3E | 4 | 151 | 64 | 30 |
| Octal | 365 | 0 | 134 | 0 | 144 | 76 | 4 | 521 | 144 | 60 |
| Binary | 11110101 | 0 | 1011100 | 0 | 1100100 | 111110 | 100 | 101010001 | 1100100 | 110000 |
Color Harmonies of #F5005C
Complementary color
Monochromatic Colors of #F5005C
Black with #F5005C
Text Example
Text Example
White with #F5005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5005C; }
p { color: rgb(245,0,92); }
H1.HeaderClassName
{
color: #F5005C;
}
.AnyTagClassName
{
color: #F5005C;
}
</style>
background-color css
<style>
a { background-color: #F5005C; }
a { background-color: rgb(245,0,92); }
div.DivClassName
{
background-color: #F5005C;
}
.BgClassName
{
background-color: #F5005C;
}
</style>
border-color css
<style>
span { border-color: #F5005C; }
span { border-color: rgb(245,0,92); }
td.TdClassName
{
border-color: #F5005C;
}
.TagClassName
{
border-color: #F5005C;
}
</style>