Shades of Razzmatazz #F90860
Tints of Razzmatazz #F90860
RGB
CMYK
RGB Variations
Color information
#F90860 (or 0xF90860) is known color: Razzmatazz. HEX triplet: F9, 08 and 60. RGB value is (249,8,96). Sum of RGB (Red+Green+Blue) = 249+8+96=353 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.54% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 249 - color contains mainly: red. Hex color #F90860 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90860 is #06F79F. Grayscale: #595959. Windows color (decimal): -456608 or 6293753. OLE color: 6293753.
HSL color Cylindrical-coordinate representation of color #F90860: hue angle of 338.09º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F90860 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 8 | 96 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.02 |
| HSL | 338.09º | 0.95% | 0.5% | - |
| HSV(B) | 338.09º | 0.97% | 0.98% | - |
| XYZ | 41.27 | 21.16 | 12.98 | - |
| YUV | 90.09 | 131.34 | 241.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 8 | 96 | 0 | 0.97 | 0.61 | 0.02 | 338.09 | 0.95 | 0.5 |
| Hex | F9 | 8 | 60 | 0 | 61 | 3D | 2 | 152 | 5F | 32 |
| Octal | 371 | 10 | 140 | 0 | 141 | 75 | 2 | 522 | 137 | 62 |
| Binary | 11111001 | 1000 | 1100000 | 0 | 1100001 | 111101 | 10 | 101010010 | 1011111 | 110010 |
Color Harmonies of #F90860
Complementary color
Monochromatic Colors of #F90860
Black with #F90860
Text Example
Text Example
White with #F90860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90860; }
p { color: rgb(249,8,96); }
H1.HeaderClassName
{
color: #F90860;
}
.AnyTagClassName
{
color: #F90860;
}
</style>
background-color css
<style>
a { background-color: #F90860; }
a { background-color: rgb(249,8,96); }
div.DivClassName
{
background-color: #F90860;
}
.BgClassName
{
background-color: #F90860;
}
</style>
border-color css
<style>
span { border-color: #F90860; }
span { border-color: rgb(249,8,96); }
td.TdClassName
{
border-color: #F90860;
}
.TagClassName
{
border-color: #F90860;
}
</style>