Shades of Razzmatazz #F90353
Tints of Razzmatazz #F90353
RGB
CMYK
RGB Variations
Color information
#F90353 (or 0xF90353) is known color: Razzmatazz. HEX triplet: F9, 03 and 53. RGB value is (249,3,83). Sum of RGB (Red+Green+Blue) = 249+3+83=335 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.33% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 249 - color contains mainly: red. Hex color #F90353 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90353 is #06FCAC. Grayscale: #555555. Windows color (decimal): -457901 or 5440505. OLE color: 5440505.
HSL color Cylindrical-coordinate representation of color #F90353: hue angle of 340.49º 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 #F90353 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 83 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.02 |
| HSL | 340.49º | 0.98% | 0.49% | - |
| HSV(B) | 340.49º | 0.99% | 0.98% | - |
| XYZ | 40.66 | 20.83 | 10.06 | - |
| YUV | 85.67 | 126.5 | 244.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 83 | 0 | 0.99 | 0.67 | 0.02 | 340.49 | 0.98 | 0.49 |
| Hex | F9 | 3 | 53 | 0 | 63 | 43 | 2 | 154 | 62 | 31 |
| Octal | 371 | 3 | 123 | 0 | 143 | 103 | 2 | 524 | 142 | 61 |
| Binary | 11111001 | 11 | 1010011 | 0 | 1100011 | 1000011 | 10 | 101010100 | 1100010 | 110001 |
Color Harmonies of #F90353
Complementary color
Monochromatic Colors of #F90353
Black with #F90353
Text Example
Text Example
White with #F90353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90353; }
p { color: rgb(249,3,83); }
H1.HeaderClassName
{
color: #F90353;
}
.AnyTagClassName
{
color: #F90353;
}
</style>
background-color css
<style>
a { background-color: #F90353; }
a { background-color: rgb(249,3,83); }
div.DivClassName
{
background-color: #F90353;
}
.BgClassName
{
background-color: #F90353;
}
</style>
border-color css
<style>
span { border-color: #F90353; }
span { border-color: rgb(249,3,83); }
td.TdClassName
{
border-color: #F90353;
}
.TagClassName
{
border-color: #F90353;
}
</style>