Shades of Razzmatazz #F51053
Tints of Razzmatazz #F51053
RGB
CMYK
RGB Variations
Color information
#F51053 (or 0xF51053) is known color: Razzmatazz. HEX triplet: F5, 10 and 53. RGB value is (245,16,83). Sum of RGB (Red+Green+Blue) = 245+16+83=344 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.22% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 245 - color contains mainly: red. Hex color #F51053 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51053 is #0AEFAC. Grayscale: #5C5C5C. Windows color (decimal): -716717 or 5443829. OLE color: 5443829.
HSL color Cylindrical-coordinate representation of color #F51053: hue angle of 342.45º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51053 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 83 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.04 |
| HSL | 342.45º | 0.92% | 0.51% | - |
| HSV(B) | 342.45º | 0.93% | 0.96% | - |
| XYZ | 39.4 | 20.41 | 10.05 | - |
| YUV | 92.11 | 122.87 | 237.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 83 | 0 | 0.93 | 0.66 | 0.04 | 342.45 | 0.92 | 0.51 |
| Hex | F5 | 10 | 53 | 0 | 5D | 42 | 4 | 156 | 5C | 33 |
| Octal | 365 | 20 | 123 | 0 | 135 | 102 | 4 | 526 | 134 | 63 |
| Binary | 11110101 | 10000 | 1010011 | 0 | 1011101 | 1000010 | 100 | 101010110 | 1011100 | 110011 |
Color Harmonies of #F51053
Complementary color
Monochromatic Colors of #F51053
Black with #F51053
Text Example
Text Example
White with #F51053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51053; }
p { color: rgb(245,16,83); }
H1.HeaderClassName
{
color: #F51053;
}
.AnyTagClassName
{
color: #F51053;
}
</style>
background-color css
<style>
a { background-color: #F51053; }
a { background-color: rgb(245,16,83); }
div.DivClassName
{
background-color: #F51053;
}
.BgClassName
{
background-color: #F51053;
}
</style>
border-color css
<style>
span { border-color: #F51053; }
span { border-color: rgb(245,16,83); }
td.TdClassName
{
border-color: #F51053;
}
.TagClassName
{
border-color: #F51053;
}
</style>