Shades of Razzmatazz #F50354
Tints of Razzmatazz #F50354
RGB
CMYK
RGB Variations
Color information
#F50354 (or 0xF50354) is known color: Razzmatazz. HEX triplet: F5, 03 and 54. RGB value is (245,3,84). Sum of RGB (Red+Green+Blue) = 245+3+84=332 (43% of max value = 765). Red value is 245 (96.09% from 255 or 73.80% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 245 - color contains mainly: red. Hex color #F50354 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50354 is #0AFCAB. Grayscale: #545454. Windows color (decimal): -720044 or 5506037. OLE color: 5506037.
HSL color Cylindrical-coordinate representation of color #F50354: hue angle of 339.92º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F50354 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 84 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.04 |
| HSL | 339.92º | 0.98% | 0.49% | - |
| HSV(B) | 339.92º | 0.99% | 0.96% | - |
| XYZ | 39.29 | 20.12 | 10.2 | - |
| YUV | 84.59 | 127.67 | 242.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 84 | 0 | 0.99 | 0.66 | 0.04 | 339.92 | 0.98 | 0.49 |
| Hex | F5 | 3 | 54 | 0 | 63 | 42 | 4 | 154 | 62 | 31 |
| Octal | 365 | 3 | 124 | 0 | 143 | 102 | 4 | 524 | 142 | 61 |
| Binary | 11110101 | 11 | 1010100 | 0 | 1100011 | 1000010 | 100 | 101010100 | 1100010 | 110001 |
Color Harmonies of #F50354
Complementary color
Monochromatic Colors of #F50354
Black with #F50354
Text Example
Text Example
White with #F50354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50354; }
p { color: rgb(245,3,84); }
H1.HeaderClassName
{
color: #F50354;
}
.AnyTagClassName
{
color: #F50354;
}
</style>
background-color css
<style>
a { background-color: #F50354; }
a { background-color: rgb(245,3,84); }
div.DivClassName
{
background-color: #F50354;
}
.BgClassName
{
background-color: #F50354;
}
</style>
border-color css
<style>
span { border-color: #F50354; }
span { border-color: rgb(245,3,84); }
td.TdClassName
{
border-color: #F50354;
}
.TagClassName
{
border-color: #F50354;
}
</style>