Shades of Razzmatazz #F5144E
Tints of Razzmatazz #F5144E
RGB
CMYK
RGB Variations
Color information
#F5144E (or 0xF5144E) is known color: Razzmatazz. HEX triplet: F5, 14 and 4E. RGB value is (245,20,78). Sum of RGB (Red+Green+Blue) = 245+20+78=343 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.43% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 245 - color contains mainly: red. Hex color #F5144E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5144E is #0AEBB1. Grayscale: #5D5D5D. Windows color (decimal): -715698 or 5117173. OLE color: 5117173.
HSL color Cylindrical-coordinate representation of color #F5144E: hue angle of 344.53º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F5144E is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 78 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.04 |
| HSL | 344.53º | 0.92% | 0.52% | - |
| HSV(B) | 344.53º | 0.92% | 0.96% | - |
| XYZ | 39.28 | 20.46 | 9.09 | - |
| YUV | 93.89 | 119.04 | 235.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 78 | 0 | 0.92 | 0.68 | 0.04 | 344.53 | 0.92 | 0.52 |
| Hex | F5 | 14 | 4E | 0 | 5C | 44 | 4 | 159 | 5C | 34 |
| Octal | 365 | 24 | 116 | 0 | 134 | 104 | 4 | 531 | 134 | 64 |
| Binary | 11110101 | 10100 | 1001110 | 0 | 1011100 | 1000100 | 100 | 101011001 | 1011100 | 110100 |
Color Harmonies of #F5144E
Complementary color
Monochromatic Colors of #F5144E
Black with #F5144E
Text Example
Text Example
White with #F5144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5144E; }
p { color: rgb(245,20,78); }
H1.HeaderClassName
{
color: #F5144E;
}
.AnyTagClassName
{
color: #F5144E;
}
</style>
background-color css
<style>
a { background-color: #F5144E; }
a { background-color: rgb(245,20,78); }
div.DivClassName
{
background-color: #F5144E;
}
.BgClassName
{
background-color: #F5144E;
}
</style>
border-color css
<style>
span { border-color: #F5144E; }
span { border-color: rgb(245,20,78); }
td.TdClassName
{
border-color: #F5144E;
}
.TagClassName
{
border-color: #F5144E;
}
</style>