Shades of Razzmatazz #F50865
Tints of Razzmatazz #F50865
RGB
CMYK
RGB Variations
Color information
#F50865 (or 0xF50865) is known color: Razzmatazz. HEX triplet: F5, 08 and 65. RGB value is (245,8,101). Sum of RGB (Red+Green+Blue) = 245+8+101=354 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.21% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 245 - color contains mainly: red. Hex color #F50865 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50865 is #0AF79A. Grayscale: #595959. Windows color (decimal): -718747 or 6621429. OLE color: 6621429.
HSL color Cylindrical-coordinate representation of color #F50865: hue angle of 336.46º 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 #F50865 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 101 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.04 |
| HSL | 336.46º | 0.94% | 0.5% | - |
| HSV(B) | 336.46º | 0.97% | 0.96% | - |
| XYZ | 40.09 | 20.53 | 14.16 | - |
| YUV | 89.47 | 134.52 | 238.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 101 | 0 | 0.97 | 0.59 | 0.04 | 336.46 | 0.94 | 0.5 |
| Hex | F5 | 8 | 65 | 0 | 61 | 3B | 4 | 150 | 5E | 32 |
| Octal | 365 | 10 | 145 | 0 | 141 | 73 | 4 | 520 | 136 | 62 |
| Binary | 11110101 | 1000 | 1100101 | 0 | 1100001 | 111011 | 100 | 101010000 | 1011110 | 110010 |
Color Harmonies of #F50865
Complementary color
Monochromatic Colors of #F50865
Black with #F50865
Text Example
Text Example
White with #F50865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50865; }
p { color: rgb(245,8,101); }
H1.HeaderClassName
{
color: #F50865;
}
.AnyTagClassName
{
color: #F50865;
}
</style>
background-color css
<style>
a { background-color: #F50865; }
a { background-color: rgb(245,8,101); }
div.DivClassName
{
background-color: #F50865;
}
.BgClassName
{
background-color: #F50865;
}
</style>
border-color css
<style>
span { border-color: #F50865; }
span { border-color: rgb(245,8,101); }
td.TdClassName
{
border-color: #F50865;
}
.TagClassName
{
border-color: #F50865;
}
</style>