Shades of Razzmatazz #F8096B
Tints of Razzmatazz #F8096B
RGB
CMYK
RGB Variations
Color information
#F8096B (or 0xF8096B) is known color: Razzmatazz. HEX triplet: F8, 09 and 6B. RGB value is (248,9,107). Sum of RGB (Red+Green+Blue) = 248+9+107=364 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.13% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 248 - color contains mainly: red. Hex color #F8096B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8096B is #07F694. Grayscale: #5B5B5B. Windows color (decimal): -521877 or 7014904. OLE color: 7014904.
HSL color Cylindrical-coordinate representation of color #F8096B: hue angle of 335.4º 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 #F8096B is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 107 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.03 |
| HSL | 335.4º | 0.94% | 0.5% | - |
| HSV(B) | 335.4º | 0.96% | 0.97% | - |
| XYZ | 41.46 | 21.21 | 15.82 | - |
| YUV | 91.63 | 136.68 | 239.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 107 | 0 | 0.96 | 0.57 | 0.03 | 335.4 | 0.94 | 0.5 |
| Hex | F8 | 9 | 6B | 0 | 60 | 39 | 3 | 14F | 5E | 32 |
| Octal | 370 | 11 | 153 | 0 | 140 | 71 | 3 | 517 | 136 | 62 |
| Binary | 11111000 | 1001 | 1101011 | 0 | 1100000 | 111001 | 11 | 101001111 | 1011110 | 110010 |
Color Harmonies of #F8096B
Complementary color
Monochromatic Colors of #F8096B
Black with #F8096B
Text Example
Text Example
White with #F8096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8096B; }
p { color: rgb(248,9,107); }
H1.HeaderClassName
{
color: #F8096B;
}
.AnyTagClassName
{
color: #F8096B;
}
</style>
background-color css
<style>
a { background-color: #F8096B; }
a { background-color: rgb(248,9,107); }
div.DivClassName
{
background-color: #F8096B;
}
.BgClassName
{
background-color: #F8096B;
}
</style>
border-color css
<style>
span { border-color: #F8096B; }
span { border-color: rgb(248,9,107); }
td.TdClassName
{
border-color: #F8096B;
}
.TagClassName
{
border-color: #F8096B;
}
</style>