Shades of Razzmatazz #F50F67
Tints of Razzmatazz #F50F67
RGB
CMYK
RGB Variations
Color information
#F50F67 (or 0xF50F67) is known color: Razzmatazz. HEX triplet: F5, 0F and 67. RGB value is (245,15,103). Sum of RGB (Red+Green+Blue) = 245+15+103=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F50F67 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50F67 is #0AF098. Grayscale: #5D5D5D. Windows color (decimal): -716953 or 6754293. OLE color: 6754293.
HSL color Cylindrical-coordinate representation of color #F50F67: hue angle of 337.04º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F50F67 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 15 | 103 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.04 |
| HSL | 337.04º | 0.92% | 0.51% | - |
| HSV(B) | 337.04º | 0.94% | 0.96% | - |
| XYZ | 40.28 | 20.73 | 14.71 | - |
| YUV | 93.8 | 133.2 | 235.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 15 | 103 | 0 | 0.94 | 0.58 | 0.04 | 337.04 | 0.92 | 0.51 |
| Hex | F5 | F | 67 | 0 | 5E | 3A | 4 | 151 | 5C | 33 |
| Octal | 365 | 17 | 147 | 0 | 136 | 72 | 4 | 521 | 134 | 63 |
| Binary | 11110101 | 1111 | 1100111 | 0 | 1011110 | 111010 | 100 | 101010001 | 1011100 | 110011 |
Color Harmonies of #F50F67
Complementary color
Monochromatic Colors of #F50F67
Black with #F50F67
Text Example
Text Example
White with #F50F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50F67; }
p { color: rgb(245,15,103); }
H1.HeaderClassName
{
color: #F50F67;
}
.AnyTagClassName
{
color: #F50F67;
}
</style>
background-color css
<style>
a { background-color: #F50F67; }
a { background-color: rgb(245,15,103); }
div.DivClassName
{
background-color: #F50F67;
}
.BgClassName
{
background-color: #F50F67;
}
</style>
border-color css
<style>
span { border-color: #F50F67; }
span { border-color: rgb(245,15,103); }
td.TdClassName
{
border-color: #F50F67;
}
.TagClassName
{
border-color: #F50F67;
}
</style>