Shades of Razzmatazz #F50D4C
Tints of Razzmatazz #F50D4C
RGB
CMYK
RGB Variations
Color information
#F50D4C (or 0xF50D4C) is known color: Razzmatazz. HEX triplet: F5, 0D and 4C. RGB value is (245,13,76). Sum of RGB (Red+Green+Blue) = 245+13+76=334 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.35% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 245 - color contains mainly: red. Hex color #F50D4C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50D4C is #0AF2B3. Grayscale: #595959. Windows color (decimal): -717492 or 4984309. OLE color: 4984309.
HSL color Cylindrical-coordinate representation of color #F50D4C: hue angle of 343.71º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F50D4C is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 13 | 76 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.04 |
| HSL | 343.71º | 0.92% | 0.51% | - |
| HSV(B) | 343.71º | 0.95% | 0.96% | - |
| XYZ | 39.1 | 20.22 | 8.68 | - |
| YUV | 89.55 | 120.36 | 238.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 13 | 76 | 0 | 0.95 | 0.69 | 0.04 | 343.71 | 0.92 | 0.51 |
| Hex | F5 | D | 4C | 0 | 5F | 45 | 4 | 158 | 5C | 33 |
| Octal | 365 | 15 | 114 | 0 | 137 | 105 | 4 | 530 | 134 | 63 |
| Binary | 11110101 | 1101 | 1001100 | 0 | 1011111 | 1000101 | 100 | 101011000 | 1011100 | 110011 |
Color Harmonies of #F50D4C
Complementary color
Monochromatic Colors of #F50D4C
Black with #F50D4C
Text Example
Text Example
White with #F50D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50D4C; }
p { color: rgb(245,13,76); }
H1.HeaderClassName
{
color: #F50D4C;
}
.AnyTagClassName
{
color: #F50D4C;
}
</style>
background-color css
<style>
a { background-color: #F50D4C; }
a { background-color: rgb(245,13,76); }
div.DivClassName
{
background-color: #F50D4C;
}
.BgClassName
{
background-color: #F50D4C;
}
</style>
border-color css
<style>
span { border-color: #F50D4C; }
span { border-color: rgb(245,13,76); }
td.TdClassName
{
border-color: #F50D4C;
}
.TagClassName
{
border-color: #F50D4C;
}
</style>