Shades of Razzmatazz #F11656
Tints of Razzmatazz #F11656
RGB
CMYK
RGB Variations
Color information
#F11656 (or 0xF11656) is known color: Razzmatazz. HEX triplet: F1, 16 and 56. RGB value is (241,22,86). Sum of RGB (Red+Green+Blue) = 241+22+86=349 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.05% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 241 - color contains mainly: red. Hex color #F11656 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11656 is #0EE9A9. Grayscale: #5E5E5E. Windows color (decimal): -977322 or 5641969. OLE color: 5641969.
HSL color Cylindrical-coordinate representation of color #F11656: hue angle of 342.47º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F11656 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 86 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.05 |
| HSL | 342.47º | 0.89% | 0.52% | - |
| HSV(B) | 342.47º | 0.91% | 0.95% | - |
| XYZ | 38.24 | 19.95 | 10.64 | - |
| YUV | 94.78 | 123.05 | 232.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 86 | 0 | 0.91 | 0.64 | 0.05 | 342.47 | 0.89 | 0.52 |
| Hex | F1 | 16 | 56 | 0 | 5B | 40 | 5 | 156 | 59 | 34 |
| Octal | 361 | 26 | 126 | 0 | 133 | 100 | 5 | 526 | 131 | 64 |
| Binary | 11110001 | 10110 | 1010110 | 0 | 1011011 | 1000000 | 101 | 101010110 | 1011001 | 110100 |
Color Harmonies of #F11656
Complementary color
Monochromatic Colors of #F11656
Black with #F11656
Text Example
Text Example
White with #F11656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11656; }
p { color: rgb(241,22,86); }
H1.HeaderClassName
{
color: #F11656;
}
.AnyTagClassName
{
color: #F11656;
}
</style>
background-color css
<style>
a { background-color: #F11656; }
a { background-color: rgb(241,22,86); }
div.DivClassName
{
background-color: #F11656;
}
.BgClassName
{
background-color: #F11656;
}
</style>
border-color css
<style>
span { border-color: #F11656; }
span { border-color: rgb(241,22,86); }
td.TdClassName
{
border-color: #F11656;
}
.TagClassName
{
border-color: #F11656;
}
</style>