Shades of Razzmatazz #F80466
Tints of Razzmatazz #F80466
RGB
CMYK
RGB Variations
Color information
#F80466 (or 0xF80466) is known color: Razzmatazz. HEX triplet: F8, 04 and 66. RGB value is (248,4,102). Sum of RGB (Red+Green+Blue) = 248+4+102=354 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.06% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 248 - color contains mainly: red. Hex color #F80466 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80466 is #07FB99. Grayscale: #575757. Windows color (decimal): -523162 or 6685944. OLE color: 6685944.
HSL color Cylindrical-coordinate representation of color #F80466: hue angle of 335.9º degrees, saturation: 0.97, 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 #F80466 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 102 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.03 |
| HSL | 335.9º | 0.97% | 0.49% | - |
| HSV(B) | 335.9º | 0.98% | 0.97% | - |
| XYZ | 41.15 | 21 | 14.46 | - |
| YUV | 88.13 | 135.84 | 242.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 102 | 0 | 0.98 | 0.59 | 0.03 | 335.9 | 0.97 | 0.49 |
| Hex | F8 | 4 | 66 | 0 | 62 | 3B | 3 | 150 | 61 | 31 |
| Octal | 370 | 4 | 146 | 0 | 142 | 73 | 3 | 520 | 141 | 61 |
| Binary | 11111000 | 100 | 1100110 | 0 | 1100010 | 111011 | 11 | 101010000 | 1100001 | 110001 |
Color Harmonies of #F80466
Complementary color
Monochromatic Colors of #F80466
Black with #F80466
Text Example
Text Example
White with #F80466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80466; }
p { color: rgb(248,4,102); }
H1.HeaderClassName
{
color: #F80466;
}
.AnyTagClassName
{
color: #F80466;
}
</style>
background-color css
<style>
a { background-color: #F80466; }
a { background-color: rgb(248,4,102); }
div.DivClassName
{
background-color: #F80466;
}
.BgClassName
{
background-color: #F80466;
}
</style>
border-color css
<style>
span { border-color: #F80466; }
span { border-color: rgb(248,4,102); }
td.TdClassName
{
border-color: #F80466;
}
.TagClassName
{
border-color: #F80466;
}
</style>