Shades of Razzmatazz #F50750
Tints of Razzmatazz #F50750
RGB
CMYK
RGB Variations
Color information
#F50750 (or 0xF50750) is known color: Razzmatazz. HEX triplet: F5, 07 and 50. RGB value is (245,7,80). Sum of RGB (Red+Green+Blue) = 245+7+80=332 (43% of max value = 765). Red value is 245 (96.09% from 255 or 73.80% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 245 - color contains mainly: red. Hex color #F50750 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50750 is #0AF8AF. Grayscale: #565656. Windows color (decimal): -719024 or 5244917. OLE color: 5244917.
HSL color Cylindrical-coordinate representation of color #F50750: hue angle of 341.6º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F50750 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 7 | 80 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.04 |
| HSL | 341.6º | 0.94% | 0.49% | - |
| HSV(B) | 341.6º | 0.97% | 0.96% | - |
| XYZ | 39.18 | 20.14 | 9.41 | - |
| YUV | 86.48 | 124.35 | 241.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 7 | 80 | 0 | 0.97 | 0.67 | 0.04 | 341.6 | 0.94 | 0.49 |
| Hex | F5 | 7 | 50 | 0 | 61 | 43 | 4 | 156 | 5E | 31 |
| Octal | 365 | 7 | 120 | 0 | 141 | 103 | 4 | 526 | 136 | 61 |
| Binary | 11110101 | 111 | 1010000 | 0 | 1100001 | 1000011 | 100 | 101010110 | 1011110 | 110001 |
Color Harmonies of #F50750
Complementary color
Monochromatic Colors of #F50750
Black with #F50750
Text Example
Text Example
White with #F50750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50750; }
p { color: rgb(245,7,80); }
H1.HeaderClassName
{
color: #F50750;
}
.AnyTagClassName
{
color: #F50750;
}
</style>
background-color css
<style>
a { background-color: #F50750; }
a { background-color: rgb(245,7,80); }
div.DivClassName
{
background-color: #F50750;
}
.BgClassName
{
background-color: #F50750;
}
</style>
border-color css
<style>
span { border-color: #F50750; }
span { border-color: rgb(245,7,80); }
td.TdClassName
{
border-color: #F50750;
}
.TagClassName
{
border-color: #F50750;
}
</style>