Shades of Razzmatazz #F1154F
Tints of Razzmatazz #F1154F
RGB
CMYK
RGB Variations
Color information
#F1154F (or 0xF1154F) is known color: Razzmatazz. HEX triplet: F1, 15 and 4F. RGB value is (241,21,79). Sum of RGB (Red+Green+Blue) = 241+21+79=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F1154F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1154F is #0EEAB0. Grayscale: #5D5D5D. Windows color (decimal): -977585 or 5182961. OLE color: 5182961.
HSL color Cylindrical-coordinate representation of color #F1154F: hue angle of 344.18º 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 #F1154F is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 79 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.05 |
| HSL | 344.18º | 0.89% | 0.51% | - |
| HSV(B) | 344.18º | 0.91% | 0.95% | - |
| XYZ | 37.96 | 19.8 | 9.22 | - |
| YUV | 93.39 | 119.89 | 233.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 79 | 0 | 0.91 | 0.67 | 0.05 | 344.18 | 0.89 | 0.51 |
| Hex | F1 | 15 | 4F | 0 | 5B | 43 | 5 | 158 | 59 | 33 |
| Octal | 361 | 25 | 117 | 0 | 133 | 103 | 5 | 530 | 131 | 63 |
| Binary | 11110001 | 10101 | 1001111 | 0 | 1011011 | 1000011 | 101 | 101011000 | 1011001 | 110011 |
Color Harmonies of #F1154F
Complementary color
Monochromatic Colors of #F1154F
Black with #F1154F
Text Example
Text Example
White with #F1154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1154F; }
p { color: rgb(241,21,79); }
H1.HeaderClassName
{
color: #F1154F;
}
.AnyTagClassName
{
color: #F1154F;
}
</style>
background-color css
<style>
a { background-color: #F1154F; }
a { background-color: rgb(241,21,79); }
div.DivClassName
{
background-color: #F1154F;
}
.BgClassName
{
background-color: #F1154F;
}
</style>
border-color css
<style>
span { border-color: #F1154F; }
span { border-color: rgb(241,21,79); }
td.TdClassName
{
border-color: #F1154F;
}
.TagClassName
{
border-color: #F1154F;
}
</style>