Shades of Razzmatazz #F9096B
Tints of Razzmatazz #F9096B
RGB
CMYK
RGB Variations
Color information
#F9096B (or 0xF9096B) is known color: Razzmatazz. HEX triplet: F9, 09 and 6B. RGB value is (249,9,107). Sum of RGB (Red+Green+Blue) = 249+9+107=365 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.22% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 249 - color contains mainly: red. Hex color #F9096B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9096B is #06F694. Grayscale: #5B5B5B. Windows color (decimal): -456341 or 7014905. OLE color: 7014905.
HSL color Cylindrical-coordinate representation of color #F9096B: hue angle of 335.5º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9096B is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 9 | 107 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.02 |
| HSL | 335.5º | 0.95% | 0.51% | - |
| HSV(B) | 335.5º | 0.96% | 0.98% | - |
| XYZ | 41.82 | 21.4 | 15.84 | - |
| YUV | 91.93 | 136.51 | 240.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 9 | 107 | 0 | 0.96 | 0.57 | 0.02 | 335.5 | 0.95 | 0.51 |
| Hex | F9 | 9 | 6B | 0 | 60 | 39 | 2 | 150 | 5F | 33 |
| Octal | 371 | 11 | 153 | 0 | 140 | 71 | 2 | 520 | 137 | 63 |
| Binary | 11111001 | 1001 | 1101011 | 0 | 1100000 | 111001 | 10 | 101010000 | 1011111 | 110011 |
Color Harmonies of #F9096B
Complementary color
Monochromatic Colors of #F9096B
Black with #F9096B
Text Example
Text Example
White with #F9096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9096B; }
p { color: rgb(249,9,107); }
H1.HeaderClassName
{
color: #F9096B;
}
.AnyTagClassName
{
color: #F9096B;
}
</style>
background-color css
<style>
a { background-color: #F9096B; }
a { background-color: rgb(249,9,107); }
div.DivClassName
{
background-color: #F9096B;
}
.BgClassName
{
background-color: #F9096B;
}
</style>
border-color css
<style>
span { border-color: #F9096B; }
span { border-color: rgb(249,9,107); }
td.TdClassName
{
border-color: #F9096B;
}
.TagClassName
{
border-color: #F9096B;
}
</style>