Shades of Razzmatazz #F70C50
Tints of Razzmatazz #F70C50
RGB
CMYK
RGB Variations
Color information
#F70C50 (or 0xF70C50) is known color: Razzmatazz. HEX triplet: F7, 0C and 50. RGB value is (247,12,80). Sum of RGB (Red+Green+Blue) = 247+12+80=339 (44% of max value = 765). Red value is 247 (96.88% from 255 or 72.86% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 247 - color contains mainly: red. Hex color #F70C50 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70C50 is #08F3AF. Grayscale: #595959. Windows color (decimal): -586672 or 5246199. OLE color: 5246199.
HSL color Cylindrical-coordinate representation of color #F70C50: hue angle of 342.64º 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 #F70C50 is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 12 | 80 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.03 |
| HSL | 342.64º | 0.94% | 0.51% | - |
| HSV(B) | 342.64º | 0.95% | 0.97% | - |
| XYZ | 39.94 | 20.62 | 9.46 | - |
| YUV | 90.02 | 122.36 | 239.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 12 | 80 | 0 | 0.95 | 0.68 | 0.03 | 342.64 | 0.94 | 0.51 |
| Hex | F7 | C | 50 | 0 | 5F | 44 | 3 | 157 | 5E | 33 |
| Octal | 367 | 14 | 120 | 0 | 137 | 104 | 3 | 527 | 136 | 63 |
| Binary | 11110111 | 1100 | 1010000 | 0 | 1011111 | 1000100 | 11 | 101010111 | 1011110 | 110011 |
Color Harmonies of #F70C50
Complementary color
Monochromatic Colors of #F70C50
Black with #F70C50
Text Example
Text Example
White with #F70C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70C50; }
p { color: rgb(247,12,80); }
H1.HeaderClassName
{
color: #F70C50;
}
.AnyTagClassName
{
color: #F70C50;
}
</style>
background-color css
<style>
a { background-color: #F70C50; }
a { background-color: rgb(247,12,80); }
div.DivClassName
{
background-color: #F70C50;
}
.BgClassName
{
background-color: #F70C50;
}
</style>
border-color css
<style>
span { border-color: #F70C50; }
span { border-color: rgb(247,12,80); }
td.TdClassName
{
border-color: #F70C50;
}
.TagClassName
{
border-color: #F70C50;
}
</style>