Shades of Razzmatazz #F50C72
Tints of Razzmatazz #F50C72
RGB
CMYK
RGB Variations
Color information
#F50C72 (or 0xF50C72) is known color: Razzmatazz. HEX triplet: F5, 0C and 72. RGB value is (245,12,114). Sum of RGB (Red+Green+Blue) = 245+12+114=371 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.04% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 245 - color contains mainly: red. Hex color #F50C72 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50C72 is #0AF38D. Grayscale: #5D5D5D. Windows color (decimal): -717710 or 7474421. OLE color: 7474421.
HSL color Cylindrical-coordinate representation of color #F50C72: hue angle of 333.73º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F50C72 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 12 | 114 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.04 |
| HSL | 333.73º | 0.92% | 0.5% | - |
| HSV(B) | 333.73º | 0.95% | 0.96% | - |
| XYZ | 40.82 | 20.89 | 17.8 | - |
| YUV | 93.3 | 139.69 | 236.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 12 | 114 | 0 | 0.95 | 0.53 | 0.04 | 333.73 | 0.92 | 0.5 |
| Hex | F5 | C | 72 | 0 | 5F | 35 | 4 | 14E | 5C | 32 |
| Octal | 365 | 14 | 162 | 0 | 137 | 65 | 4 | 516 | 134 | 62 |
| Binary | 11110101 | 1100 | 1110010 | 0 | 1011111 | 110101 | 100 | 101001110 | 1011100 | 110010 |
Color Harmonies of #F50C72
Complementary color
Monochromatic Colors of #F50C72
Black with #F50C72
Text Example
Text Example
White with #F50C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50C72; }
p { color: rgb(245,12,114); }
H1.HeaderClassName
{
color: #F50C72;
}
.AnyTagClassName
{
color: #F50C72;
}
</style>
background-color css
<style>
a { background-color: #F50C72; }
a { background-color: rgb(245,12,114); }
div.DivClassName
{
background-color: #F50C72;
}
.BgClassName
{
background-color: #F50C72;
}
</style>
border-color css
<style>
span { border-color: #F50C72; }
span { border-color: rgb(245,12,114); }
td.TdClassName
{
border-color: #F50C72;
}
.TagClassName
{
border-color: #F50C72;
}
</style>