Shades of Razzmatazz #F50967
Tints of Razzmatazz #F50967
RGB
CMYK
RGB Variations
Color information
#F50967 (or 0xF50967) is known color: Razzmatazz. HEX triplet: F5, 09 and 67. RGB value is (245,9,103). Sum of RGB (Red+Green+Blue) = 245+9+103=357 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.63% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 245 - color contains mainly: red. Hex color #F50967 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50967 is #0AF698. Grayscale: #5A5A5A. Windows color (decimal): -718489 or 6752757. OLE color: 6752757.
HSL color Cylindrical-coordinate representation of color #F50967: hue angle of 336.1º 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 #F50967 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 103 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.04 |
| HSL | 336.1º | 0.93% | 0.5% | - |
| HSV(B) | 336.1º | 0.96% | 0.96% | - |
| XYZ | 40.2 | 20.59 | 14.69 | - |
| YUV | 90.28 | 135.19 | 238.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 103 | 0 | 0.96 | 0.58 | 0.04 | 336.1 | 0.93 | 0.5 |
| Hex | F5 | 9 | 67 | 0 | 60 | 3A | 4 | 150 | 5D | 32 |
| Octal | 365 | 11 | 147 | 0 | 140 | 72 | 4 | 520 | 135 | 62 |
| Binary | 11110101 | 1001 | 1100111 | 0 | 1100000 | 111010 | 100 | 101010000 | 1011101 | 110010 |
Color Harmonies of #F50967
Complementary color
Monochromatic Colors of #F50967
Black with #F50967
Text Example
Text Example
White with #F50967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50967; }
p { color: rgb(245,9,103); }
H1.HeaderClassName
{
color: #F50967;
}
.AnyTagClassName
{
color: #F50967;
}
</style>
background-color css
<style>
a { background-color: #F50967; }
a { background-color: rgb(245,9,103); }
div.DivClassName
{
background-color: #F50967;
}
.BgClassName
{
background-color: #F50967;
}
</style>
border-color css
<style>
span { border-color: #F50967; }
span { border-color: rgb(245,9,103); }
td.TdClassName
{
border-color: #F50967;
}
.TagClassName
{
border-color: #F50967;
}
</style>