Shades of Razzmatazz #F5096A
Tints of Razzmatazz #F5096A
RGB
CMYK
RGB Variations
Color information
#F5096A (or 0xF5096A) is known color: Razzmatazz. HEX triplet: F5, 09 and 6A. RGB value is (245,9,106). Sum of RGB (Red+Green+Blue) = 245+9+106=360 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.06% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 245 - color contains mainly: red. Hex color #F5096A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5096A is #0AF695. Grayscale: #5A5A5A. Windows color (decimal): -718486 or 6949365. OLE color: 6949365.
HSL color Cylindrical-coordinate representation of color #F5096A: hue angle of 335.34º 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 #F5096A is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 106 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.04 |
| HSL | 335.34º | 0.93% | 0.5% | - |
| HSV(B) | 335.34º | 0.96% | 0.96% | - |
| XYZ | 40.36 | 20.65 | 15.49 | - |
| YUV | 90.62 | 136.69 | 238.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 106 | 0 | 0.96 | 0.57 | 0.04 | 335.34 | 0.93 | 0.5 |
| Hex | F5 | 9 | 6A | 0 | 60 | 39 | 4 | 14F | 5D | 32 |
| Octal | 365 | 11 | 152 | 0 | 140 | 71 | 4 | 517 | 135 | 62 |
| Binary | 11110101 | 1001 | 1101010 | 0 | 1100000 | 111001 | 100 | 101001111 | 1011101 | 110010 |
Color Harmonies of #F5096A
Complementary color
Monochromatic Colors of #F5096A
Black with #F5096A
Text Example
Text Example
White with #F5096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5096A; }
p { color: rgb(245,9,106); }
H1.HeaderClassName
{
color: #F5096A;
}
.AnyTagClassName
{
color: #F5096A;
}
</style>
background-color css
<style>
a { background-color: #F5096A; }
a { background-color: rgb(245,9,106); }
div.DivClassName
{
background-color: #F5096A;
}
.BgClassName
{
background-color: #F5096A;
}
</style>
border-color css
<style>
span { border-color: #F5096A; }
span { border-color: rgb(245,9,106); }
td.TdClassName
{
border-color: #F5096A;
}
.TagClassName
{
border-color: #F5096A;
}
</style>