Shades of Razzmatazz #F11552
Tints of Razzmatazz #F11552
RGB
CMYK
RGB Variations
Color information
#F11552 (or 0xF11552) is known color: Razzmatazz. HEX triplet: F1, 15 and 52. RGB value is (241,21,82). Sum of RGB (Red+Green+Blue) = 241+21+82=344 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.06% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 241 - color contains mainly: red. Hex color #F11552 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11552 is #0EEAAD. Grayscale: #5D5D5D. Windows color (decimal): -977582 or 5379569. OLE color: 5379569.
HSL color Cylindrical-coordinate representation of color #F11552: hue angle of 343.36º 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 #F11552 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 82 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.05 |
| HSL | 343.36º | 0.89% | 0.51% | - |
| HSV(B) | 343.36º | 0.91% | 0.95% | - |
| XYZ | 38.07 | 19.85 | 9.81 | - |
| YUV | 93.73 | 121.39 | 233.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 82 | 0 | 0.91 | 0.66 | 0.05 | 343.36 | 0.89 | 0.51 |
| Hex | F1 | 15 | 52 | 0 | 5B | 42 | 5 | 157 | 59 | 33 |
| Octal | 361 | 25 | 122 | 0 | 133 | 102 | 5 | 527 | 131 | 63 |
| Binary | 11110001 | 10101 | 1010010 | 0 | 1011011 | 1000010 | 101 | 101010111 | 1011001 | 110011 |
Color Harmonies of #F11552
Complementary color
Monochromatic Colors of #F11552
Black with #F11552
Text Example
Text Example
White with #F11552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11552; }
p { color: rgb(241,21,82); }
H1.HeaderClassName
{
color: #F11552;
}
.AnyTagClassName
{
color: #F11552;
}
</style>
background-color css
<style>
a { background-color: #F11552; }
a { background-color: rgb(241,21,82); }
div.DivClassName
{
background-color: #F11552;
}
.BgClassName
{
background-color: #F11552;
}
</style>
border-color css
<style>
span { border-color: #F11552; }
span { border-color: rgb(241,21,82); }
td.TdClassName
{
border-color: #F11552;
}
.TagClassName
{
border-color: #F11552;
}
</style>