Shades of Razzmatazz #F11557
Tints of Razzmatazz #F11557
RGB
CMYK
RGB Variations
Color information
#F11557 (or 0xF11557) is known color: Razzmatazz. HEX triplet: F1, 15 and 57. RGB value is (241,21,87). Sum of RGB (Red+Green+Blue) = 241+21+87=349 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.05% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 241 - color contains mainly: red. Hex color #F11557 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11557 is #0EEAA8. Grayscale: #5E5E5E. Windows color (decimal): -977577 or 5707249. OLE color: 5707249.
HSL color Cylindrical-coordinate representation of color #F11557: hue angle of 342º 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 #F11557 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 87 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.05 |
| HSL | 342º | 0.89% | 0.51% | - |
| HSV(B) | 342º | 0.91% | 0.95% | - |
| XYZ | 38.26 | 19.93 | 10.85 | - |
| YUV | 94.3 | 123.89 | 232.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 87 | 0 | 0.91 | 0.64 | 0.05 | 342 | 0.89 | 0.51 |
| Hex | F1 | 15 | 57 | 0 | 5B | 40 | 5 | 156 | 59 | 33 |
| Octal | 361 | 25 | 127 | 0 | 133 | 100 | 5 | 526 | 131 | 63 |
| Binary | 11110001 | 10101 | 1010111 | 0 | 1011011 | 1000000 | 101 | 101010110 | 1011001 | 110011 |
Color Harmonies of #F11557
Complementary color
Monochromatic Colors of #F11557
Black with #F11557
Text Example
Text Example
White with #F11557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11557; }
p { color: rgb(241,21,87); }
H1.HeaderClassName
{
color: #F11557;
}
.AnyTagClassName
{
color: #F11557;
}
</style>
background-color css
<style>
a { background-color: #F11557; }
a { background-color: rgb(241,21,87); }
div.DivClassName
{
background-color: #F11557;
}
.BgClassName
{
background-color: #F11557;
}
</style>
border-color css
<style>
span { border-color: #F11557; }
span { border-color: rgb(241,21,87); }
td.TdClassName
{
border-color: #F11557;
}
.TagClassName
{
border-color: #F11557;
}
</style>