Shades of Razzmatazz #F8076E
Tints of Razzmatazz #F8076E
RGB
CMYK
RGB Variations
Color information
#F8076E (or 0xF8076E) is known color: Razzmatazz. HEX triplet: F8, 07 and 6E. RGB value is (248,7,110). Sum of RGB (Red+Green+Blue) = 248+7+110=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F8076E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8076E is #07F891. Grayscale: #5A5A5A. Windows color (decimal): -522386 or 7211000. OLE color: 7211000.
HSL color Cylindrical-coordinate representation of color #F8076E: hue angle of 334.36º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F8076E is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 110 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.03 |
| HSL | 334.36º | 0.95% | 0.5% | - |
| HSV(B) | 334.36º | 0.97% | 0.97% | - |
| XYZ | 41.6 | 21.23 | 16.66 | - |
| YUV | 90.8 | 138.84 | 240.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 110 | 0 | 0.97 | 0.56 | 0.03 | 334.36 | 0.95 | 0.5 |
| Hex | F8 | 7 | 6E | 0 | 61 | 38 | 3 | 14E | 5F | 32 |
| Octal | 370 | 7 | 156 | 0 | 141 | 70 | 3 | 516 | 137 | 62 |
| Binary | 11111000 | 111 | 1101110 | 0 | 1100001 | 111000 | 11 | 101001110 | 1011111 | 110010 |
Color Harmonies of #F8076E
Complementary color
Monochromatic Colors of #F8076E
Black with #F8076E
Text Example
Text Example
White with #F8076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8076E; }
p { color: rgb(248,7,110); }
H1.HeaderClassName
{
color: #F8076E;
}
.AnyTagClassName
{
color: #F8076E;
}
</style>
background-color css
<style>
a { background-color: #F8076E; }
a { background-color: rgb(248,7,110); }
div.DivClassName
{
background-color: #F8076E;
}
.BgClassName
{
background-color: #F8076E;
}
</style>
border-color css
<style>
span { border-color: #F8076E; }
span { border-color: rgb(248,7,110); }
td.TdClassName
{
border-color: #F8076E;
}
.TagClassName
{
border-color: #F8076E;
}
</style>