Shades of Razzmatazz #F11856
Tints of Razzmatazz #F11856
RGB
CMYK
RGB Variations
Color information
#F11856 (or 0xF11856) is known color: Razzmatazz. HEX triplet: F1, 18 and 56. RGB value is (241,24,86). Sum of RGB (Red+Green+Blue) = 241+24+86=351 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.66% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 241 - color contains mainly: red. Hex color #F11856 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11856 is #0EE7A9. Grayscale: #5F5F5F. Windows color (decimal): -976810 or 5642481. OLE color: 5642481.
HSL color Cylindrical-coordinate representation of color #F11856: hue angle of 342.86º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11856 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 24 | 86 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.05 |
| HSL | 342.86º | 0.89% | 0.52% | - |
| HSV(B) | 342.86º | 0.9% | 0.95% | - |
| XYZ | 38.28 | 20.03 | 10.65 | - |
| YUV | 95.95 | 122.39 | 231.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 24 | 86 | 0 | 0.90 | 0.64 | 0.05 | 342.86 | 0.89 | 0.52 |
| Hex | F1 | 18 | 56 | 0 | 5A | 40 | 5 | 157 | 59 | 34 |
| Octal | 361 | 30 | 126 | 0 | 132 | 100 | 5 | 527 | 131 | 64 |
| Binary | 11110001 | 11000 | 1010110 | 0 | 1011010 | 1000000 | 101 | 101010111 | 1011001 | 110100 |
Color Harmonies of #F11856
Complementary color
Monochromatic Colors of #F11856
Black with #F11856
Text Example
Text Example
White with #F11856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11856; }
p { color: rgb(241,24,86); }
H1.HeaderClassName
{
color: #F11856;
}
.AnyTagClassName
{
color: #F11856;
}
</style>
background-color css
<style>
a { background-color: #F11856; }
a { background-color: rgb(241,24,86); }
div.DivClassName
{
background-color: #F11856;
}
.BgClassName
{
background-color: #F11856;
}
</style>
border-color css
<style>
span { border-color: #F11856; }
span { border-color: rgb(241,24,86); }
td.TdClassName
{
border-color: #F11856;
}
.TagClassName
{
border-color: #F11856;
}
</style>