Shades of Razzmatazz #F50355
Tints of Razzmatazz #F50355
RGB
CMYK
RGB Variations
Color information
#F50355 (or 0xF50355) is known color: Razzmatazz. HEX triplet: F5, 03 and 55. RGB value is (245,3,85). Sum of RGB (Red+Green+Blue) = 245+3+85=333 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.57% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 245 - color contains mainly: red. Hex color #F50355 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50355 is #0AFCAA. Grayscale: #545454. Windows color (decimal): -720043 or 5571573. OLE color: 5571573.
HSL color Cylindrical-coordinate representation of color #F50355: hue angle of 339.67º 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 #F50355 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 85 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.04 |
| HSL | 339.67º | 0.98% | 0.49% | - |
| HSV(B) | 339.67º | 0.99% | 0.96% | - |
| XYZ | 39.33 | 20.13 | 10.41 | - |
| YUV | 84.71 | 128.17 | 242.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 85 | 0 | 0.99 | 0.65 | 0.04 | 339.67 | 0.98 | 0.49 |
| Hex | F5 | 3 | 55 | 0 | 63 | 41 | 4 | 154 | 62 | 31 |
| Octal | 365 | 3 | 125 | 0 | 143 | 101 | 4 | 524 | 142 | 61 |
| Binary | 11110101 | 11 | 1010101 | 0 | 1100011 | 1000001 | 100 | 101010100 | 1100010 | 110001 |
Color Harmonies of #F50355
Complementary color
Monochromatic Colors of #F50355
Black with #F50355
Text Example
Text Example
White with #F50355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50355; }
p { color: rgb(245,3,85); }
H1.HeaderClassName
{
color: #F50355;
}
.AnyTagClassName
{
color: #F50355;
}
</style>
background-color css
<style>
a { background-color: #F50355; }
a { background-color: rgb(245,3,85); }
div.DivClassName
{
background-color: #F50355;
}
.BgClassName
{
background-color: #F50355;
}
</style>
border-color css
<style>
span { border-color: #F50355; }
span { border-color: rgb(245,3,85); }
td.TdClassName
{
border-color: #F50355;
}
.TagClassName
{
border-color: #F50355;
}
</style>