Shades of Razzmatazz #F50566
Tints of Razzmatazz #F50566
RGB
CMYK
RGB Variations
Color information
#F50566 (or 0xF50566) is known color: Razzmatazz. HEX triplet: F5, 05 and 66. RGB value is (245,5,102). Sum of RGB (Red+Green+Blue) = 245+5+102=352 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.60% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 245 - color contains mainly: red. Hex color #F50566 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50566 is #0AFA99. Grayscale: #575757. Windows color (decimal): -719514 or 6686197. OLE color: 6686197.
HSL color Cylindrical-coordinate representation of color #F50566: hue angle of 335.75º degrees, saturation: 0.96, 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 #F50566 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 102 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.04 |
| HSL | 335.75º | 0.96% | 0.49% | - |
| HSV(B) | 335.75º | 0.98% | 0.96% | - |
| XYZ | 40.11 | 20.48 | 14.41 | - |
| YUV | 87.82 | 136.01 | 240.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 102 | 0 | 0.98 | 0.58 | 0.04 | 335.75 | 0.96 | 0.49 |
| Hex | F5 | 5 | 66 | 0 | 62 | 3A | 4 | 150 | 60 | 31 |
| Octal | 365 | 5 | 146 | 0 | 142 | 72 | 4 | 520 | 140 | 61 |
| Binary | 11110101 | 101 | 1100110 | 0 | 1100010 | 111010 | 100 | 101010000 | 1100000 | 110001 |
Color Harmonies of #F50566
Complementary color
Monochromatic Colors of #F50566
Black with #F50566
Text Example
Text Example
White with #F50566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50566; }
p { color: rgb(245,5,102); }
H1.HeaderClassName
{
color: #F50566;
}
.AnyTagClassName
{
color: #F50566;
}
</style>
background-color css
<style>
a { background-color: #F50566; }
a { background-color: rgb(245,5,102); }
div.DivClassName
{
background-color: #F50566;
}
.BgClassName
{
background-color: #F50566;
}
</style>
border-color css
<style>
span { border-color: #F50566; }
span { border-color: rgb(245,5,102); }
td.TdClassName
{
border-color: #F50566;
}
.TagClassName
{
border-color: #F50566;
}
</style>