Shades of Razzmatazz #F50D4D
Tints of Razzmatazz #F50D4D
RGB
CMYK
RGB Variations
Color information
#F50D4D (or 0xF50D4D) is known color: Razzmatazz. HEX triplet: F5, 0D and 4D. RGB value is (245,13,77). Sum of RGB (Red+Green+Blue) = 245+13+77=335 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.13% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 245 - color contains mainly: red. Hex color #F50D4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50D4D is #0AF2B2. Grayscale: #595959. Windows color (decimal): -717491 or 5049845. OLE color: 5049845.
HSL color Cylindrical-coordinate representation of color #F50D4D: hue angle of 343.45º 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 #F50D4D is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 13 | 77 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.04 |
| HSL | 343.45º | 0.92% | 0.51% | - |
| HSV(B) | 343.45º | 0.95% | 0.96% | - |
| XYZ | 39.14 | 20.24 | 8.86 | - |
| YUV | 89.66 | 120.86 | 238.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 13 | 77 | 0 | 0.95 | 0.69 | 0.04 | 343.45 | 0.92 | 0.51 |
| Hex | F5 | D | 4D | 0 | 5F | 45 | 4 | 157 | 5C | 33 |
| Octal | 365 | 15 | 115 | 0 | 137 | 105 | 4 | 527 | 134 | 63 |
| Binary | 11110101 | 1101 | 1001101 | 0 | 1011111 | 1000101 | 100 | 101010111 | 1011100 | 110011 |
Color Harmonies of #F50D4D
Complementary color
Monochromatic Colors of #F50D4D
Black with #F50D4D
Text Example
Text Example
White with #F50D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50D4D; }
p { color: rgb(245,13,77); }
H1.HeaderClassName
{
color: #F50D4D;
}
.AnyTagClassName
{
color: #F50D4D;
}
</style>
background-color css
<style>
a { background-color: #F50D4D; }
a { background-color: rgb(245,13,77); }
div.DivClassName
{
background-color: #F50D4D;
}
.BgClassName
{
background-color: #F50D4D;
}
</style>
border-color css
<style>
span { border-color: #F50D4D; }
span { border-color: rgb(245,13,77); }
td.TdClassName
{
border-color: #F50D4D;
}
.TagClassName
{
border-color: #F50D4D;
}
</style>