Shades of Razzmatazz #F6096B
Tints of Razzmatazz #F6096B
RGB
CMYK
RGB Variations
Color information
#F6096B (or 0xF6096B) is known color: Razzmatazz. HEX triplet: F6, 09 and 6B. RGB value is (246,9,107). Sum of RGB (Red+Green+Blue) = 246+9+107=362 (47% of max value = 765). Red value is 246 (96.48% from 255 or 67.96% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 246 - color contains mainly: red. Hex color #F6096B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6096B is #09F694. Grayscale: #5A5A5A. Windows color (decimal): -652949 or 7014902. OLE color: 7014902.
HSL color Cylindrical-coordinate representation of color #F6096B: hue angle of 335.19º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6096B is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 9 | 107 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.04 |
| HSL | 335.19º | 0.93% | 0.5% | - |
| HSV(B) | 335.19º | 0.96% | 0.96% | - |
| XYZ | 40.76 | 20.85 | 15.79 | - |
| YUV | 91.04 | 137.02 | 238.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 9 | 107 | 0 | 0.96 | 0.57 | 0.04 | 335.19 | 0.93 | 0.5 |
| Hex | F6 | 9 | 6B | 0 | 60 | 39 | 4 | 14F | 5D | 32 |
| Octal | 366 | 11 | 153 | 0 | 140 | 71 | 4 | 517 | 135 | 62 |
| Binary | 11110110 | 1001 | 1101011 | 0 | 1100000 | 111001 | 100 | 101001111 | 1011101 | 110010 |
Color Harmonies of #F6096B
Complementary color
Monochromatic Colors of #F6096B
Black with #F6096B
Text Example
Text Example
White with #F6096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6096B; }
p { color: rgb(246,9,107); }
H1.HeaderClassName
{
color: #F6096B;
}
.AnyTagClassName
{
color: #F6096B;
}
</style>
background-color css
<style>
a { background-color: #F6096B; }
a { background-color: rgb(246,9,107); }
div.DivClassName
{
background-color: #F6096B;
}
.BgClassName
{
background-color: #F6096B;
}
</style>
border-color css
<style>
span { border-color: #F6096B; }
span { border-color: rgb(246,9,107); }
td.TdClassName
{
border-color: #F6096B;
}
.TagClassName
{
border-color: #F6096B;
}
</style>