Shades of Razzmatazz #F1145B
Tints of Razzmatazz #F1145B
RGB
CMYK
RGB Variations
Color information
#F1145B (or 0xF1145B) is known color: Razzmatazz. HEX triplet: F1, 14 and 5B. RGB value is (241,20,91). Sum of RGB (Red+Green+Blue) = 241+20+91=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F1145B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1145B is #0EEBA4. Grayscale: #5E5E5E. Windows color (decimal): -977829 or 5969137. OLE color: 5969137.
HSL color Cylindrical-coordinate representation of color #F1145B: hue angle of 340.72º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F1145B is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 91 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.05 |
| HSL | 340.72º | 0.89% | 0.51% | - |
| HSV(B) | 340.72º | 0.92% | 0.95% | - |
| XYZ | 38.41 | 19.96 | 11.72 | - |
| YUV | 94.17 | 126.22 | 232.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 91 | 0 | 0.92 | 0.62 | 0.05 | 340.72 | 0.89 | 0.51 |
| Hex | F1 | 14 | 5B | 0 | 5C | 3E | 5 | 155 | 59 | 33 |
| Octal | 361 | 24 | 133 | 0 | 134 | 76 | 5 | 525 | 131 | 63 |
| Binary | 11110001 | 10100 | 1011011 | 0 | 1011100 | 111110 | 101 | 101010101 | 1011001 | 110011 |
Color Harmonies of #F1145B
Complementary color
Monochromatic Colors of #F1145B
Black with #F1145B
Text Example
Text Example
White with #F1145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1145B; }
p { color: rgb(241,20,91); }
H1.HeaderClassName
{
color: #F1145B;
}
.AnyTagClassName
{
color: #F1145B;
}
</style>
background-color css
<style>
a { background-color: #F1145B; }
a { background-color: rgb(241,20,91); }
div.DivClassName
{
background-color: #F1145B;
}
.BgClassName
{
background-color: #F1145B;
}
</style>
border-color css
<style>
span { border-color: #F1145B; }
span { border-color: rgb(241,20,91); }
td.TdClassName
{
border-color: #F1145B;
}
.TagClassName
{
border-color: #F1145B;
}
</style>