Shades of Razzmatazz #F5124D
Tints of Razzmatazz #F5124D
RGB
CMYK
RGB Variations
Color information
#F5124D (or 0xF5124D) is known color: Razzmatazz. HEX triplet: F5, 12 and 4D. RGB value is (245,18,77). Sum of RGB (Red+Green+Blue) = 245+18+77=340 (45% of max value = 765). Red value is 245 (96.09% from 255 or 72.06% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 245 - color contains mainly: red. Hex color #F5124D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5124D is #0AEDB2. Grayscale: #5C5C5C. Windows color (decimal): -716211 or 5051125. OLE color: 5051125.
HSL color Cylindrical-coordinate representation of color #F5124D: hue angle of 344.41º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5124D is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 77 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.04 |
| HSL | 344.41º | 0.92% | 0.52% | - |
| HSV(B) | 344.41º | 0.93% | 0.96% | - |
| XYZ | 39.21 | 20.38 | 8.89 | - |
| YUV | 92.6 | 119.21 | 236.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 77 | 0 | 0.93 | 0.69 | 0.04 | 344.41 | 0.92 | 0.52 |
| Hex | F5 | 12 | 4D | 0 | 5D | 45 | 4 | 158 | 5C | 34 |
| Octal | 365 | 22 | 115 | 0 | 135 | 105 | 4 | 530 | 134 | 64 |
| Binary | 11110101 | 10010 | 1001101 | 0 | 1011101 | 1000101 | 100 | 101011000 | 1011100 | 110100 |
Color Harmonies of #F5124D
Complementary color
Monochromatic Colors of #F5124D
Black with #F5124D
Text Example
Text Example
White with #F5124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5124D; }
p { color: rgb(245,18,77); }
H1.HeaderClassName
{
color: #F5124D;
}
.AnyTagClassName
{
color: #F5124D;
}
</style>
background-color css
<style>
a { background-color: #F5124D; }
a { background-color: rgb(245,18,77); }
div.DivClassName
{
background-color: #F5124D;
}
.BgClassName
{
background-color: #F5124D;
}
</style>
border-color css
<style>
span { border-color: #F5124D; }
span { border-color: rgb(245,18,77); }
td.TdClassName
{
border-color: #F5124D;
}
.TagClassName
{
border-color: #F5124D;
}
</style>