Shades of Razzmatazz #F90156
Tints of Razzmatazz #F90156
RGB
CMYK
RGB Variations
Color information
#F90156 (or 0xF90156) is known color: Razzmatazz. HEX triplet: F9, 01 and 56. RGB value is (249,1,86). Sum of RGB (Red+Green+Blue) = 249+1+86=336 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.11% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 249 - color contains mainly: red. Hex color #F90156 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90156 is #06FEA9. Grayscale: #545454. Windows color (decimal): -458410 or 5636601. OLE color: 5636601.
HSL color Cylindrical-coordinate representation of color #F90156: hue angle of 339.44º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90156 is Cyan = 0, Magento = 1.00, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 86 | - |
| CMYK | 0 | 1.00 | 0.65 | 0.02 |
| HSL | 339.44º | 0.99% | 0.49% | - |
| HSV(B) | 339.44º | 1% | 0.98% | - |
| XYZ | 40.76 | 20.83 | 10.68 | - |
| YUV | 84.84 | 128.66 | 245.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 86 | 0 | 1.00 | 0.65 | 0.02 | 339.44 | 0.99 | 0.49 |
| Hex | F9 | 1 | 56 | 0 | 64 | 41 | 2 | 153 | 63 | 31 |
| Octal | 371 | 1 | 126 | 0 | 144 | 101 | 2 | 523 | 143 | 61 |
| Binary | 11111001 | 1 | 1010110 | 0 | 1100100 | 1000001 | 10 | 101010011 | 1100011 | 110001 |
Color Harmonies of #F90156
Complementary color
Monochromatic Colors of #F90156
Black with #F90156
Text Example
Text Example
White with #F90156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90156; }
p { color: rgb(249,1,86); }
H1.HeaderClassName
{
color: #F90156;
}
.AnyTagClassName
{
color: #F90156;
}
</style>
background-color css
<style>
a { background-color: #F90156; }
a { background-color: rgb(249,1,86); }
div.DivClassName
{
background-color: #F90156;
}
.BgClassName
{
background-color: #F90156;
}
</style>
border-color css
<style>
span { border-color: #F90156; }
span { border-color: rgb(249,1,86); }
td.TdClassName
{
border-color: #F90156;
}
.TagClassName
{
border-color: #F90156;
}
</style>