Shades of Razzmatazz #F7066C
Tints of Razzmatazz #F7066C
RGB
CMYK
RGB Variations
Color information
#F7066C (or 0xF7066C) is known color: Razzmatazz. HEX triplet: F7, 06 and 6C. RGB value is (247,6,108). Sum of RGB (Red+Green+Blue) = 247+6+108=361 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.42% from 361); Green value is 6 (2.73% from 255 or 1.66% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 247 - color contains mainly: red. Hex color #F7066C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7066C is #08F993. Grayscale: #595959. Windows color (decimal): -588180 or 7079671. OLE color: 7079671.
HSL color Cylindrical-coordinate representation of color #F7066C: hue angle of 334.61º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7066C is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 108 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.03 |
| HSL | 334.61º | 0.95% | 0.5% | - |
| HSV(B) | 334.61º | 0.98% | 0.97% | - |
| XYZ | 41.13 | 20.99 | 16.07 | - |
| YUV | 89.69 | 138.34 | 240.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 108 | 0 | 0.98 | 0.56 | 0.03 | 334.61 | 0.95 | 0.5 |
| Hex | F7 | 6 | 6C | 0 | 62 | 38 | 3 | 14F | 5F | 32 |
| Octal | 367 | 6 | 154 | 0 | 142 | 70 | 3 | 517 | 137 | 62 |
| Binary | 11110111 | 110 | 1101100 | 0 | 1100010 | 111000 | 11 | 101001111 | 1011111 | 110010 |
Color Harmonies of #F7066C
Complementary color
Monochromatic Colors of #F7066C
Black with #F7066C
Text Example
Text Example
White with #F7066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7066C; }
p { color: rgb(247,6,108); }
H1.HeaderClassName
{
color: #F7066C;
}
.AnyTagClassName
{
color: #F7066C;
}
</style>
background-color css
<style>
a { background-color: #F7066C; }
a { background-color: rgb(247,6,108); }
div.DivClassName
{
background-color: #F7066C;
}
.BgClassName
{
background-color: #F7066C;
}
</style>
border-color css
<style>
span { border-color: #F7066C; }
span { border-color: rgb(247,6,108); }
td.TdClassName
{
border-color: #F7066C;
}
.TagClassName
{
border-color: #F7066C;
}
</style>