Shades of Razzmatazz #F81064
Tints of Razzmatazz #F81064
RGB
CMYK
RGB Variations
Color information
#F81064 (or 0xF81064) is known color: Razzmatazz. HEX triplet: F8, 10 and 64. RGB value is (248,16,100). Sum of RGB (Red+Green+Blue) = 248+16+100=364 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.13% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 248 - color contains mainly: red. Hex color #F81064 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81064 is #07EF9B. Grayscale: #5E5E5E. Windows color (decimal): -520092 or 6557944. OLE color: 6557944.
HSL color Cylindrical-coordinate representation of color #F81064: hue angle of 338.28º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F81064 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 100 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.03 |
| HSL | 338.28º | 0.94% | 0.52% | - |
| HSV(B) | 338.28º | 0.94% | 0.97% | - |
| XYZ | 41.2 | 21.25 | 13.99 | - |
| YUV | 94.94 | 130.86 | 237.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 100 | 0 | 0.94 | 0.60 | 0.03 | 338.28 | 0.94 | 0.52 |
| Hex | F8 | 10 | 64 | 0 | 5E | 3C | 3 | 152 | 5E | 34 |
| Octal | 370 | 20 | 144 | 0 | 136 | 74 | 3 | 522 | 136 | 64 |
| Binary | 11111000 | 10000 | 1100100 | 0 | 1011110 | 111100 | 11 | 101010010 | 1011110 | 110100 |
Color Harmonies of #F81064
Complementary color
Monochromatic Colors of #F81064
Black with #F81064
Text Example
Text Example
White with #F81064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81064; }
p { color: rgb(248,16,100); }
H1.HeaderClassName
{
color: #F81064;
}
.AnyTagClassName
{
color: #F81064;
}
</style>
background-color css
<style>
a { background-color: #F81064; }
a { background-color: rgb(248,16,100); }
div.DivClassName
{
background-color: #F81064;
}
.BgClassName
{
background-color: #F81064;
}
</style>
border-color css
<style>
span { border-color: #F81064; }
span { border-color: rgb(248,16,100); }
td.TdClassName
{
border-color: #F81064;
}
.TagClassName
{
border-color: #F81064;
}
</style>