Shades of Razzmatazz #F80064
Tints of Razzmatazz #F80064
RGB
CMYK
RGB Variations
Color information
#F80064 (or 0xF80064) is known color: Razzmatazz. HEX triplet: F8, 00 and 64. RGB value is (248,0,100). Sum of RGB (Red+Green+Blue) = 248+0+100=348 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.26% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 248 - color contains mainly: red. Hex color #F80064 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80064 is #07FF9B. Grayscale: #555555. Windows color (decimal): -524188 or 6553848. OLE color: 6553848.
HSL color Cylindrical-coordinate representation of color #F80064: hue angle of 335.81º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80064 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 100 | - |
| CMYK | 0 | 1 | 0.60 | 0.03 |
| HSL | 335.81º | 1% | 0.49% | - |
| HSV(B) | 335.81º | 1% | 0.97% | - |
| XYZ | 41.01 | 20.88 | 13.92 | - |
| YUV | 85.55 | 136.16 | 243.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 100 | 0 | 1 | 0.60 | 0.03 | 335.81 | 1 | 0.49 |
| Hex | F8 | 0 | 64 | 0 | 64 | 3C | 3 | 150 | 64 | 31 |
| Octal | 370 | 0 | 144 | 0 | 144 | 74 | 3 | 520 | 144 | 61 |
| Binary | 11111000 | 0 | 1100100 | 0 | 1100100 | 111100 | 11 | 101010000 | 1100100 | 110001 |
Color Harmonies of #F80064
Complementary color
Monochromatic Colors of #F80064
Black with #F80064
Text Example
Text Example
White with #F80064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80064; }
p { color: rgb(248,0,100); }
H1.HeaderClassName
{
color: #F80064;
}
.AnyTagClassName
{
color: #F80064;
}
</style>
background-color css
<style>
a { background-color: #F80064; }
a { background-color: rgb(248,0,100); }
div.DivClassName
{
background-color: #F80064;
}
.BgClassName
{
background-color: #F80064;
}
</style>
border-color css
<style>
span { border-color: #F80064; }
span { border-color: rgb(248,0,100); }
td.TdClassName
{
border-color: #F80064;
}
.TagClassName
{
border-color: #F80064;
}
</style>