Shades of Razzmatazz #F11559
Tints of Razzmatazz #F11559
RGB
CMYK
RGB Variations
Color information
#F11559 (or 0xF11559) is known color: Razzmatazz. HEX triplet: F1, 15 and 59. RGB value is (241,21,89). Sum of RGB (Red+Green+Blue) = 241+21+89=351 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.66% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 241 - color contains mainly: red. Hex color #F11559 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11559 is #0EEAA6. Grayscale: #5E5E5E. Windows color (decimal): -977575 or 5838321. OLE color: 5838321.
HSL color Cylindrical-coordinate representation of color #F11559: hue angle of 341.45º 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 #F11559 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 89 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.05 |
| HSL | 341.45º | 0.89% | 0.51% | - |
| HSV(B) | 341.45º | 0.91% | 0.95% | - |
| XYZ | 38.35 | 19.96 | 11.28 | - |
| YUV | 94.53 | 124.89 | 232.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 89 | 0 | 0.91 | 0.63 | 0.05 | 341.45 | 0.89 | 0.51 |
| Hex | F1 | 15 | 59 | 0 | 5B | 3F | 5 | 155 | 59 | 33 |
| Octal | 361 | 25 | 131 | 0 | 133 | 77 | 5 | 525 | 131 | 63 |
| Binary | 11110001 | 10101 | 1011001 | 0 | 1011011 | 111111 | 101 | 101010101 | 1011001 | 110011 |
Color Harmonies of #F11559
Complementary color
Monochromatic Colors of #F11559
Black with #F11559
Text Example
Text Example
White with #F11559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11559; }
p { color: rgb(241,21,89); }
H1.HeaderClassName
{
color: #F11559;
}
.AnyTagClassName
{
color: #F11559;
}
</style>
background-color css
<style>
a { background-color: #F11559; }
a { background-color: rgb(241,21,89); }
div.DivClassName
{
background-color: #F11559;
}
.BgClassName
{
background-color: #F11559;
}
</style>
border-color css
<style>
span { border-color: #F11559; }
span { border-color: rgb(241,21,89); }
td.TdClassName
{
border-color: #F11559;
}
.TagClassName
{
border-color: #F11559;
}
</style>