Shades of Razzmatazz #F90372
Tints of Razzmatazz #F90372
RGB
CMYK
RGB Variations
Color information
#F90372 (or 0xF90372) is known color: Razzmatazz. HEX triplet: F9, 03 and 72. RGB value is (249,3,114). Sum of RGB (Red+Green+Blue) = 249+3+114=366 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.03% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 249 - color contains mainly: red. Hex color #F90372 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90372 is #06FC8D. Grayscale: #595959. Windows color (decimal): -457870 or 7472121. OLE color: 7472121.
HSL color Cylindrical-coordinate representation of color #F90372: hue angle of 332.93º 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 #F90372 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 114 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.02 |
| HSL | 332.93º | 0.98% | 0.49% | - |
| HSV(B) | 332.93º | 0.99% | 0.98% | - |
| XYZ | 42.14 | 21.42 | 17.83 | - |
| YUV | 89.21 | 142 | 241.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 114 | 0 | 0.99 | 0.54 | 0.02 | 332.93 | 0.98 | 0.49 |
| Hex | F9 | 3 | 72 | 0 | 63 | 36 | 2 | 14D | 62 | 31 |
| Octal | 371 | 3 | 162 | 0 | 143 | 66 | 2 | 515 | 142 | 61 |
| Binary | 11111001 | 11 | 1110010 | 0 | 1100011 | 110110 | 10 | 101001101 | 1100010 | 110001 |
Color Harmonies of #F90372
Complementary color
Monochromatic Colors of #F90372
Black with #F90372
Text Example
Text Example
White with #F90372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90372; }
p { color: rgb(249,3,114); }
H1.HeaderClassName
{
color: #F90372;
}
.AnyTagClassName
{
color: #F90372;
}
</style>
background-color css
<style>
a { background-color: #F90372; }
a { background-color: rgb(249,3,114); }
div.DivClassName
{
background-color: #F90372;
}
.BgClassName
{
background-color: #F90372;
}
</style>
border-color css
<style>
span { border-color: #F90372; }
span { border-color: rgb(249,3,114); }
td.TdClassName
{
border-color: #F90372;
}
.TagClassName
{
border-color: #F90372;
}
</style>