Shades of Razzmatazz #F50B4D
Tints of Razzmatazz #F50B4D
RGB
CMYK
RGB Variations
Color information
#F50B4D (or 0xF50B4D) is known color: Razzmatazz. HEX triplet: F5, 0B and 4D. RGB value is (245,11,77). Sum of RGB (Red+Green+Blue) = 245+11+77=333 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.57% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 245 - color contains mainly: red. Hex color #F50B4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50B4D is #0AF4B2. Grayscale: #585858. Windows color (decimal): -718003 or 5049333. OLE color: 5049333.
HSL color Cylindrical-coordinate representation of color #F50B4D: hue angle of 343.08º degrees, saturation: 0.92, 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 #F50B4D is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 11 | 77 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.04 |
| HSL | 343.08º | 0.92% | 0.5% | - |
| HSV(B) | 343.08º | 0.96% | 0.96% | - |
| XYZ | 39.12 | 20.19 | 8.86 | - |
| YUV | 88.49 | 121.52 | 239.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 11 | 77 | 0 | 0.96 | 0.69 | 0.04 | 343.08 | 0.92 | 0.5 |
| Hex | F5 | B | 4D | 0 | 60 | 45 | 4 | 157 | 5C | 32 |
| Octal | 365 | 13 | 115 | 0 | 140 | 105 | 4 | 527 | 134 | 62 |
| Binary | 11110101 | 1011 | 1001101 | 0 | 1100000 | 1000101 | 100 | 101010111 | 1011100 | 110010 |
Color Harmonies of #F50B4D
Complementary color
Monochromatic Colors of #F50B4D
Black with #F50B4D
Text Example
Text Example
White with #F50B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50B4D; }
p { color: rgb(245,11,77); }
H1.HeaderClassName
{
color: #F50B4D;
}
.AnyTagClassName
{
color: #F50B4D;
}
</style>
background-color css
<style>
a { background-color: #F50B4D; }
a { background-color: rgb(245,11,77); }
div.DivClassName
{
background-color: #F50B4D;
}
.BgClassName
{
background-color: #F50B4D;
}
</style>
border-color css
<style>
span { border-color: #F50B4D; }
span { border-color: rgb(245,11,77); }
td.TdClassName
{
border-color: #F50B4D;
}
.TagClassName
{
border-color: #F50B4D;
}
</style>