Shades of Razzmatazz #F70870
Tints of Razzmatazz #F70870
RGB
CMYK
RGB Variations
Color information
#F70870 (or 0xF70870) is known color: Razzmatazz. HEX triplet: F7, 08 and 70. RGB value is (247,8,112). Sum of RGB (Red+Green+Blue) = 247+8+112=367 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.30% from 367); Green value is 8 (3.52% from 255 or 2.18% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 247 - color contains mainly: red. Hex color #F70870 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70870 is #08F78F. Grayscale: #5B5B5B. Windows color (decimal): -587664 or 7342327. OLE color: 7342327.
HSL color Cylindrical-coordinate representation of color #F70870: hue angle of 333.89º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F70870 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 8 | 112 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.03 |
| HSL | 333.89º | 0.94% | 0.5% | - |
| HSV(B) | 333.89º | 0.97% | 0.97% | - |
| XYZ | 41.37 | 21.12 | 17.22 | - |
| YUV | 91.32 | 139.68 | 239.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 112 | 0 | 0.97 | 0.55 | 0.03 | 333.89 | 0.94 | 0.5 |
| Hex | F7 | 8 | 70 | 0 | 61 | 37 | 3 | 14E | 5E | 32 |
| Octal | 367 | 10 | 160 | 0 | 141 | 67 | 3 | 516 | 136 | 62 |
| Binary | 11110111 | 1000 | 1110000 | 0 | 1100001 | 110111 | 11 | 101001110 | 1011110 | 110010 |
Color Harmonies of #F70870
Complementary color
Monochromatic Colors of #F70870
Black with #F70870
Text Example
Text Example
White with #F70870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70870; }
p { color: rgb(247,8,112); }
H1.HeaderClassName
{
color: #F70870;
}
.AnyTagClassName
{
color: #F70870;
}
</style>
background-color css
<style>
a { background-color: #F70870; }
a { background-color: rgb(247,8,112); }
div.DivClassName
{
background-color: #F70870;
}
.BgClassName
{
background-color: #F70870;
}
</style>
border-color css
<style>
span { border-color: #F70870; }
span { border-color: rgb(247,8,112); }
td.TdClassName
{
border-color: #F70870;
}
.TagClassName
{
border-color: #F70870;
}
</style>