Shades of Razzmatazz #F90463
Tints of Razzmatazz #F90463
RGB
CMYK
RGB Variations
Color information
#F90463 (or 0xF90463) is known color: Razzmatazz. HEX triplet: F9, 04 and 63. RGB value is (249,4,99). Sum of RGB (Red+Green+Blue) = 249+4+99=352 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.74% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 249 - color contains mainly: red. Hex color #F90463 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90463 is #06FB9C. Grayscale: #575757. Windows color (decimal): -457629 or 6489337. OLE color: 6489337.
HSL color Cylindrical-coordinate representation of color #F90463: hue angle of 336.73º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F90463 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 99 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.02 |
| HSL | 336.73º | 0.97% | 0.5% | - |
| HSV(B) | 336.73º | 0.98% | 0.98% | - |
| XYZ | 41.36 | 21.13 | 13.7 | - |
| YUV | 88.09 | 134.17 | 242.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 99 | 0 | 0.98 | 0.60 | 0.02 | 336.73 | 0.97 | 0.5 |
| Hex | F9 | 4 | 63 | 0 | 62 | 3C | 2 | 151 | 61 | 32 |
| Octal | 371 | 4 | 143 | 0 | 142 | 74 | 2 | 521 | 141 | 62 |
| Binary | 11111001 | 100 | 1100011 | 0 | 1100010 | 111100 | 10 | 101010001 | 1100001 | 110010 |
Color Harmonies of #F90463
Complementary color
Monochromatic Colors of #F90463
Black with #F90463
Text Example
Text Example
White with #F90463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90463; }
p { color: rgb(249,4,99); }
H1.HeaderClassName
{
color: #F90463;
}
.AnyTagClassName
{
color: #F90463;
}
</style>
background-color css
<style>
a { background-color: #F90463; }
a { background-color: rgb(249,4,99); }
div.DivClassName
{
background-color: #F90463;
}
.BgClassName
{
background-color: #F90463;
}
</style>
border-color css
<style>
span { border-color: #F90463; }
span { border-color: rgb(249,4,99); }
td.TdClassName
{
border-color: #F90463;
}
.TagClassName
{
border-color: #F90463;
}
</style>