Shades of Razzmatazz #F50470
Tints of Razzmatazz #F50470
RGB
CMYK
RGB Variations
Color information
#F50470 (or 0xF50470) is known color: Razzmatazz. HEX triplet: F5, 04 and 70. RGB value is (245,4,112). Sum of RGB (Red+Green+Blue) = 245+4+112=361 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.87% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 245 - color contains mainly: red. Hex color #F50470 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50470 is #0AFB8F. Grayscale: #585858. Windows color (decimal): -719760 or 7341301. OLE color: 7341301.
HSL color Cylindrical-coordinate representation of color #F50470: hue angle of 333.11º degrees, saturation: 0.97, 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 #F50470 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 4 | 112 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.04 |
| HSL | 333.11º | 0.97% | 0.49% | - |
| HSV(B) | 333.11º | 0.98% | 0.96% | - |
| XYZ | 40.62 | 20.67 | 17.18 | - |
| YUV | 88.37 | 141.34 | 239.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 112 | 0 | 0.98 | 0.54 | 0.04 | 333.11 | 0.97 | 0.49 |
| Hex | F5 | 4 | 70 | 0 | 62 | 36 | 4 | 14D | 61 | 31 |
| Octal | 365 | 4 | 160 | 0 | 142 | 66 | 4 | 515 | 141 | 61 |
| Binary | 11110101 | 100 | 1110000 | 0 | 1100010 | 110110 | 100 | 101001101 | 1100001 | 110001 |
Color Harmonies of #F50470
Complementary color
Monochromatic Colors of #F50470
Black with #F50470
Text Example
Text Example
White with #F50470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50470; }
p { color: rgb(245,4,112); }
H1.HeaderClassName
{
color: #F50470;
}
.AnyTagClassName
{
color: #F50470;
}
</style>
background-color css
<style>
a { background-color: #F50470; }
a { background-color: rgb(245,4,112); }
div.DivClassName
{
background-color: #F50470;
}
.BgClassName
{
background-color: #F50470;
}
</style>
border-color css
<style>
span { border-color: #F50470; }
span { border-color: rgb(245,4,112); }
td.TdClassName
{
border-color: #F50470;
}
.TagClassName
{
border-color: #F50470;
}
</style>