Shades of Razzmatazz #F90056
Tints of Razzmatazz #F90056
RGB
CMYK
RGB Variations
Color information
#F90056 (or 0xF90056) is known color: Razzmatazz. HEX triplet: F9, 00 and 56. RGB value is (249,0,86). Sum of RGB (Red+Green+Blue) = 249+0+86=335 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.33% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 249 - color contains mainly: red. Hex color #F90056 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90056 is #06FFA9. Grayscale: #545454. Windows color (decimal): -458666 or 5636345. OLE color: 5636345.
HSL color Cylindrical-coordinate representation of color #F90056: hue angle of 339.28º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90056 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 86 | - |
| CMYK | 0 | 1 | 0.65 | 0.02 |
| HSL | 339.28º | 1% | 0.49% | - |
| HSV(B) | 339.28º | 1% | 0.98% | - |
| XYZ | 40.75 | 20.81 | 10.67 | - |
| YUV | 84.26 | 128.99 | 245.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 86 | 0 | 1 | 0.65 | 0.02 | 339.28 | 1 | 0.49 |
| Hex | F9 | 0 | 56 | 0 | 64 | 41 | 2 | 153 | 64 | 31 |
| Octal | 371 | 0 | 126 | 0 | 144 | 101 | 2 | 523 | 144 | 61 |
| Binary | 11111001 | 0 | 1010110 | 0 | 1100100 | 1000001 | 10 | 101010011 | 1100100 | 110001 |
Color Harmonies of #F90056
Complementary color
Monochromatic Colors of #F90056
Black with #F90056
Text Example
Text Example
White with #F90056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90056; }
p { color: rgb(249,0,86); }
H1.HeaderClassName
{
color: #F90056;
}
.AnyTagClassName
{
color: #F90056;
}
</style>
background-color css
<style>
a { background-color: #F90056; }
a { background-color: rgb(249,0,86); }
div.DivClassName
{
background-color: #F90056;
}
.BgClassName
{
background-color: #F90056;
}
</style>
border-color css
<style>
span { border-color: #F90056; }
span { border-color: rgb(249,0,86); }
td.TdClassName
{
border-color: #F90056;
}
.TagClassName
{
border-color: #F90056;
}
</style>