Shades of Razzmatazz #F70E65
Tints of Razzmatazz #F70E65
RGB
CMYK
RGB Variations
Color information
#F70E65 (or 0xF70E65) is known color: Razzmatazz. HEX triplet: F7, 0E and 65. RGB value is (247,14,101). Sum of RGB (Red+Green+Blue) = 247+14+101=362 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.23% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 247 - color contains mainly: red. Hex color #F70E65 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70E65 is #08F19A. Grayscale: #5D5D5D. Windows color (decimal): -586139 or 6622967. OLE color: 6622967.
HSL color Cylindrical-coordinate representation of color #F70E65: hue angle of 337.6º 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 #F70E65 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 14 | 101 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.03 |
| HSL | 337.6º | 0.94% | 0.51% | - |
| HSV(B) | 337.6º | 0.94% | 0.97% | - |
| XYZ | 40.86 | 21.03 | 14.22 | - |
| YUV | 93.59 | 132.19 | 237.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 14 | 101 | 0 | 0.94 | 0.59 | 0.03 | 337.6 | 0.94 | 0.51 |
| Hex | F7 | E | 65 | 0 | 5E | 3B | 3 | 152 | 5E | 33 |
| Octal | 367 | 16 | 145 | 0 | 136 | 73 | 3 | 522 | 136 | 63 |
| Binary | 11110111 | 1110 | 1100101 | 0 | 1011110 | 111011 | 11 | 101010010 | 1011110 | 110011 |
Color Harmonies of #F70E65
Complementary color
Monochromatic Colors of #F70E65
Black with #F70E65
Text Example
Text Example
White with #F70E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70E65; }
p { color: rgb(247,14,101); }
H1.HeaderClassName
{
color: #F70E65;
}
.AnyTagClassName
{
color: #F70E65;
}
</style>
background-color css
<style>
a { background-color: #F70E65; }
a { background-color: rgb(247,14,101); }
div.DivClassName
{
background-color: #F70E65;
}
.BgClassName
{
background-color: #F70E65;
}
</style>
border-color css
<style>
span { border-color: #F70E65; }
span { border-color: rgb(247,14,101); }
td.TdClassName
{
border-color: #F70E65;
}
.TagClassName
{
border-color: #F70E65;
}
</style>