Shades of Razzmatazz #F70566
Tints of Razzmatazz #F70566
RGB
CMYK
RGB Variations
Color information
#F70566 (or 0xF70566) is known color: Razzmatazz. HEX triplet: F7, 05 and 66. RGB value is (247,5,102). Sum of RGB (Red+Green+Blue) = 247+5+102=354 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.77% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 247 - color contains mainly: red. Hex color #F70566 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70566 is #08FA99. Grayscale: #585858. Windows color (decimal): -588442 or 6686199. OLE color: 6686199.
HSL color Cylindrical-coordinate representation of color #F70566: hue angle of 335.95º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F70566 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 102 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.03 |
| HSL | 335.95º | 0.96% | 0.49% | - |
| HSV(B) | 335.95º | 0.98% | 0.97% | - |
| XYZ | 40.81 | 20.84 | 14.44 | - |
| YUV | 88.42 | 135.67 | 241.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 102 | 0 | 0.98 | 0.59 | 0.03 | 335.95 | 0.96 | 0.49 |
| Hex | F7 | 5 | 66 | 0 | 62 | 3B | 3 | 150 | 60 | 31 |
| Octal | 367 | 5 | 146 | 0 | 142 | 73 | 3 | 520 | 140 | 61 |
| Binary | 11110111 | 101 | 1100110 | 0 | 1100010 | 111011 | 11 | 101010000 | 1100000 | 110001 |
Color Harmonies of #F70566
Complementary color
Monochromatic Colors of #F70566
Black with #F70566
Text Example
Text Example
White with #F70566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70566; }
p { color: rgb(247,5,102); }
H1.HeaderClassName
{
color: #F70566;
}
.AnyTagClassName
{
color: #F70566;
}
</style>
background-color css
<style>
a { background-color: #F70566; }
a { background-color: rgb(247,5,102); }
div.DivClassName
{
background-color: #F70566;
}
.BgClassName
{
background-color: #F70566;
}
</style>
border-color css
<style>
span { border-color: #F70566; }
span { border-color: rgb(247,5,102); }
td.TdClassName
{
border-color: #F70566;
}
.TagClassName
{
border-color: #F70566;
}
</style>