Shades of Razzmatazz #F7086D
Tints of Razzmatazz #F7086D
RGB
CMYK
RGB Variations
Color information
#F7086D (or 0xF7086D) is known color: Razzmatazz. HEX triplet: F7, 08 and 6D. RGB value is (247,8,109). Sum of RGB (Red+Green+Blue) = 247+8+109=364 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.86% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 247 - color contains mainly: red. Hex color #F7086D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7086D is #08F792. Grayscale: #5A5A5A. Windows color (decimal): -587667 or 7145719. OLE color: 7145719.
HSL color Cylindrical-coordinate representation of color #F7086D: hue angle of 334.64º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F7086D is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 8 | 109 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.03 |
| HSL | 334.64º | 0.94% | 0.5% | - |
| HSV(B) | 334.64º | 0.97% | 0.97% | - |
| XYZ | 41.2 | 21.05 | 16.36 | - |
| YUV | 90.98 | 138.18 | 239.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 109 | 0 | 0.97 | 0.56 | 0.03 | 334.64 | 0.94 | 0.5 |
| Hex | F7 | 8 | 6D | 0 | 61 | 38 | 3 | 14F | 5E | 32 |
| Octal | 367 | 10 | 155 | 0 | 141 | 70 | 3 | 517 | 136 | 62 |
| Binary | 11110111 | 1000 | 1101101 | 0 | 1100001 | 111000 | 11 | 101001111 | 1011110 | 110010 |
Color Harmonies of #F7086D
Complementary color
Monochromatic Colors of #F7086D
Black with #F7086D
Text Example
Text Example
White with #F7086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7086D; }
p { color: rgb(247,8,109); }
H1.HeaderClassName
{
color: #F7086D;
}
.AnyTagClassName
{
color: #F7086D;
}
</style>
background-color css
<style>
a { background-color: #F7086D; }
a { background-color: rgb(247,8,109); }
div.DivClassName
{
background-color: #F7086D;
}
.BgClassName
{
background-color: #F7086D;
}
</style>
border-color css
<style>
span { border-color: #F7086D; }
span { border-color: rgb(247,8,109); }
td.TdClassName
{
border-color: #F7086D;
}
.TagClassName
{
border-color: #F7086D;
}
</style>