Shades of Razzmatazz #F11256
Tints of Razzmatazz #F11256
RGB
CMYK
RGB Variations
Color information
#F11256 (or 0xF11256) is known color: Razzmatazz. HEX triplet: F1, 12 and 56. RGB value is (241,18,86). Sum of RGB (Red+Green+Blue) = 241+18+86=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F11256 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11256 is #0EEDA9. Grayscale: #5C5C5C. Windows color (decimal): -978346 or 5640945. OLE color: 5640945.
HSL color Cylindrical-coordinate representation of color #F11256: hue angle of 341.7º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11256 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 86 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.05 |
| HSL | 341.7º | 0.89% | 0.51% | - |
| HSV(B) | 341.7º | 0.93% | 0.95% | - |
| XYZ | 38.17 | 19.81 | 10.62 | - |
| YUV | 92.43 | 124.38 | 233.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 86 | 0 | 0.93 | 0.64 | 0.05 | 341.7 | 0.89 | 0.51 |
| Hex | F1 | 12 | 56 | 0 | 5D | 40 | 5 | 156 | 59 | 33 |
| Octal | 361 | 22 | 126 | 0 | 135 | 100 | 5 | 526 | 131 | 63 |
| Binary | 11110001 | 10010 | 1010110 | 0 | 1011101 | 1000000 | 101 | 101010110 | 1011001 | 110011 |
Color Harmonies of #F11256
Complementary color
Monochromatic Colors of #F11256
Black with #F11256
Text Example
Text Example
White with #F11256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11256; }
p { color: rgb(241,18,86); }
H1.HeaderClassName
{
color: #F11256;
}
.AnyTagClassName
{
color: #F11256;
}
</style>
background-color css
<style>
a { background-color: #F11256; }
a { background-color: rgb(241,18,86); }
div.DivClassName
{
background-color: #F11256;
}
.BgClassName
{
background-color: #F11256;
}
</style>
border-color css
<style>
span { border-color: #F11256; }
span { border-color: rgb(241,18,86); }
td.TdClassName
{
border-color: #F11256;
}
.TagClassName
{
border-color: #F11256;
}
</style>