Shades of Razzmatazz #F50975
Tints of Razzmatazz #F50975
RGB
CMYK
RGB Variations
Color information
#F50975 (or 0xF50975) is known color: Razzmatazz. HEX triplet: F5, 09 and 75. RGB value is (245,9,117). Sum of RGB (Red+Green+Blue) = 245+9+117=371 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.04% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 245 - color contains mainly: red. Hex color #F50975 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50975 is #0AF68A. Grayscale: #5B5B5B. Windows color (decimal): -718475 or 7670261. OLE color: 7670261.
HSL color Cylindrical-coordinate representation of color #F50975: hue angle of 332.54º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50975 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 117 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.04 |
| HSL | 332.54º | 0.93% | 0.5% | - |
| HSV(B) | 332.54º | 0.96% | 0.96% | - |
| XYZ | 40.96 | 20.89 | 18.7 | - |
| YUV | 91.88 | 142.19 | 237.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 117 | 0 | 0.96 | 0.52 | 0.04 | 332.54 | 0.93 | 0.5 |
| Hex | F5 | 9 | 75 | 0 | 60 | 34 | 4 | 14D | 5D | 32 |
| Octal | 365 | 11 | 165 | 0 | 140 | 64 | 4 | 515 | 135 | 62 |
| Binary | 11110101 | 1001 | 1110101 | 0 | 1100000 | 110100 | 100 | 101001101 | 1011101 | 110010 |
Color Harmonies of #F50975
Complementary color
Monochromatic Colors of #F50975
Black with #F50975
Text Example
Text Example
White with #F50975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50975; }
p { color: rgb(245,9,117); }
H1.HeaderClassName
{
color: #F50975;
}
.AnyTagClassName
{
color: #F50975;
}
</style>
background-color css
<style>
a { background-color: #F50975; }
a { background-color: rgb(245,9,117); }
div.DivClassName
{
background-color: #F50975;
}
.BgClassName
{
background-color: #F50975;
}
</style>
border-color css
<style>
span { border-color: #F50975; }
span { border-color: rgb(245,9,117); }
td.TdClassName
{
border-color: #F50975;
}
.TagClassName
{
border-color: #F50975;
}
</style>