Shades of Razzmatazz #F90A72
Tints of Razzmatazz #F90A72
RGB
CMYK
RGB Variations
Color information
#F90A72 (or 0xF90A72) is known color: Razzmatazz. HEX triplet: F9, 0A and 72. RGB value is (249,10,114). Sum of RGB (Red+Green+Blue) = 249+10+114=373 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.76% from 373); Green value is 10 (4.30% from 255 or 2.68% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A72 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90A72 is #06F58D. Grayscale: #5D5D5D. Windows color (decimal): -456078 or 7473913. OLE color: 7473913.
HSL color Cylindrical-coordinate representation of color #F90A72: hue angle of 333.89º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90A72 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 114 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.02 |
| HSL | 333.89º | 0.95% | 0.51% | - |
| HSV(B) | 333.89º | 0.96% | 0.98% | - |
| XYZ | 42.21 | 21.57 | 17.86 | - |
| YUV | 93.32 | 139.68 | 239.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 114 | 0 | 0.96 | 0.54 | 0.02 | 333.89 | 0.95 | 0.51 |
| Hex | F9 | A | 72 | 0 | 60 | 36 | 2 | 14E | 5F | 33 |
| Octal | 371 | 12 | 162 | 0 | 140 | 66 | 2 | 516 | 137 | 63 |
| Binary | 11111001 | 1010 | 1110010 | 0 | 1100000 | 110110 | 10 | 101001110 | 1011111 | 110011 |
Color Harmonies of #F90A72
Complementary color
Monochromatic Colors of #F90A72
Black with #F90A72
Text Example
Text Example
White with #F90A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90A72; }
p { color: rgb(249,10,114); }
H1.HeaderClassName
{
color: #F90A72;
}
.AnyTagClassName
{
color: #F90A72;
}
</style>
background-color css
<style>
a { background-color: #F90A72; }
a { background-color: rgb(249,10,114); }
div.DivClassName
{
background-color: #F90A72;
}
.BgClassName
{
background-color: #F90A72;
}
</style>
border-color css
<style>
span { border-color: #F90A72; }
span { border-color: rgb(249,10,114); }
td.TdClassName
{
border-color: #F90A72;
}
.TagClassName
{
border-color: #F90A72;
}
</style>