Shades of Razzmatazz #F1104E
Tints of Razzmatazz #F1104E
RGB
CMYK
RGB Variations
Color information
#F1104E (or 0xF1104E) is known color: Razzmatazz. HEX triplet: F1, 10 and 4E. RGB value is (241,16,78). Sum of RGB (Red+Green+Blue) = 241+16+78=335 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.94% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 241 - color contains mainly: red. Hex color #F1104E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1104E is #0EEFB1. Grayscale: #5A5A5A. Windows color (decimal): -978866 or 5116145. OLE color: 5116145.
HSL color Cylindrical-coordinate representation of color #F1104E: hue angle of 343.47º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1104E is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 78 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.05 |
| HSL | 343.47º | 0.89% | 0.5% | - |
| HSV(B) | 343.47º | 0.93% | 0.95% | - |
| XYZ | 37.84 | 19.62 | 9 | - |
| YUV | 90.34 | 121.04 | 235.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 78 | 0 | 0.93 | 0.68 | 0.05 | 343.47 | 0.89 | 0.5 |
| Hex | F1 | 10 | 4E | 0 | 5D | 44 | 5 | 157 | 59 | 32 |
| Octal | 361 | 20 | 116 | 0 | 135 | 104 | 5 | 527 | 131 | 62 |
| Binary | 11110001 | 10000 | 1001110 | 0 | 1011101 | 1000100 | 101 | 101010111 | 1011001 | 110010 |
Color Harmonies of #F1104E
Complementary color
Monochromatic Colors of #F1104E
Black with #F1104E
Text Example
Text Example
White with #F1104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1104E; }
p { color: rgb(241,16,78); }
H1.HeaderClassName
{
color: #F1104E;
}
.AnyTagClassName
{
color: #F1104E;
}
</style>
background-color css
<style>
a { background-color: #F1104E; }
a { background-color: rgb(241,16,78); }
div.DivClassName
{
background-color: #F1104E;
}
.BgClassName
{
background-color: #F1104E;
}
</style>
border-color css
<style>
span { border-color: #F1104E; }
span { border-color: rgb(241,16,78); }
td.TdClassName
{
border-color: #F1104E;
}
.TagClassName
{
border-color: #F1104E;
}
</style>