Shades of Razzmatazz #F50765
Tints of Razzmatazz #F50765
RGB
CMYK
RGB Variations
Color information
#F50765 (or 0xF50765) is known color: Razzmatazz. HEX triplet: F5, 07 and 65. RGB value is (245,7,101). Sum of RGB (Red+Green+Blue) = 245+7+101=353 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.41% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 245 - color contains mainly: red. Hex color #F50765 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50765 is #0AF89A. Grayscale: #585858. Windows color (decimal): -719003 or 6621173. OLE color: 6621173.
HSL color Cylindrical-coordinate representation of color #F50765: hue angle of 336.3º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F50765 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 7 | 101 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.04 |
| HSL | 336.3º | 0.94% | 0.49% | - |
| HSV(B) | 336.3º | 0.97% | 0.96% | - |
| XYZ | 40.08 | 20.5 | 14.16 | - |
| YUV | 88.88 | 134.85 | 239.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 7 | 101 | 0 | 0.97 | 0.59 | 0.04 | 336.3 | 0.94 | 0.49 |
| Hex | F5 | 7 | 65 | 0 | 61 | 3B | 4 | 150 | 5E | 31 |
| Octal | 365 | 7 | 145 | 0 | 141 | 73 | 4 | 520 | 136 | 61 |
| Binary | 11110101 | 111 | 1100101 | 0 | 1100001 | 111011 | 100 | 101010000 | 1011110 | 110001 |
Color Harmonies of #F50765
Complementary color
Monochromatic Colors of #F50765
Black with #F50765
Text Example
Text Example
White with #F50765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50765; }
p { color: rgb(245,7,101); }
H1.HeaderClassName
{
color: #F50765;
}
.AnyTagClassName
{
color: #F50765;
}
</style>
background-color css
<style>
a { background-color: #F50765; }
a { background-color: rgb(245,7,101); }
div.DivClassName
{
background-color: #F50765;
}
.BgClassName
{
background-color: #F50765;
}
</style>
border-color css
<style>
span { border-color: #F50765; }
span { border-color: rgb(245,7,101); }
td.TdClassName
{
border-color: #F50765;
}
.TagClassName
{
border-color: #F50765;
}
</style>