Shades of Razzmatazz #F70C56
Tints of Razzmatazz #F70C56
RGB
CMYK
RGB Variations
Color information
#F70C56 (or 0xF70C56) is known color: Razzmatazz. HEX triplet: F7, 0C and 56. RGB value is (247,12,86). Sum of RGB (Red+Green+Blue) = 247+12+86=345 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.59% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 247 - color contains mainly: red. Hex color #F70C56 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70C56 is #08F3A9. Grayscale: #5A5A5A. Windows color (decimal): -586666 or 5639415. OLE color: 5639415.
HSL color Cylindrical-coordinate representation of color #F70C56: hue angle of 341.11º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F70C56 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 12 | 86 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.03 |
| HSL | 341.11º | 0.94% | 0.51% | - |
| HSV(B) | 341.11º | 0.95% | 0.97% | - |
| XYZ | 40.17 | 20.71 | 10.68 | - |
| YUV | 90.7 | 125.36 | 239.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 12 | 86 | 0 | 0.95 | 0.65 | 0.03 | 341.11 | 0.94 | 0.51 |
| Hex | F7 | C | 56 | 0 | 5F | 41 | 3 | 155 | 5E | 33 |
| Octal | 367 | 14 | 126 | 0 | 137 | 101 | 3 | 525 | 136 | 63 |
| Binary | 11110111 | 1100 | 1010110 | 0 | 1011111 | 1000001 | 11 | 101010101 | 1011110 | 110011 |
Color Harmonies of #F70C56
Complementary color
Monochromatic Colors of #F70C56
Black with #F70C56
Text Example
Text Example
White with #F70C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70C56; }
p { color: rgb(247,12,86); }
H1.HeaderClassName
{
color: #F70C56;
}
.AnyTagClassName
{
color: #F70C56;
}
</style>
background-color css
<style>
a { background-color: #F70C56; }
a { background-color: rgb(247,12,86); }
div.DivClassName
{
background-color: #F70C56;
}
.BgClassName
{
background-color: #F70C56;
}
</style>
border-color css
<style>
span { border-color: #F70C56; }
span { border-color: rgb(247,12,86); }
td.TdClassName
{
border-color: #F70C56;
}
.TagClassName
{
border-color: #F70C56;
}
</style>