Shades of Razzmatazz #F70356
Tints of Razzmatazz #F70356
RGB
CMYK
RGB Variations
Color information
#F70356 (or 0xF70356) is known color: Razzmatazz. HEX triplet: F7, 03 and 56. RGB value is (247,3,86). Sum of RGB (Red+Green+Blue) = 247+3+86=336 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.51% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 247 - color contains mainly: red. Hex color #F70356 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70356 is #08FCA9. Grayscale: #555555. Windows color (decimal): -588970 or 5637111. OLE color: 5637111.
HSL color Cylindrical-coordinate representation of color #F70356: hue angle of 339.59º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F70356 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 3 | 86 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.03 |
| HSL | 339.59º | 0.98% | 0.49% | - |
| HSV(B) | 339.59º | 0.99% | 0.97% | - |
| XYZ | 40.07 | 20.51 | 10.65 | - |
| YUV | 85.42 | 128.34 | 243.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 86 | 0 | 0.99 | 0.65 | 0.03 | 339.59 | 0.98 | 0.49 |
| Hex | F7 | 3 | 56 | 0 | 63 | 41 | 3 | 154 | 62 | 31 |
| Octal | 367 | 3 | 126 | 0 | 143 | 101 | 3 | 524 | 142 | 61 |
| Binary | 11110111 | 11 | 1010110 | 0 | 1100011 | 1000001 | 11 | 101010100 | 1100010 | 110001 |
Color Harmonies of #F70356
Complementary color
Monochromatic Colors of #F70356
Black with #F70356
Text Example
Text Example
White with #F70356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70356; }
p { color: rgb(247,3,86); }
H1.HeaderClassName
{
color: #F70356;
}
.AnyTagClassName
{
color: #F70356;
}
</style>
background-color css
<style>
a { background-color: #F70356; }
a { background-color: rgb(247,3,86); }
div.DivClassName
{
background-color: #F70356;
}
.BgClassName
{
background-color: #F70356;
}
</style>
border-color css
<style>
span { border-color: #F70356; }
span { border-color: rgb(247,3,86); }
td.TdClassName
{
border-color: #F70356;
}
.TagClassName
{
border-color: #F70356;
}
</style>