Shades of Razzmatazz #F50A70
Tints of Razzmatazz #F50A70
RGB
CMYK
RGB Variations
Color information
#F50A70 (or 0xF50A70) is known color: Razzmatazz. HEX triplet: F5, 0A and 70. RGB value is (245,10,112). Sum of RGB (Red+Green+Blue) = 245+10+112=367 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.76% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 245 - color contains mainly: red. Hex color #F50A70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50A70 is #0AF58F. Grayscale: #5B5B5B. Windows color (decimal): -718224 or 7342837. OLE color: 7342837.
HSL color Cylindrical-coordinate representation of color #F50A70: hue angle of 333.96º degrees, saturation: 0.92, 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 #F50A70 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 10 | 112 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.04 |
| HSL | 333.96º | 0.92% | 0.5% | - |
| HSV(B) | 333.96º | 0.96% | 0.96% | - |
| XYZ | 40.69 | 20.8 | 17.2 | - |
| YUV | 91.89 | 139.36 | 237.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 10 | 112 | 0 | 0.96 | 0.54 | 0.04 | 333.96 | 0.92 | 0.5 |
| Hex | F5 | A | 70 | 0 | 60 | 36 | 4 | 14E | 5C | 32 |
| Octal | 365 | 12 | 160 | 0 | 140 | 66 | 4 | 516 | 134 | 62 |
| Binary | 11110101 | 1010 | 1110000 | 0 | 1100000 | 110110 | 100 | 101001110 | 1011100 | 110010 |
Color Harmonies of #F50A70
Complementary color
Monochromatic Colors of #F50A70
Black with #F50A70
Text Example
Text Example
White with #F50A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50A70; }
p { color: rgb(245,10,112); }
H1.HeaderClassName
{
color: #F50A70;
}
.AnyTagClassName
{
color: #F50A70;
}
</style>
background-color css
<style>
a { background-color: #F50A70; }
a { background-color: rgb(245,10,112); }
div.DivClassName
{
background-color: #F50A70;
}
.BgClassName
{
background-color: #F50A70;
}
</style>
border-color css
<style>
span { border-color: #F50A70; }
span { border-color: rgb(245,10,112); }
td.TdClassName
{
border-color: #F50A70;
}
.TagClassName
{
border-color: #F50A70;
}
</style>