Shades of Razzmatazz #F8096D
Tints of Razzmatazz #F8096D
RGB
CMYK
RGB Variations
Color information
#F8096D (or 0xF8096D) is known color: Razzmatazz. HEX triplet: F8, 09 and 6D. RGB value is (248,9,109). Sum of RGB (Red+Green+Blue) = 248+9+109=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F8096D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8096D is #07F692. Grayscale: #5B5B5B. Windows color (decimal): -521875 or 7145976. OLE color: 7145976.
HSL color Cylindrical-coordinate representation of color #F8096D: hue angle of 334.9º 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 #F8096D is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 109 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.03 |
| HSL | 334.9º | 0.94% | 0.5% | - |
| HSV(B) | 334.9º | 0.96% | 0.97% | - |
| XYZ | 41.57 | 21.26 | 16.38 | - |
| YUV | 91.86 | 137.68 | 239.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 109 | 0 | 0.96 | 0.56 | 0.03 | 334.9 | 0.94 | 0.5 |
| Hex | F8 | 9 | 6D | 0 | 60 | 38 | 3 | 14F | 5E | 32 |
| Octal | 370 | 11 | 155 | 0 | 140 | 70 | 3 | 517 | 136 | 62 |
| Binary | 11111000 | 1001 | 1101101 | 0 | 1100000 | 111000 | 11 | 101001111 | 1011110 | 110010 |
Color Harmonies of #F8096D
Complementary color
Monochromatic Colors of #F8096D
Black with #F8096D
Text Example
Text Example
White with #F8096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8096D; }
p { color: rgb(248,9,109); }
H1.HeaderClassName
{
color: #F8096D;
}
.AnyTagClassName
{
color: #F8096D;
}
</style>
background-color css
<style>
a { background-color: #F8096D; }
a { background-color: rgb(248,9,109); }
div.DivClassName
{
background-color: #F8096D;
}
.BgClassName
{
background-color: #F8096D;
}
</style>
border-color css
<style>
span { border-color: #F8096D; }
span { border-color: rgb(248,9,109); }
td.TdClassName
{
border-color: #F8096D;
}
.TagClassName
{
border-color: #F8096D;
}
</style>