Shades of Razzmatazz #F50471
Tints of Razzmatazz #F50471
RGB
CMYK
RGB Variations
Color information
#F50471 (or 0xF50471) is known color: Razzmatazz. HEX triplet: F5, 04 and 71. RGB value is (245,4,113). Sum of RGB (Red+Green+Blue) = 245+4+113=362 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.68% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 245 - color contains mainly: red. Hex color #F50471 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50471 is #0AFB8E. Grayscale: #585858. Windows color (decimal): -719759 or 7406837. OLE color: 7406837.
HSL color Cylindrical-coordinate representation of color #F50471: hue angle of 332.86º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F50471 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 4 | 113 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.04 |
| HSL | 332.86º | 0.97% | 0.49% | - |
| HSV(B) | 332.86º | 0.98% | 0.96% | - |
| XYZ | 40.68 | 20.69 | 17.47 | - |
| YUV | 88.49 | 141.84 | 239.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 113 | 0 | 0.98 | 0.54 | 0.04 | 332.86 | 0.97 | 0.49 |
| Hex | F5 | 4 | 71 | 0 | 62 | 36 | 4 | 14D | 61 | 31 |
| Octal | 365 | 4 | 161 | 0 | 142 | 66 | 4 | 515 | 141 | 61 |
| Binary | 11110101 | 100 | 1110001 | 0 | 1100010 | 110110 | 100 | 101001101 | 1100001 | 110001 |
Color Harmonies of #F50471
Complementary color
Monochromatic Colors of #F50471
Black with #F50471
Text Example
Text Example
White with #F50471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50471; }
p { color: rgb(245,4,113); }
H1.HeaderClassName
{
color: #F50471;
}
.AnyTagClassName
{
color: #F50471;
}
</style>
background-color css
<style>
a { background-color: #F50471; }
a { background-color: rgb(245,4,113); }
div.DivClassName
{
background-color: #F50471;
}
.BgClassName
{
background-color: #F50471;
}
</style>
border-color css
<style>
span { border-color: #F50471; }
span { border-color: rgb(245,4,113); }
td.TdClassName
{
border-color: #F50471;
}
.TagClassName
{
border-color: #F50471;
}
</style>