Shades of Razzmatazz #F5095C
Tints of Razzmatazz #F5095C
RGB
CMYK
RGB Variations
Color information
#F5095C (or 0xF5095C) is known color: Razzmatazz. HEX triplet: F5, 09 and 5C. RGB value is (245,9,92). Sum of RGB (Red+Green+Blue) = 245+9+92=346 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.81% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 245 - color contains mainly: red. Hex color #F5095C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5095C is #0AF6A3. Grayscale: #585858. Windows color (decimal): -718500 or 6031861. OLE color: 6031861.
HSL color Cylindrical-coordinate representation of color #F5095C: hue angle of 338.9º 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 #F5095C is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 92 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.04 |
| HSL | 338.9º | 0.93% | 0.5% | - |
| HSV(B) | 338.9º | 0.96% | 0.96% | - |
| XYZ | 39.69 | 20.38 | 11.97 | - |
| YUV | 89.03 | 129.69 | 239.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 92 | 0 | 0.96 | 0.62 | 0.04 | 338.9 | 0.93 | 0.5 |
| Hex | F5 | 9 | 5C | 0 | 60 | 3E | 4 | 153 | 5D | 32 |
| Octal | 365 | 11 | 134 | 0 | 140 | 76 | 4 | 523 | 135 | 62 |
| Binary | 11110101 | 1001 | 1011100 | 0 | 1100000 | 111110 | 100 | 101010011 | 1011101 | 110010 |
Color Harmonies of #F5095C
Complementary color
Monochromatic Colors of #F5095C
Black with #F5095C
Text Example
Text Example
White with #F5095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5095C; }
p { color: rgb(245,9,92); }
H1.HeaderClassName
{
color: #F5095C;
}
.AnyTagClassName
{
color: #F5095C;
}
</style>
background-color css
<style>
a { background-color: #F5095C; }
a { background-color: rgb(245,9,92); }
div.DivClassName
{
background-color: #F5095C;
}
.BgClassName
{
background-color: #F5095C;
}
</style>
border-color css
<style>
span { border-color: #F5095C; }
span { border-color: rgb(245,9,92); }
td.TdClassName
{
border-color: #F5095C;
}
.TagClassName
{
border-color: #F5095C;
}
</style>