Shades of Razzmatazz #F50972
Tints of Razzmatazz #F50972
RGB
CMYK
RGB Variations
Color information
#F50972 (or 0xF50972) is known color: Razzmatazz. HEX triplet: F5, 09 and 72. RGB value is (245,9,114). Sum of RGB (Red+Green+Blue) = 245+9+114=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F50972 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50972 is #0AF68D. Grayscale: #5B5B5B. Windows color (decimal): -718478 or 7473653. OLE color: 7473653.
HSL color Cylindrical-coordinate representation of color #F50972: hue angle of 333.31º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50972 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 114 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.04 |
| HSL | 333.31º | 0.93% | 0.5% | - |
| HSV(B) | 333.31º | 0.96% | 0.96% | - |
| XYZ | 40.79 | 20.82 | 17.79 | - |
| YUV | 91.53 | 140.69 | 237.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 114 | 0 | 0.96 | 0.53 | 0.04 | 333.31 | 0.93 | 0.5 |
| Hex | F5 | 9 | 72 | 0 | 60 | 35 | 4 | 14D | 5D | 32 |
| Octal | 365 | 11 | 162 | 0 | 140 | 65 | 4 | 515 | 135 | 62 |
| Binary | 11110101 | 1001 | 1110010 | 0 | 1100000 | 110101 | 100 | 101001101 | 1011101 | 110010 |
Color Harmonies of #F50972
Complementary color
Monochromatic Colors of #F50972
Black with #F50972
Text Example
Text Example
White with #F50972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50972; }
p { color: rgb(245,9,114); }
H1.HeaderClassName
{
color: #F50972;
}
.AnyTagClassName
{
color: #F50972;
}
</style>
background-color css
<style>
a { background-color: #F50972; }
a { background-color: rgb(245,9,114); }
div.DivClassName
{
background-color: #F50972;
}
.BgClassName
{
background-color: #F50972;
}
</style>
border-color css
<style>
span { border-color: #F50972; }
span { border-color: rgb(245,9,114); }
td.TdClassName
{
border-color: #F50972;
}
.TagClassName
{
border-color: #F50972;
}
</style>