Shades of Razzmatazz #F50E6D
Tints of Razzmatazz #F50E6D
RGB
CMYK
RGB Variations
Color information
#F50E6D (or 0xF50E6D) is known color: Razzmatazz. HEX triplet: F5, 0E and 6D. RGB value is (245,14,109). Sum of RGB (Red+Green+Blue) = 245+14+109=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F50E6D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50E6D is #0AF192. Grayscale: #5D5D5D. Windows color (decimal): -717203 or 7147253. OLE color: 7147253.
HSL color Cylindrical-coordinate representation of color #F50E6D: hue angle of 335.32º 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 #F50E6D is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 14 | 109 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.04 |
| HSL | 335.32º | 0.92% | 0.51% | - |
| HSV(B) | 335.32º | 0.94% | 0.96% | - |
| XYZ | 40.57 | 20.83 | 16.35 | - |
| YUV | 93.9 | 136.53 | 235.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 14 | 109 | 0 | 0.94 | 0.56 | 0.04 | 335.32 | 0.92 | 0.51 |
| Hex | F5 | E | 6D | 0 | 5E | 38 | 4 | 14F | 5C | 33 |
| Octal | 365 | 16 | 155 | 0 | 136 | 70 | 4 | 517 | 134 | 63 |
| Binary | 11110101 | 1110 | 1101101 | 0 | 1011110 | 111000 | 100 | 101001111 | 1011100 | 110011 |
Color Harmonies of #F50E6D
Complementary color
Monochromatic Colors of #F50E6D
Black with #F50E6D
Text Example
Text Example
White with #F50E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50E6D; }
p { color: rgb(245,14,109); }
H1.HeaderClassName
{
color: #F50E6D;
}
.AnyTagClassName
{
color: #F50E6D;
}
</style>
background-color css
<style>
a { background-color: #F50E6D; }
a { background-color: rgb(245,14,109); }
div.DivClassName
{
background-color: #F50E6D;
}
.BgClassName
{
background-color: #F50E6D;
}
</style>
border-color css
<style>
span { border-color: #F50E6D; }
span { border-color: rgb(245,14,109); }
td.TdClassName
{
border-color: #F50E6D;
}
.TagClassName
{
border-color: #F50E6D;
}
</style>