Shades of Razzmatazz #F90572
Tints of Razzmatazz #F90572
RGB
CMYK
RGB Variations
Color information
#F90572 (or 0xF90572) is known color: Razzmatazz. HEX triplet: F9, 05 and 72. RGB value is (249,5,114). Sum of RGB (Red+Green+Blue) = 249+5+114=368 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.66% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 249 - color contains mainly: red. Hex color #F90572 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90572 is #06FA8D. Grayscale: #5A5A5A. Windows color (decimal): -457358 or 7472633. OLE color: 7472633.
HSL color Cylindrical-coordinate representation of color #F90572: hue angle of 333.2º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F90572 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 114 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.02 |
| HSL | 333.2º | 0.96% | 0.5% | - |
| HSV(B) | 333.2º | 0.98% | 0.98% | - |
| XYZ | 42.16 | 21.46 | 17.84 | - |
| YUV | 90.38 | 141.34 | 241.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 114 | 0 | 0.98 | 0.54 | 0.02 | 333.2 | 0.96 | 0.5 |
| Hex | F9 | 5 | 72 | 0 | 62 | 36 | 2 | 14D | 60 | 32 |
| Octal | 371 | 5 | 162 | 0 | 142 | 66 | 2 | 515 | 140 | 62 |
| Binary | 11111001 | 101 | 1110010 | 0 | 1100010 | 110110 | 10 | 101001101 | 1100000 | 110010 |
Color Harmonies of #F90572
Complementary color
Monochromatic Colors of #F90572
Black with #F90572
Text Example
Text Example
White with #F90572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90572; }
p { color: rgb(249,5,114); }
H1.HeaderClassName
{
color: #F90572;
}
.AnyTagClassName
{
color: #F90572;
}
</style>
background-color css
<style>
a { background-color: #F90572; }
a { background-color: rgb(249,5,114); }
div.DivClassName
{
background-color: #F90572;
}
.BgClassName
{
background-color: #F90572;
}
</style>
border-color css
<style>
span { border-color: #F90572; }
span { border-color: rgb(249,5,114); }
td.TdClassName
{
border-color: #F90572;
}
.TagClassName
{
border-color: #F90572;
}
</style>