Shades of Razzmatazz #F70E6F
Tints of Razzmatazz #F70E6F
RGB
CMYK
RGB Variations
Color information
#F70E6F (or 0xF70E6F) is known color: Razzmatazz. HEX triplet: F7, 0E and 6F. RGB value is (247,14,111). Sum of RGB (Red+Green+Blue) = 247+14+111=372 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.40% from 372); Green value is 14 (5.86% from 255 or 3.76% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 247 - color contains mainly: red. Hex color #F70E6F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70E6F is #08F190. Grayscale: #5E5E5E. Windows color (decimal): -586129 or 7278327. OLE color: 7278327.
HSL color Cylindrical-coordinate representation of color #F70E6F: hue angle of 335.02º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F70E6F is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 14 | 111 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.03 |
| HSL | 335.02º | 0.94% | 0.51% | - |
| HSV(B) | 335.02º | 0.94% | 0.97% | - |
| XYZ | 41.38 | 21.24 | 16.96 | - |
| YUV | 94.73 | 137.19 | 236.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 14 | 111 | 0 | 0.94 | 0.55 | 0.03 | 335.02 | 0.94 | 0.51 |
| Hex | F7 | E | 6F | 0 | 5E | 37 | 3 | 14F | 5E | 33 |
| Octal | 367 | 16 | 157 | 0 | 136 | 67 | 3 | 517 | 136 | 63 |
| Binary | 11110111 | 1110 | 1101111 | 0 | 1011110 | 110111 | 11 | 101001111 | 1011110 | 110011 |
Color Harmonies of #F70E6F
Complementary color
Monochromatic Colors of #F70E6F
Black with #F70E6F
Text Example
Text Example
White with #F70E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70E6F; }
p { color: rgb(247,14,111); }
H1.HeaderClassName
{
color: #F70E6F;
}
.AnyTagClassName
{
color: #F70E6F;
}
</style>
background-color css
<style>
a { background-color: #F70E6F; }
a { background-color: rgb(247,14,111); }
div.DivClassName
{
background-color: #F70E6F;
}
.BgClassName
{
background-color: #F70E6F;
}
</style>
border-color css
<style>
span { border-color: #F70E6F; }
span { border-color: rgb(247,14,111); }
td.TdClassName
{
border-color: #F70E6F;
}
.TagClassName
{
border-color: #F70E6F;
}
</style>