Shades of Razzmatazz #F50F4D
Tints of Razzmatazz #F50F4D
RGB
CMYK
RGB Variations
Color information
#F50F4D (or 0xF50F4D) is known color: Razzmatazz. HEX triplet: F5, 0F and 4D. RGB value is (245,15,77). Sum of RGB (Red+Green+Blue) = 245+15+77=337 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.70% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 245 - color contains mainly: red. Hex color #F50F4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50F4D is #0AF0B2. Grayscale: #5A5A5A. Windows color (decimal): -716979 or 5050357. OLE color: 5050357.
HSL color Cylindrical-coordinate representation of color #F50F4D: hue angle of 343.83º 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 #F50F4D is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 15 | 77 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.04 |
| HSL | 343.83º | 0.92% | 0.51% | - |
| HSV(B) | 343.83º | 0.94% | 0.96% | - |
| XYZ | 39.17 | 20.29 | 8.87 | - |
| YUV | 90.84 | 120.2 | 237.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 15 | 77 | 0 | 0.94 | 0.69 | 0.04 | 343.83 | 0.92 | 0.51 |
| Hex | F5 | F | 4D | 0 | 5E | 45 | 4 | 158 | 5C | 33 |
| Octal | 365 | 17 | 115 | 0 | 136 | 105 | 4 | 530 | 134 | 63 |
| Binary | 11110101 | 1111 | 1001101 | 0 | 1011110 | 1000101 | 100 | 101011000 | 1011100 | 110011 |
Color Harmonies of #F50F4D
Complementary color
Monochromatic Colors of #F50F4D
Black with #F50F4D
Text Example
Text Example
White with #F50F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50F4D; }
p { color: rgb(245,15,77); }
H1.HeaderClassName
{
color: #F50F4D;
}
.AnyTagClassName
{
color: #F50F4D;
}
</style>
background-color css
<style>
a { background-color: #F50F4D; }
a { background-color: rgb(245,15,77); }
div.DivClassName
{
background-color: #F50F4D;
}
.BgClassName
{
background-color: #F50F4D;
}
</style>
border-color css
<style>
span { border-color: #F50F4D; }
span { border-color: rgb(245,15,77); }
td.TdClassName
{
border-color: #F50F4D;
}
.TagClassName
{
border-color: #F50F4D;
}
</style>