Shades of Razzmatazz #F5134E
Tints of Razzmatazz #F5134E
RGB
CMYK
RGB Variations
Color information
#F5134E (or 0xF5134E) is known color: Razzmatazz. HEX triplet: F5, 13 and 4E. RGB value is (245,19,78). Sum of RGB (Red+Green+Blue) = 245+19+78=342 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.64% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 245 - color contains mainly: red. Hex color #F5134E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5134E is #0AECB1. Grayscale: #5D5D5D. Windows color (decimal): -715954 or 5116917. OLE color: 5116917.
HSL color Cylindrical-coordinate representation of color #F5134E: hue angle of 344.34º 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 #F5134E is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 78 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.04 |
| HSL | 344.34º | 0.92% | 0.52% | - |
| HSV(B) | 344.34º | 0.92% | 0.96% | - |
| XYZ | 39.26 | 20.43 | 9.08 | - |
| YUV | 93.3 | 119.37 | 236.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 78 | 0 | 0.92 | 0.68 | 0.04 | 344.34 | 0.92 | 0.52 |
| Hex | F5 | 13 | 4E | 0 | 5C | 44 | 4 | 158 | 5C | 34 |
| Octal | 365 | 23 | 116 | 0 | 134 | 104 | 4 | 530 | 134 | 64 |
| Binary | 11110101 | 10011 | 1001110 | 0 | 1011100 | 1000100 | 100 | 101011000 | 1011100 | 110100 |
Color Harmonies of #F5134E
Complementary color
Monochromatic Colors of #F5134E
Black with #F5134E
Text Example
Text Example
White with #F5134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5134E; }
p { color: rgb(245,19,78); }
H1.HeaderClassName
{
color: #F5134E;
}
.AnyTagClassName
{
color: #F5134E;
}
</style>
background-color css
<style>
a { background-color: #F5134E; }
a { background-color: rgb(245,19,78); }
div.DivClassName
{
background-color: #F5134E;
}
.BgClassName
{
background-color: #F5134E;
}
</style>
border-color css
<style>
span { border-color: #F5134E; }
span { border-color: rgb(245,19,78); }
td.TdClassName
{
border-color: #F5134E;
}
.TagClassName
{
border-color: #F5134E;
}
</style>