Shades of Razzmatazz #F70C52
Tints of Razzmatazz #F70C52
RGB
CMYK
RGB Variations
Color information
#F70C52 (or 0xF70C52) is known color: Razzmatazz. HEX triplet: F7, 0C and 52. RGB value is (247,12,82). Sum of RGB (Red+Green+Blue) = 247+12+82=341 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.43% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 247 - color contains mainly: red. Hex color #F70C52 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70C52 is #08F3AD. Grayscale: #5A5A5A. Windows color (decimal): -586670 or 5377271. OLE color: 5377271.
HSL color Cylindrical-coordinate representation of color #F70C52: hue angle of 342.13º 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 #F70C52 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 12 | 82 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.03 |
| HSL | 342.13º | 0.94% | 0.51% | - |
| HSV(B) | 342.13º | 0.95% | 0.97% | - |
| XYZ | 40.01 | 20.65 | 9.86 | - |
| YUV | 90.25 | 123.36 | 239.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 12 | 82 | 0 | 0.95 | 0.67 | 0.03 | 342.13 | 0.94 | 0.51 |
| Hex | F7 | C | 52 | 0 | 5F | 43 | 3 | 156 | 5E | 33 |
| Octal | 367 | 14 | 122 | 0 | 137 | 103 | 3 | 526 | 136 | 63 |
| Binary | 11110111 | 1100 | 1010010 | 0 | 1011111 | 1000011 | 11 | 101010110 | 1011110 | 110011 |
Color Harmonies of #F70C52
Complementary color
Monochromatic Colors of #F70C52
Black with #F70C52
Text Example
Text Example
White with #F70C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70C52; }
p { color: rgb(247,12,82); }
H1.HeaderClassName
{
color: #F70C52;
}
.AnyTagClassName
{
color: #F70C52;
}
</style>
background-color css
<style>
a { background-color: #F70C52; }
a { background-color: rgb(247,12,82); }
div.DivClassName
{
background-color: #F70C52;
}
.BgClassName
{
background-color: #F70C52;
}
</style>
border-color css
<style>
span { border-color: #F70C52; }
span { border-color: rgb(247,12,82); }
td.TdClassName
{
border-color: #F70C52;
}
.TagClassName
{
border-color: #F70C52;
}
</style>