Shades of Razzmatazz #F8096C
Tints of Razzmatazz #F8096C
RGB
CMYK
RGB Variations
Color information
#F8096C (or 0xF8096C) is known color: Razzmatazz. HEX triplet: F8, 09 and 6C. RGB value is (248,9,108). Sum of RGB (Red+Green+Blue) = 248+9+108=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F8096C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8096C is #07F693. Grayscale: #5B5B5B. Windows color (decimal): -521876 or 7080440. OLE color: 7080440.
HSL color Cylindrical-coordinate representation of color #F8096C: hue angle of 335.15º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8096C is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 108 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.03 |
| HSL | 335.15º | 0.94% | 0.5% | - |
| HSV(B) | 335.15º | 0.96% | 0.97% | - |
| XYZ | 41.52 | 21.23 | 16.1 | - |
| YUV | 91.75 | 137.18 | 239.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 108 | 0 | 0.96 | 0.56 | 0.03 | 335.15 | 0.94 | 0.5 |
| Hex | F8 | 9 | 6C | 0 | 60 | 38 | 3 | 14F | 5E | 32 |
| Octal | 370 | 11 | 154 | 0 | 140 | 70 | 3 | 517 | 136 | 62 |
| Binary | 11111000 | 1001 | 1101100 | 0 | 1100000 | 111000 | 11 | 101001111 | 1011110 | 110010 |
Color Harmonies of #F8096C
Complementary color
Monochromatic Colors of #F8096C
Black with #F8096C
Text Example
Text Example
White with #F8096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8096C; }
p { color: rgb(248,9,108); }
H1.HeaderClassName
{
color: #F8096C;
}
.AnyTagClassName
{
color: #F8096C;
}
</style>
background-color css
<style>
a { background-color: #F8096C; }
a { background-color: rgb(248,9,108); }
div.DivClassName
{
background-color: #F8096C;
}
.BgClassName
{
background-color: #F8096C;
}
</style>
border-color css
<style>
span { border-color: #F8096C; }
span { border-color: rgb(248,9,108); }
td.TdClassName
{
border-color: #F8096C;
}
.TagClassName
{
border-color: #F8096C;
}
</style>