Shades of Razzmatazz #F50F54
Tints of Razzmatazz #F50F54
RGB
CMYK
RGB Variations
Color information
#F50F54 (or 0xF50F54) is known color: Razzmatazz. HEX triplet: F5, 0F and 54. RGB value is (245,15,84). Sum of RGB (Red+Green+Blue) = 245+15+84=344 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.22% from 344); Green value is 15 (6.25% from 255 or 4.36% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 245 - color contains mainly: red. Hex color #F50F54 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50F54 is #0AF0AB. Grayscale: #5B5B5B. Windows color (decimal): -716972 or 5509109. OLE color: 5509109.
HSL color Cylindrical-coordinate representation of color #F50F54: hue angle of 342º 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 #F50F54 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 15 | 84 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.04 |
| HSL | 342º | 0.92% | 0.51% | - |
| HSV(B) | 342º | 0.94% | 0.96% | - |
| XYZ | 39.43 | 20.39 | 10.25 | - |
| YUV | 91.64 | 123.7 | 237.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 15 | 84 | 0 | 0.94 | 0.66 | 0.04 | 342 | 0.92 | 0.51 |
| Hex | F5 | F | 54 | 0 | 5E | 42 | 4 | 156 | 5C | 33 |
| Octal | 365 | 17 | 124 | 0 | 136 | 102 | 4 | 526 | 134 | 63 |
| Binary | 11110101 | 1111 | 1010100 | 0 | 1011110 | 1000010 | 100 | 101010110 | 1011100 | 110011 |
Color Harmonies of #F50F54
Complementary color
Monochromatic Colors of #F50F54
Black with #F50F54
Text Example
Text Example
White with #F50F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50F54; }
p { color: rgb(245,15,84); }
H1.HeaderClassName
{
color: #F50F54;
}
.AnyTagClassName
{
color: #F50F54;
}
</style>
background-color css
<style>
a { background-color: #F50F54; }
a { background-color: rgb(245,15,84); }
div.DivClassName
{
background-color: #F50F54;
}
.BgClassName
{
background-color: #F50F54;
}
</style>
border-color css
<style>
span { border-color: #F50F54; }
span { border-color: rgb(245,15,84); }
td.TdClassName
{
border-color: #F50F54;
}
.TagClassName
{
border-color: #F50F54;
}
</style>