Shades of Razzmatazz #F80966
Tints of Razzmatazz #F80966
RGB
CMYK
RGB Variations
Color information
#F80966 (or 0xF80966) is known color: Razzmatazz. HEX triplet: F8, 09 and 66. RGB value is (248,9,102). Sum of RGB (Red+Green+Blue) = 248+9+102=359 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.08% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 248 - color contains mainly: red. Hex color #F80966 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80966 is #07F699. Grayscale: #5A5A5A. Windows color (decimal): -521882 or 6687224. OLE color: 6687224.
HSL color Cylindrical-coordinate representation of color #F80966: hue angle of 336.65º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80966 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 102 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.03 |
| HSL | 336.65º | 0.94% | 0.5% | - |
| HSV(B) | 336.65º | 0.96% | 0.97% | - |
| XYZ | 41.21 | 21.11 | 14.47 | - |
| YUV | 91.06 | 134.18 | 239.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 102 | 0 | 0.96 | 0.59 | 0.03 | 336.65 | 0.94 | 0.5 |
| Hex | F8 | 9 | 66 | 0 | 60 | 3B | 3 | 151 | 5E | 32 |
| Octal | 370 | 11 | 146 | 0 | 140 | 73 | 3 | 521 | 136 | 62 |
| Binary | 11111000 | 1001 | 1100110 | 0 | 1100000 | 111011 | 11 | 101010001 | 1011110 | 110010 |
Color Harmonies of #F80966
Complementary color
Monochromatic Colors of #F80966
Black with #F80966
Text Example
Text Example
White with #F80966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80966; }
p { color: rgb(248,9,102); }
H1.HeaderClassName
{
color: #F80966;
}
.AnyTagClassName
{
color: #F80966;
}
</style>
background-color css
<style>
a { background-color: #F80966; }
a { background-color: rgb(248,9,102); }
div.DivClassName
{
background-color: #F80966;
}
.BgClassName
{
background-color: #F80966;
}
</style>
border-color css
<style>
span { border-color: #F80966; }
span { border-color: rgb(248,9,102); }
td.TdClassName
{
border-color: #F80966;
}
.TagClassName
{
border-color: #F80966;
}
</style>