Shades of Razzmatazz #F90562
Tints of Razzmatazz #F90562
RGB
CMYK
RGB Variations
Color information
#F90562 (or 0xF90562) is known color: Razzmatazz. HEX triplet: F9, 05 and 62. RGB value is (249,5,98). Sum of RGB (Red+Green+Blue) = 249+5+98=352 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.74% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 249 - color contains mainly: red. Hex color #F90562 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90562 is #06FA9D. Grayscale: #585858. Windows color (decimal): -457374 or 6424057. OLE color: 6424057.
HSL color Cylindrical-coordinate representation of color #F90562: hue angle of 337.13º degrees, saturation: 0.96, 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 #F90562 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 98 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.02 |
| HSL | 337.13º | 0.96% | 0.5% | - |
| HSV(B) | 337.13º | 0.98% | 0.98% | - |
| XYZ | 41.33 | 21.13 | 13.46 | - |
| YUV | 88.56 | 133.34 | 242.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 98 | 0 | 0.98 | 0.61 | 0.02 | 337.13 | 0.96 | 0.5 |
| Hex | F9 | 5 | 62 | 0 | 62 | 3D | 2 | 151 | 60 | 32 |
| Octal | 371 | 5 | 142 | 0 | 142 | 75 | 2 | 521 | 140 | 62 |
| Binary | 11111001 | 101 | 1100010 | 0 | 1100010 | 111101 | 10 | 101010001 | 1100000 | 110010 |
Color Harmonies of #F90562
Complementary color
Monochromatic Colors of #F90562
Black with #F90562
Text Example
Text Example
White with #F90562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90562; }
p { color: rgb(249,5,98); }
H1.HeaderClassName
{
color: #F90562;
}
.AnyTagClassName
{
color: #F90562;
}
</style>
background-color css
<style>
a { background-color: #F90562; }
a { background-color: rgb(249,5,98); }
div.DivClassName
{
background-color: #F90562;
}
.BgClassName
{
background-color: #F90562;
}
</style>
border-color css
<style>
span { border-color: #F90562; }
span { border-color: rgb(249,5,98); }
td.TdClassName
{
border-color: #F90562;
}
.TagClassName
{
border-color: #F90562;
}
</style>