Shades of Razzmatazz #F50E6C
Tints of Razzmatazz #F50E6C
RGB
CMYK
RGB Variations
Color information
#F50E6C (or 0xF50E6C) is known color: Razzmatazz. HEX triplet: F5, 0E and 6C. RGB value is (245,14,108). Sum of RGB (Red+Green+Blue) = 245+14+108=367 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.76% from 367); Green value is 14 (5.86% from 255 or 3.81% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 245 - color contains mainly: red. Hex color #F50E6C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50E6C is #0AF193. Grayscale: #5D5D5D. Windows color (decimal): -717204 or 7081717. OLE color: 7081717.
HSL color Cylindrical-coordinate representation of color #F50E6C: hue angle of 335.58º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F50E6C is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 14 | 108 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.04 |
| HSL | 335.58º | 0.92% | 0.51% | - |
| HSV(B) | 335.58º | 0.94% | 0.96% | - |
| XYZ | 40.52 | 20.81 | 16.07 | - |
| YUV | 93.79 | 136.03 | 235.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 14 | 108 | 0 | 0.94 | 0.56 | 0.04 | 335.58 | 0.92 | 0.51 |
| Hex | F5 | E | 6C | 0 | 5E | 38 | 4 | 150 | 5C | 33 |
| Octal | 365 | 16 | 154 | 0 | 136 | 70 | 4 | 520 | 134 | 63 |
| Binary | 11110101 | 1110 | 1101100 | 0 | 1011110 | 111000 | 100 | 101010000 | 1011100 | 110011 |
Color Harmonies of #F50E6C
Complementary color
Monochromatic Colors of #F50E6C
Black with #F50E6C
Text Example
Text Example
White with #F50E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50E6C; }
p { color: rgb(245,14,108); }
H1.HeaderClassName
{
color: #F50E6C;
}
.AnyTagClassName
{
color: #F50E6C;
}
</style>
background-color css
<style>
a { background-color: #F50E6C; }
a { background-color: rgb(245,14,108); }
div.DivClassName
{
background-color: #F50E6C;
}
.BgClassName
{
background-color: #F50E6C;
}
</style>
border-color css
<style>
span { border-color: #F50E6C; }
span { border-color: rgb(245,14,108); }
td.TdClassName
{
border-color: #F50E6C;
}
.TagClassName
{
border-color: #F50E6C;
}
</style>