Shades of Razzmatazz #F70F65
Tints of Razzmatazz #F70F65
RGB
CMYK
RGB Variations
Color information
#F70F65 (or 0xF70F65) is known color: Razzmatazz. HEX triplet: F7, 0F and 65. RGB value is (247,15,101). Sum of RGB (Red+Green+Blue) = 247+15+101=363 (48% of max value = 765). Red value is 247 (96.88% from 255 or 68.04% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 247 - color contains mainly: red. Hex color #F70F65 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70F65 is #08F09A. Grayscale: #5E5E5E. Windows color (decimal): -585883 or 6623223. OLE color: 6623223.
HSL color Cylindrical-coordinate representation of color #F70F65: hue angle of 337.76º 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 #F70F65 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 15 | 101 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.03 |
| HSL | 337.76º | 0.94% | 0.51% | - |
| HSV(B) | 337.76º | 0.94% | 0.97% | - |
| XYZ | 40.88 | 21.06 | 14.22 | - |
| YUV | 94.17 | 131.86 | 237.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 101 | 0 | 0.94 | 0.59 | 0.03 | 337.76 | 0.94 | 0.51 |
| Hex | F7 | F | 65 | 0 | 5E | 3B | 3 | 152 | 5E | 33 |
| Octal | 367 | 17 | 145 | 0 | 136 | 73 | 3 | 522 | 136 | 63 |
| Binary | 11110111 | 1111 | 1100101 | 0 | 1011110 | 111011 | 11 | 101010010 | 1011110 | 110011 |
Color Harmonies of #F70F65
Complementary color
Monochromatic Colors of #F70F65
Black with #F70F65
Text Example
Text Example
White with #F70F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70F65; }
p { color: rgb(247,15,101); }
H1.HeaderClassName
{
color: #F70F65;
}
.AnyTagClassName
{
color: #F70F65;
}
</style>
background-color css
<style>
a { background-color: #F70F65; }
a { background-color: rgb(247,15,101); }
div.DivClassName
{
background-color: #F70F65;
}
.BgClassName
{
background-color: #F70F65;
}
</style>
border-color css
<style>
span { border-color: #F70F65; }
span { border-color: rgb(247,15,101); }
td.TdClassName
{
border-color: #F70F65;
}
.TagClassName
{
border-color: #F70F65;
}
</style>