Shades of Razzmatazz #F90553
Tints of Razzmatazz #F90553
RGB
CMYK
RGB Variations
Color information
#F90553 (or 0xF90553) is known color: Razzmatazz. HEX triplet: F9, 05 and 53. RGB value is (249,5,83). Sum of RGB (Red+Green+Blue) = 249+5+83=337 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.89% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 249 - color contains mainly: red. Hex color #F90553 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90553 is #06FAAC. Grayscale: #565656. Windows color (decimal): -457389 or 5441017. OLE color: 5441017.
HSL color Cylindrical-coordinate representation of color #F90553: hue angle of 340.82º 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 #F90553 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 83 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.02 |
| HSL | 340.82º | 0.96% | 0.5% | - |
| HSV(B) | 340.82º | 0.98% | 0.98% | - |
| XYZ | 40.68 | 20.87 | 10.07 | - |
| YUV | 86.85 | 125.84 | 243.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 83 | 0 | 0.98 | 0.67 | 0.02 | 340.82 | 0.96 | 0.5 |
| Hex | F9 | 5 | 53 | 0 | 62 | 43 | 2 | 155 | 60 | 32 |
| Octal | 371 | 5 | 123 | 0 | 142 | 103 | 2 | 525 | 140 | 62 |
| Binary | 11111001 | 101 | 1010011 | 0 | 1100010 | 1000011 | 10 | 101010101 | 1100000 | 110010 |
Color Harmonies of #F90553
Complementary color
Monochromatic Colors of #F90553
Black with #F90553
Text Example
Text Example
White with #F90553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90553; }
p { color: rgb(249,5,83); }
H1.HeaderClassName
{
color: #F90553;
}
.AnyTagClassName
{
color: #F90553;
}
</style>
background-color css
<style>
a { background-color: #F90553; }
a { background-color: rgb(249,5,83); }
div.DivClassName
{
background-color: #F90553;
}
.BgClassName
{
background-color: #F90553;
}
</style>
border-color css
<style>
span { border-color: #F90553; }
span { border-color: rgb(249,5,83); }
td.TdClassName
{
border-color: #F90553;
}
.TagClassName
{
border-color: #F90553;
}
</style>