Shades of Razzmatazz #F8076C
Tints of Razzmatazz #F8076C
RGB
CMYK
RGB Variations
Color information
#F8076C (or 0xF8076C) is known color: Razzmatazz. HEX triplet: F8, 07 and 6C. RGB value is (248,7,108). Sum of RGB (Red+Green+Blue) = 248+7+108=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F8076C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8076C is #07F893. Grayscale: #5A5A5A. Windows color (decimal): -522388 or 7079928. OLE color: 7079928.
HSL color Cylindrical-coordinate representation of color #F8076C: hue angle of 334.85º 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 #F8076C is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 108 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.03 |
| HSL | 334.85º | 0.95% | 0.5% | - |
| HSV(B) | 334.85º | 0.97% | 0.97% | - |
| XYZ | 41.49 | 21.19 | 16.09 | - |
| YUV | 90.57 | 137.84 | 240.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 108 | 0 | 0.97 | 0.56 | 0.03 | 334.85 | 0.95 | 0.5 |
| Hex | F8 | 7 | 6C | 0 | 61 | 38 | 3 | 14F | 5F | 32 |
| Octal | 370 | 7 | 154 | 0 | 141 | 70 | 3 | 517 | 137 | 62 |
| Binary | 11111000 | 111 | 1101100 | 0 | 1100001 | 111000 | 11 | 101001111 | 1011111 | 110010 |
Color Harmonies of #F8076C
Complementary color
Monochromatic Colors of #F8076C
Black with #F8076C
Text Example
Text Example
White with #F8076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8076C; }
p { color: rgb(248,7,108); }
H1.HeaderClassName
{
color: #F8076C;
}
.AnyTagClassName
{
color: #F8076C;
}
</style>
background-color css
<style>
a { background-color: #F8076C; }
a { background-color: rgb(248,7,108); }
div.DivClassName
{
background-color: #F8076C;
}
.BgClassName
{
background-color: #F8076C;
}
</style>
border-color css
<style>
span { border-color: #F8076C; }
span { border-color: rgb(248,7,108); }
td.TdClassName
{
border-color: #F8076C;
}
.TagClassName
{
border-color: #F8076C;
}
</style>