Shades of Razzmatazz #F90F72
Tints of Razzmatazz #F90F72
RGB
CMYK
RGB Variations
Color information
#F90F72 (or 0xF90F72) is known color: Razzmatazz. HEX triplet: F9, 0F and 72. RGB value is (249,15,114). Sum of RGB (Red+Green+Blue) = 249+15+114=378 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.87% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 249 - color contains mainly: red. Hex color #F90F72 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90F72 is #06F08D. Grayscale: #606060. Windows color (decimal): -454798 or 7475193. OLE color: 7475193.
HSL color Cylindrical-coordinate representation of color #F90F72: hue angle of 334.62º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F90F72 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 15 | 114 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.02 |
| HSL | 334.62º | 0.95% | 0.52% | - |
| HSV(B) | 334.62º | 0.94% | 0.98% | - |
| XYZ | 42.28 | 21.7 | 17.88 | - |
| YUV | 96.25 | 138.02 | 236.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 15 | 114 | 0 | 0.94 | 0.54 | 0.02 | 334.62 | 0.95 | 0.52 |
| Hex | F9 | F | 72 | 0 | 5E | 36 | 2 | 14F | 5F | 34 |
| Octal | 371 | 17 | 162 | 0 | 136 | 66 | 2 | 517 | 137 | 64 |
| Binary | 11111001 | 1111 | 1110010 | 0 | 1011110 | 110110 | 10 | 101001111 | 1011111 | 110100 |
Color Harmonies of #F90F72
Complementary color
Monochromatic Colors of #F90F72
Black with #F90F72
Text Example
Text Example
White with #F90F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90F72; }
p { color: rgb(249,15,114); }
H1.HeaderClassName
{
color: #F90F72;
}
.AnyTagClassName
{
color: #F90F72;
}
</style>
background-color css
<style>
a { background-color: #F90F72; }
a { background-color: rgb(249,15,114); }
div.DivClassName
{
background-color: #F90F72;
}
.BgClassName
{
background-color: #F90F72;
}
</style>
border-color css
<style>
span { border-color: #F90F72; }
span { border-color: rgb(249,15,114); }
td.TdClassName
{
border-color: #F90F72;
}
.TagClassName
{
border-color: #F90F72;
}
</style>