Shades of Razzmatazz #F50964
Tints of Razzmatazz #F50964
RGB
CMYK
RGB Variations
Color information
#F50964 (or 0xF50964) is known color: Razzmatazz. HEX triplet: F5, 09 and 64. RGB value is (245,9,100). Sum of RGB (Red+Green+Blue) = 245+9+100=354 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.21% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 245 - color contains mainly: red. Hex color #F50964 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50964 is #0AF69B. Grayscale: #595959. Windows color (decimal): -718492 or 6556149. OLE color: 6556149.
HSL color Cylindrical-coordinate representation of color #F50964: hue angle of 336.86º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50964 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 100 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.04 |
| HSL | 336.86º | 0.93% | 0.5% | - |
| HSV(B) | 336.86º | 0.96% | 0.96% | - |
| XYZ | 40.05 | 20.53 | 13.91 | - |
| YUV | 89.94 | 133.69 | 238.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 100 | 0 | 0.96 | 0.59 | 0.04 | 336.86 | 0.93 | 0.5 |
| Hex | F5 | 9 | 64 | 0 | 60 | 3B | 4 | 151 | 5D | 32 |
| Octal | 365 | 11 | 144 | 0 | 140 | 73 | 4 | 521 | 135 | 62 |
| Binary | 11110101 | 1001 | 1100100 | 0 | 1100000 | 111011 | 100 | 101010001 | 1011101 | 110010 |
Color Harmonies of #F50964
Complementary color
Monochromatic Colors of #F50964
Black with #F50964
Text Example
Text Example
White with #F50964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50964; }
p { color: rgb(245,9,100); }
H1.HeaderClassName
{
color: #F50964;
}
.AnyTagClassName
{
color: #F50964;
}
</style>
background-color css
<style>
a { background-color: #F50964; }
a { background-color: rgb(245,9,100); }
div.DivClassName
{
background-color: #F50964;
}
.BgClassName
{
background-color: #F50964;
}
</style>
border-color css
<style>
span { border-color: #F50964; }
span { border-color: rgb(245,9,100); }
td.TdClassName
{
border-color: #F50964;
}
.TagClassName
{
border-color: #F50964;
}
</style>