Shades of Razzmatazz #F70066
Tints of Razzmatazz #F70066
RGB
CMYK
RGB Variations
Color information
#F70066 (or 0xF70066) is known color: Razzmatazz. HEX triplet: F7, 00 and 66. RGB value is (247,0,102). Sum of RGB (Red+Green+Blue) = 247+0+102=349 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.77% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 247 - color contains mainly: red. Hex color #F70066 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70066 is #08FF99. Grayscale: #555555. Windows color (decimal): -589722 or 6684919. OLE color: 6684919.
HSL color Cylindrical-coordinate representation of color #F70066: hue angle of 335.22º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70066 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.59 | 0.03 |
| HSL | 335.22º | 1% | 0.48% | - |
| HSV(B) | 335.22º | 1% | 0.97% | - |
| XYZ | 40.76 | 20.73 | 14.42 | - |
| YUV | 85.48 | 137.33 | 243.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 102 | 0 | 1 | 0.59 | 0.03 | 335.22 | 1 | 0.48 |
| Hex | F7 | 0 | 66 | 0 | 64 | 3B | 3 | 14F | 64 | 30 |
| Octal | 367 | 0 | 146 | 0 | 144 | 73 | 3 | 517 | 144 | 60 |
| Binary | 11110111 | 0 | 1100110 | 0 | 1100100 | 111011 | 11 | 101001111 | 1100100 | 110000 |
Color Harmonies of #F70066
Complementary color
Monochromatic Colors of #F70066
Black with #F70066
Text Example
Text Example
White with #F70066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70066; }
p { color: rgb(247,0,102); }
H1.HeaderClassName
{
color: #F70066;
}
.AnyTagClassName
{
color: #F70066;
}
</style>
background-color css
<style>
a { background-color: #F70066; }
a { background-color: rgb(247,0,102); }
div.DivClassName
{
background-color: #F70066;
}
.BgClassName
{
background-color: #F70066;
}
</style>
border-color css
<style>
span { border-color: #F70066; }
span { border-color: rgb(247,0,102); }
td.TdClassName
{
border-color: #F70066;
}
.TagClassName
{
border-color: #F70066;
}
</style>