Shades of Razzmatazz #F50875
Tints of Razzmatazz #F50875
RGB
CMYK
RGB Variations
Color information
#F50875 (or 0xF50875) is known color: Razzmatazz. HEX triplet: F5, 08 and 75. RGB value is (245,8,117). Sum of RGB (Red+Green+Blue) = 245+8+117=370 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.22% from 370); Green value is 8 (3.52% from 255 or 2.16% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 245 - color contains mainly: red. Hex color #F50875 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50875 is #0AF78A. Grayscale: #5B5B5B. Windows color (decimal): -718731 or 7670005. OLE color: 7670005.
HSL color Cylindrical-coordinate representation of color #F50875: hue angle of 332.41º 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 #F50875 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 117 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.04 |
| HSL | 332.41º | 0.94% | 0.5% | - |
| HSV(B) | 332.41º | 0.97% | 0.96% | - |
| XYZ | 40.95 | 20.87 | 18.7 | - |
| YUV | 91.29 | 142.52 | 237.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 117 | 0 | 0.97 | 0.52 | 0.04 | 332.41 | 0.94 | 0.5 |
| Hex | F5 | 8 | 75 | 0 | 61 | 34 | 4 | 14C | 5E | 32 |
| Octal | 365 | 10 | 165 | 0 | 141 | 64 | 4 | 514 | 136 | 62 |
| Binary | 11110101 | 1000 | 1110101 | 0 | 1100001 | 110100 | 100 | 101001100 | 1011110 | 110010 |
Color Harmonies of #F50875
Complementary color
Monochromatic Colors of #F50875
Black with #F50875
Text Example
Text Example
White with #F50875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50875; }
p { color: rgb(245,8,117); }
H1.HeaderClassName
{
color: #F50875;
}
.AnyTagClassName
{
color: #F50875;
}
</style>
background-color css
<style>
a { background-color: #F50875; }
a { background-color: rgb(245,8,117); }
div.DivClassName
{
background-color: #F50875;
}
.BgClassName
{
background-color: #F50875;
}
</style>
border-color css
<style>
span { border-color: #F50875; }
span { border-color: rgb(245,8,117); }
td.TdClassName
{
border-color: #F50875;
}
.TagClassName
{
border-color: #F50875;
}
</style>