Shades of Razzmatazz #F50863
Tints of Razzmatazz #F50863
RGB
CMYK
RGB Variations
Color information
#F50863 (or 0xF50863) is known color: Razzmatazz. HEX triplet: F5, 08 and 63. RGB value is (245,8,99). Sum of RGB (Red+Green+Blue) = 245+8+99=352 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.60% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 245 - color contains mainly: red. Hex color #F50863 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50863 is #0AF79C. Grayscale: #595959. Windows color (decimal): -718749 or 6490357. OLE color: 6490357.
HSL color Cylindrical-coordinate representation of color #F50863: hue angle of 336.96º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F50863 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 99 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.04 |
| HSL | 336.96º | 0.94% | 0.5% | - |
| HSV(B) | 336.96º | 0.97% | 0.96% | - |
| XYZ | 40 | 20.49 | 13.65 | - |
| YUV | 89.24 | 133.52 | 239.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 99 | 0 | 0.97 | 0.60 | 0.04 | 336.96 | 0.94 | 0.5 |
| Hex | F5 | 8 | 63 | 0 | 61 | 3C | 4 | 151 | 5E | 32 |
| Octal | 365 | 10 | 143 | 0 | 141 | 74 | 4 | 521 | 136 | 62 |
| Binary | 11110101 | 1000 | 1100011 | 0 | 1100001 | 111100 | 100 | 101010001 | 1011110 | 110010 |
Color Harmonies of #F50863
Complementary color
Monochromatic Colors of #F50863
Black with #F50863
Text Example
Text Example
White with #F50863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50863; }
p { color: rgb(245,8,99); }
H1.HeaderClassName
{
color: #F50863;
}
.AnyTagClassName
{
color: #F50863;
}
</style>
background-color css
<style>
a { background-color: #F50863; }
a { background-color: rgb(245,8,99); }
div.DivClassName
{
background-color: #F50863;
}
.BgClassName
{
background-color: #F50863;
}
</style>
border-color css
<style>
span { border-color: #F50863; }
span { border-color: rgb(245,8,99); }
td.TdClassName
{
border-color: #F50863;
}
.TagClassName
{
border-color: #F50863;
}
</style>