Shades of Razzmatazz #F50968
Tints of Razzmatazz #F50968
RGB
CMYK
RGB Variations
Color information
#F50968 (or 0xF50968) is known color: Razzmatazz. HEX triplet: F5, 09 and 68. RGB value is (245,9,104). Sum of RGB (Red+Green+Blue) = 245+9+104=358 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.44% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 245 - color contains mainly: red. Hex color #F50968 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50968 is #0AF697. Grayscale: #5A5A5A. Windows color (decimal): -718488 or 6818293. OLE color: 6818293.
HSL color Cylindrical-coordinate representation of color #F50968: hue angle of 335.85º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50968 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 104 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.04 |
| HSL | 335.85º | 0.93% | 0.5% | - |
| HSV(B) | 335.85º | 0.96% | 0.96% | - |
| XYZ | 40.25 | 20.61 | 14.95 | - |
| YUV | 90.39 | 135.69 | 238.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 104 | 0 | 0.96 | 0.58 | 0.04 | 335.85 | 0.93 | 0.5 |
| Hex | F5 | 9 | 68 | 0 | 60 | 3A | 4 | 150 | 5D | 32 |
| Octal | 365 | 11 | 150 | 0 | 140 | 72 | 4 | 520 | 135 | 62 |
| Binary | 11110101 | 1001 | 1101000 | 0 | 1100000 | 111010 | 100 | 101010000 | 1011101 | 110010 |
Color Harmonies of #F50968
Complementary color
Monochromatic Colors of #F50968
Black with #F50968
Text Example
Text Example
White with #F50968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50968; }
p { color: rgb(245,9,104); }
H1.HeaderClassName
{
color: #F50968;
}
.AnyTagClassName
{
color: #F50968;
}
</style>
background-color css
<style>
a { background-color: #F50968; }
a { background-color: rgb(245,9,104); }
div.DivClassName
{
background-color: #F50968;
}
.BgClassName
{
background-color: #F50968;
}
</style>
border-color css
<style>
span { border-color: #F50968; }
span { border-color: rgb(245,9,104); }
td.TdClassName
{
border-color: #F50968;
}
.TagClassName
{
border-color: #F50968;
}
</style>