Shades of Razzmatazz #F90371
Tints of Razzmatazz #F90371
RGB
CMYK
RGB Variations
Color information
#F90371 (or 0xF90371) is known color: Razzmatazz. HEX triplet: F9, 03 and 71. RGB value is (249,3,113). Sum of RGB (Red+Green+Blue) = 249+3+113=365 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.22% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 249 - color contains mainly: red. Hex color #F90371 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90371 is #06FC8E. Grayscale: #585858. Windows color (decimal): -457871 or 7406585. OLE color: 7406585.
HSL color Cylindrical-coordinate representation of color #F90371: hue angle of 333.17º 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 #F90371 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 113 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.02 |
| HSL | 333.17º | 0.98% | 0.49% | - |
| HSV(B) | 333.17º | 0.99% | 0.98% | - |
| XYZ | 42.08 | 21.4 | 17.53 | - |
| YUV | 89.09 | 141.5 | 242.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 113 | 0 | 0.99 | 0.55 | 0.02 | 333.17 | 0.98 | 0.49 |
| Hex | F9 | 3 | 71 | 0 | 63 | 37 | 2 | 14D | 62 | 31 |
| Octal | 371 | 3 | 161 | 0 | 143 | 67 | 2 | 515 | 142 | 61 |
| Binary | 11111001 | 11 | 1110001 | 0 | 1100011 | 110111 | 10 | 101001101 | 1100010 | 110001 |
Color Harmonies of #F90371
Complementary color
Monochromatic Colors of #F90371
Black with #F90371
Text Example
Text Example
White with #F90371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90371; }
p { color: rgb(249,3,113); }
H1.HeaderClassName
{
color: #F90371;
}
.AnyTagClassName
{
color: #F90371;
}
</style>
background-color css
<style>
a { background-color: #F90371; }
a { background-color: rgb(249,3,113); }
div.DivClassName
{
background-color: #F90371;
}
.BgClassName
{
background-color: #F90371;
}
</style>
border-color css
<style>
span { border-color: #F90371; }
span { border-color: rgb(249,3,113); }
td.TdClassName
{
border-color: #F90371;
}
.TagClassName
{
border-color: #F90371;
}
</style>