Shades of Razzmatazz #F50F53
Tints of Razzmatazz #F50F53
RGB
CMYK
RGB Variations
Color information
#F50F53 (or 0xF50F53) is known color: Razzmatazz. HEX triplet: F5, 0F and 53. RGB value is (245,15,83). Sum of RGB (Red+Green+Blue) = 245+15+83=343 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.43% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 245 - color contains mainly: red. Hex color #F50F53 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50F53 is #0AF0AC. Grayscale: #5B5B5B. Windows color (decimal): -716973 or 5443573. OLE color: 5443573.
HSL color Cylindrical-coordinate representation of color #F50F53: hue angle of 342.26º 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 #F50F53 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 15 | 83 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.04 |
| HSL | 342.26º | 0.92% | 0.51% | - |
| HSV(B) | 342.26º | 0.94% | 0.96% | - |
| XYZ | 39.39 | 20.38 | 10.04 | - |
| YUV | 91.52 | 123.2 | 237.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 15 | 83 | 0 | 0.94 | 0.66 | 0.04 | 342.26 | 0.92 | 0.51 |
| Hex | F5 | F | 53 | 0 | 5E | 42 | 4 | 156 | 5C | 33 |
| Octal | 365 | 17 | 123 | 0 | 136 | 102 | 4 | 526 | 134 | 63 |
| Binary | 11110101 | 1111 | 1010011 | 0 | 1011110 | 1000010 | 100 | 101010110 | 1011100 | 110011 |
Color Harmonies of #F50F53
Complementary color
Monochromatic Colors of #F50F53
Black with #F50F53
Text Example
Text Example
White with #F50F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50F53; }
p { color: rgb(245,15,83); }
H1.HeaderClassName
{
color: #F50F53;
}
.AnyTagClassName
{
color: #F50F53;
}
</style>
background-color css
<style>
a { background-color: #F50F53; }
a { background-color: rgb(245,15,83); }
div.DivClassName
{
background-color: #F50F53;
}
.BgClassName
{
background-color: #F50F53;
}
</style>
border-color css
<style>
span { border-color: #F50F53; }
span { border-color: rgb(245,15,83); }
td.TdClassName
{
border-color: #F50F53;
}
.TagClassName
{
border-color: #F50F53;
}
</style>