Shades of Razzmatazz #F50768
Tints of Razzmatazz #F50768
RGB
CMYK
RGB Variations
Color information
#F50768 (or 0xF50768) is known color: Razzmatazz. HEX triplet: F5, 07 and 68. RGB value is (245,7,104). Sum of RGB (Red+Green+Blue) = 245+7+104=356 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.82% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 245 - color contains mainly: red. Hex color #F50768 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50768 is #0AF897. Grayscale: #595959. Windows color (decimal): -719000 or 6817781. OLE color: 6817781.
HSL color Cylindrical-coordinate representation of color #F50768: hue angle of 335.55º 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 #F50768 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 7 | 104 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.04 |
| HSL | 335.55º | 0.94% | 0.49% | - |
| HSV(B) | 335.55º | 0.97% | 0.96% | - |
| XYZ | 40.23 | 20.56 | 14.95 | - |
| YUV | 89.22 | 136.35 | 239.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 7 | 104 | 0 | 0.97 | 0.58 | 0.04 | 335.55 | 0.94 | 0.49 |
| Hex | F5 | 7 | 68 | 0 | 61 | 3A | 4 | 150 | 5E | 31 |
| Octal | 365 | 7 | 150 | 0 | 141 | 72 | 4 | 520 | 136 | 61 |
| Binary | 11110101 | 111 | 1101000 | 0 | 1100001 | 111010 | 100 | 101010000 | 1011110 | 110001 |
Color Harmonies of #F50768
Complementary color
Monochromatic Colors of #F50768
Black with #F50768
Text Example
Text Example
White with #F50768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50768; }
p { color: rgb(245,7,104); }
H1.HeaderClassName
{
color: #F50768;
}
.AnyTagClassName
{
color: #F50768;
}
</style>
background-color css
<style>
a { background-color: #F50768; }
a { background-color: rgb(245,7,104); }
div.DivClassName
{
background-color: #F50768;
}
.BgClassName
{
background-color: #F50768;
}
</style>
border-color css
<style>
span { border-color: #F50768; }
span { border-color: rgb(245,7,104); }
td.TdClassName
{
border-color: #F50768;
}
.TagClassName
{
border-color: #F50768;
}
</style>