Shades of Razzmatazz #F70C60
Tints of Razzmatazz #F70C60
RGB
CMYK
RGB Variations
Color information
#F70C60 (or 0xF70C60) is known color: Razzmatazz. HEX triplet: F7, 0C and 60. RGB value is (247,12,96). Sum of RGB (Red+Green+Blue) = 247+12+96=355 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.58% from 355); Green value is 12 (5.08% from 255 or 3.38% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 247 - color contains mainly: red. Hex color #F70C60 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70C60 is #08F39F. Grayscale: #5B5B5B. Windows color (decimal): -586656 or 6294775. OLE color: 6294775.
HSL color Cylindrical-coordinate representation of color #F70C60: hue angle of 338.55º 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 #F70C60 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 12 | 96 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.03 |
| HSL | 338.55º | 0.94% | 0.51% | - |
| HSV(B) | 338.55º | 0.95% | 0.97% | - |
| XYZ | 40.6 | 20.88 | 12.96 | - |
| YUV | 91.84 | 130.36 | 238.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 12 | 96 | 0 | 0.95 | 0.61 | 0.03 | 338.55 | 0.94 | 0.51 |
| Hex | F7 | C | 60 | 0 | 5F | 3D | 3 | 153 | 5E | 33 |
| Octal | 367 | 14 | 140 | 0 | 137 | 75 | 3 | 523 | 136 | 63 |
| Binary | 11110111 | 1100 | 1100000 | 0 | 1011111 | 111101 | 11 | 101010011 | 1011110 | 110011 |
Color Harmonies of #F70C60
Complementary color
Monochromatic Colors of #F70C60
Black with #F70C60
Text Example
Text Example
White with #F70C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70C60; }
p { color: rgb(247,12,96); }
H1.HeaderClassName
{
color: #F70C60;
}
.AnyTagClassName
{
color: #F70C60;
}
</style>
background-color css
<style>
a { background-color: #F70C60; }
a { background-color: rgb(247,12,96); }
div.DivClassName
{
background-color: #F70C60;
}
.BgClassName
{
background-color: #F70C60;
}
</style>
border-color css
<style>
span { border-color: #F70C60; }
span { border-color: rgb(247,12,96); }
td.TdClassName
{
border-color: #F70C60;
}
.TagClassName
{
border-color: #F70C60;
}
</style>