Shades of Razzmatazz #F50870
Tints of Razzmatazz #F50870
RGB
CMYK
RGB Variations
Color information
#F50870 (or 0xF50870) is known color: Razzmatazz. HEX triplet: F5, 08 and 70. RGB value is (245,8,112). Sum of RGB (Red+Green+Blue) = 245+8+112=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F50870 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50870 is #0AF78F. Grayscale: #5A5A5A. Windows color (decimal): -718736 or 7342325. OLE color: 7342325.
HSL color Cylindrical-coordinate representation of color #F50870: hue angle of 333.67º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F50870 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 112 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.04 |
| HSL | 333.67º | 0.94% | 0.5% | - |
| HSV(B) | 333.67º | 0.97% | 0.96% | - |
| XYZ | 40.67 | 20.76 | 17.19 | - |
| YUV | 90.72 | 140.02 | 238.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 112 | 0 | 0.97 | 0.54 | 0.04 | 333.67 | 0.94 | 0.5 |
| Hex | F5 | 8 | 70 | 0 | 61 | 36 | 4 | 14E | 5E | 32 |
| Octal | 365 | 10 | 160 | 0 | 141 | 66 | 4 | 516 | 136 | 62 |
| Binary | 11110101 | 1000 | 1110000 | 0 | 1100001 | 110110 | 100 | 101001110 | 1011110 | 110010 |
Color Harmonies of #F50870
Complementary color
Monochromatic Colors of #F50870
Black with #F50870
Text Example
Text Example
White with #F50870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50870; }
p { color: rgb(245,8,112); }
H1.HeaderClassName
{
color: #F50870;
}
.AnyTagClassName
{
color: #F50870;
}
</style>
background-color css
<style>
a { background-color: #F50870; }
a { background-color: rgb(245,8,112); }
div.DivClassName
{
background-color: #F50870;
}
.BgClassName
{
background-color: #F50870;
}
</style>
border-color css
<style>
span { border-color: #F50870; }
span { border-color: rgb(245,8,112); }
td.TdClassName
{
border-color: #F50870;
}
.TagClassName
{
border-color: #F50870;
}
</style>