Shades of Razzmatazz #F90356
Tints of Razzmatazz #F90356
RGB
CMYK
RGB Variations
Color information
#F90356 (or 0xF90356) is known color: Razzmatazz. HEX triplet: F9, 03 and 56. RGB value is (249,3,86). Sum of RGB (Red+Green+Blue) = 249+3+86=338 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.67% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 249 - color contains mainly: red. Hex color #F90356 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90356 is #06FCA9. Grayscale: #555555. Windows color (decimal): -457898 or 5637113. OLE color: 5637113.
HSL color Cylindrical-coordinate representation of color #F90356: hue angle of 339.76º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F90356 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 86 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.02 |
| HSL | 339.76º | 0.98% | 0.49% | - |
| HSV(B) | 339.76º | 0.99% | 0.98% | - |
| XYZ | 40.78 | 20.88 | 10.68 | - |
| YUV | 86.02 | 128 | 244.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 86 | 0 | 0.99 | 0.65 | 0.02 | 339.76 | 0.98 | 0.49 |
| Hex | F9 | 3 | 56 | 0 | 63 | 41 | 2 | 154 | 62 | 31 |
| Octal | 371 | 3 | 126 | 0 | 143 | 101 | 2 | 524 | 142 | 61 |
| Binary | 11111001 | 11 | 1010110 | 0 | 1100011 | 1000001 | 10 | 101010100 | 1100010 | 110001 |
Color Harmonies of #F90356
Complementary color
Monochromatic Colors of #F90356
Black with #F90356
Text Example
Text Example
White with #F90356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90356; }
p { color: rgb(249,3,86); }
H1.HeaderClassName
{
color: #F90356;
}
.AnyTagClassName
{
color: #F90356;
}
</style>
background-color css
<style>
a { background-color: #F90356; }
a { background-color: rgb(249,3,86); }
div.DivClassName
{
background-color: #F90356;
}
.BgClassName
{
background-color: #F90356;
}
</style>
border-color css
<style>
span { border-color: #F90356; }
span { border-color: rgb(249,3,86); }
td.TdClassName
{
border-color: #F90356;
}
.TagClassName
{
border-color: #F90356;
}
</style>