Shades of Razzmatazz #F50572
Tints of Razzmatazz #F50572
RGB
CMYK
RGB Variations
Color information
#F50572 (or 0xF50572) is known color: Razzmatazz. HEX triplet: F5, 05 and 72. RGB value is (245,5,114). Sum of RGB (Red+Green+Blue) = 245+5+114=364 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.31% from 364); Green value is 5 (2.34% from 255 or 1.37% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 245 - color contains mainly: red. Hex color #F50572 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50572 is #0AFA8D. Grayscale: #585858. Windows color (decimal): -719502 or 7472629. OLE color: 7472629.
HSL color Cylindrical-coordinate representation of color #F50572: hue angle of 332.75º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F50572 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 114 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.04 |
| HSL | 332.75º | 0.96% | 0.49% | - |
| HSV(B) | 332.75º | 0.98% | 0.96% | - |
| XYZ | 40.75 | 20.74 | 17.77 | - |
| YUV | 89.19 | 142.01 | 239.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 114 | 0 | 0.98 | 0.53 | 0.04 | 332.75 | 0.96 | 0.49 |
| Hex | F5 | 5 | 72 | 0 | 62 | 35 | 4 | 14D | 60 | 31 |
| Octal | 365 | 5 | 162 | 0 | 142 | 65 | 4 | 515 | 140 | 61 |
| Binary | 11110101 | 101 | 1110010 | 0 | 1100010 | 110101 | 100 | 101001101 | 1100000 | 110001 |
Color Harmonies of #F50572
Complementary color
Monochromatic Colors of #F50572
Black with #F50572
Text Example
Text Example
White with #F50572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50572; }
p { color: rgb(245,5,114); }
H1.HeaderClassName
{
color: #F50572;
}
.AnyTagClassName
{
color: #F50572;
}
</style>
background-color css
<style>
a { background-color: #F50572; }
a { background-color: rgb(245,5,114); }
div.DivClassName
{
background-color: #F50572;
}
.BgClassName
{
background-color: #F50572;
}
</style>
border-color css
<style>
span { border-color: #F50572; }
span { border-color: rgb(245,5,114); }
td.TdClassName
{
border-color: #F50572;
}
.TagClassName
{
border-color: #F50572;
}
</style>