Shades of Razzmatazz #F1154E
Tints of Razzmatazz #F1154E
RGB
CMYK
RGB Variations
Color information
#F1154E (or 0xF1154E) is known color: Razzmatazz. HEX triplet: F1, 15 and 4E. RGB value is (241,21,78). Sum of RGB (Red+Green+Blue) = 241+21+78=340 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.88% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 241 - color contains mainly: red. Hex color #F1154E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1154E is #0EEAB1. Grayscale: #5D5D5D. Windows color (decimal): -977586 or 5117425. OLE color: 5117425.
HSL color Cylindrical-coordinate representation of color #F1154E: hue angle of 344.45º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F1154E is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 78 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.05 |
| HSL | 344.45º | 0.89% | 0.51% | - |
| HSV(B) | 344.45º | 0.91% | 0.95% | - |
| XYZ | 37.92 | 19.79 | 9.03 | - |
| YUV | 93.28 | 119.39 | 233.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 78 | 0 | 0.91 | 0.68 | 0.05 | 344.45 | 0.89 | 0.51 |
| Hex | F1 | 15 | 4E | 0 | 5B | 44 | 5 | 158 | 59 | 33 |
| Octal | 361 | 25 | 116 | 0 | 133 | 104 | 5 | 530 | 131 | 63 |
| Binary | 11110001 | 10101 | 1001110 | 0 | 1011011 | 1000100 | 101 | 101011000 | 1011001 | 110011 |
Color Harmonies of #F1154E
Complementary color
Monochromatic Colors of #F1154E
Black with #F1154E
Text Example
Text Example
White with #F1154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1154E; }
p { color: rgb(241,21,78); }
H1.HeaderClassName
{
color: #F1154E;
}
.AnyTagClassName
{
color: #F1154E;
}
</style>
background-color css
<style>
a { background-color: #F1154E; }
a { background-color: rgb(241,21,78); }
div.DivClassName
{
background-color: #F1154E;
}
.BgClassName
{
background-color: #F1154E;
}
</style>
border-color css
<style>
span { border-color: #F1154E; }
span { border-color: rgb(241,21,78); }
td.TdClassName
{
border-color: #F1154E;
}
.TagClassName
{
border-color: #F1154E;
}
</style>