Shades of Razzmatazz #F5104E
Tints of Razzmatazz #F5104E
RGB
CMYK
RGB Variations
Color information
#F5104E (or 0xF5104E) is known color: Razzmatazz. HEX triplet: F5, 10 and 4E. RGB value is (245,16,78). Sum of RGB (Red+Green+Blue) = 245+16+78=339 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.27% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 245 - color contains mainly: red. Hex color #F5104E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5104E is #0AEFB1. Grayscale: #5B5B5B. Windows color (decimal): -716722 or 5116149. OLE color: 5116149.
HSL color Cylindrical-coordinate representation of color #F5104E: hue angle of 343.76º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5104E is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 78 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.04 |
| HSL | 343.76º | 0.92% | 0.51% | - |
| HSV(B) | 343.76º | 0.93% | 0.96% | - |
| XYZ | 39.22 | 20.33 | 9.07 | - |
| YUV | 91.54 | 120.37 | 237.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 78 | 0 | 0.93 | 0.68 | 0.04 | 343.76 | 0.92 | 0.51 |
| Hex | F5 | 10 | 4E | 0 | 5D | 44 | 4 | 158 | 5C | 33 |
| Octal | 365 | 20 | 116 | 0 | 135 | 104 | 4 | 530 | 134 | 63 |
| Binary | 11110101 | 10000 | 1001110 | 0 | 1011101 | 1000100 | 100 | 101011000 | 1011100 | 110011 |
Color Harmonies of #F5104E
Complementary color
Monochromatic Colors of #F5104E
Black with #F5104E
Text Example
Text Example
White with #F5104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5104E; }
p { color: rgb(245,16,78); }
H1.HeaderClassName
{
color: #F5104E;
}
.AnyTagClassName
{
color: #F5104E;
}
</style>
background-color css
<style>
a { background-color: #F5104E; }
a { background-color: rgb(245,16,78); }
div.DivClassName
{
background-color: #F5104E;
}
.BgClassName
{
background-color: #F5104E;
}
</style>
border-color css
<style>
span { border-color: #F5104E; }
span { border-color: rgb(245,16,78); }
td.TdClassName
{
border-color: #F5104E;
}
.TagClassName
{
border-color: #F5104E;
}
</style>