Shades of Razzmatazz #F50271
Tints of Razzmatazz #F50271
RGB
CMYK
RGB Variations
Color information
#F50271 (or 0xF50271) is known color: Razzmatazz. HEX triplet: F5, 02 and 71. RGB value is (245,2,113). Sum of RGB (Red+Green+Blue) = 245+2+113=360 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.06% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 245 - color contains mainly: red. Hex color #F50271 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50271 is #0AFD8E. Grayscale: #575757. Windows color (decimal): -720271 or 7406325. OLE color: 7406325.
HSL color Cylindrical-coordinate representation of color #F50271: hue angle of 332.59º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F50271 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 2 | 113 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.04 |
| HSL | 332.59º | 0.98% | 0.48% | - |
| HSV(B) | 332.59º | 0.99% | 0.96% | - |
| XYZ | 40.66 | 20.65 | 17.47 | - |
| YUV | 87.31 | 142.51 | 240.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 113 | 0 | 0.99 | 0.54 | 0.04 | 332.59 | 0.98 | 0.48 |
| Hex | F5 | 2 | 71 | 0 | 63 | 36 | 4 | 14D | 62 | 30 |
| Octal | 365 | 2 | 161 | 0 | 143 | 66 | 4 | 515 | 142 | 60 |
| Binary | 11110101 | 10 | 1110001 | 0 | 1100011 | 110110 | 100 | 101001101 | 1100010 | 110000 |
Color Harmonies of #F50271
Complementary color
Monochromatic Colors of #F50271
Black with #F50271
Text Example
Text Example
White with #F50271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50271; }
p { color: rgb(245,2,113); }
H1.HeaderClassName
{
color: #F50271;
}
.AnyTagClassName
{
color: #F50271;
}
</style>
background-color css
<style>
a { background-color: #F50271; }
a { background-color: rgb(245,2,113); }
div.DivClassName
{
background-color: #F50271;
}
.BgClassName
{
background-color: #F50271;
}
</style>
border-color css
<style>
span { border-color: #F50271; }
span { border-color: rgb(245,2,113); }
td.TdClassName
{
border-color: #F50271;
}
.TagClassName
{
border-color: #F50271;
}
</style>