Shades of Razzmatazz #F80666
Tints of Razzmatazz #F80666
RGB
CMYK
RGB Variations
Color information
#F80666 (or 0xF80666) is known color: Razzmatazz. HEX triplet: F8, 06 and 66. RGB value is (248,6,102). Sum of RGB (Red+Green+Blue) = 248+6+102=356 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.66% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 248 - color contains mainly: red. Hex color #F80666 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80666 is #07F999. Grayscale: #595959. Windows color (decimal): -522650 or 6686456. OLE color: 6686456.
HSL color Cylindrical-coordinate representation of color #F80666: hue angle of 336.2º 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 #F80666 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 6 | 102 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.03 |
| HSL | 336.2º | 0.95% | 0.5% | - |
| HSV(B) | 336.2º | 0.98% | 0.97% | - |
| XYZ | 41.17 | 21.05 | 14.46 | - |
| YUV | 89.3 | 135.17 | 241.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 6 | 102 | 0 | 0.98 | 0.59 | 0.03 | 336.2 | 0.95 | 0.5 |
| Hex | F8 | 6 | 66 | 0 | 62 | 3B | 3 | 150 | 5F | 32 |
| Octal | 370 | 6 | 146 | 0 | 142 | 73 | 3 | 520 | 137 | 62 |
| Binary | 11111000 | 110 | 1100110 | 0 | 1100010 | 111011 | 11 | 101010000 | 1011111 | 110010 |
Color Harmonies of #F80666
Complementary color
Monochromatic Colors of #F80666
Black with #F80666
Text Example
Text Example
White with #F80666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80666; }
p { color: rgb(248,6,102); }
H1.HeaderClassName
{
color: #F80666;
}
.AnyTagClassName
{
color: #F80666;
}
</style>
background-color css
<style>
a { background-color: #F80666; }
a { background-color: rgb(248,6,102); }
div.DivClassName
{
background-color: #F80666;
}
.BgClassName
{
background-color: #F80666;
}
</style>
border-color css
<style>
span { border-color: #F80666; }
span { border-color: rgb(248,6,102); }
td.TdClassName
{
border-color: #F80666;
}
.TagClassName
{
border-color: #F80666;
}
</style>