Shades of Razzmatazz #F11251
Tints of Razzmatazz #F11251
RGB
CMYK
RGB Variations
Color information
#F11251 (or 0xF11251) is known color: Razzmatazz. HEX triplet: F1, 12 and 51. RGB value is (241,18,81). Sum of RGB (Red+Green+Blue) = 241+18+81=340 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.88% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 241 - color contains mainly: red. Hex color #F11251 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11251 is #0EEDAE. Grayscale: #5B5B5B. Windows color (decimal): -978351 or 5313265. OLE color: 5313265.
HSL color Cylindrical-coordinate representation of color #F11251: hue angle of 343.05º 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 #F11251 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 81 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.05 |
| HSL | 343.05º | 0.89% | 0.51% | - |
| HSV(B) | 343.05º | 0.93% | 0.95% | - |
| XYZ | 37.98 | 19.73 | 9.59 | - |
| YUV | 91.86 | 121.88 | 234.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 81 | 0 | 0.93 | 0.66 | 0.05 | 343.05 | 0.89 | 0.51 |
| Hex | F1 | 12 | 51 | 0 | 5D | 42 | 5 | 157 | 59 | 33 |
| Octal | 361 | 22 | 121 | 0 | 135 | 102 | 5 | 527 | 131 | 63 |
| Binary | 11110001 | 10010 | 1010001 | 0 | 1011101 | 1000010 | 101 | 101010111 | 1011001 | 110011 |
Color Harmonies of #F11251
Complementary color
Monochromatic Colors of #F11251
Black with #F11251
Text Example
Text Example
White with #F11251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11251; }
p { color: rgb(241,18,81); }
H1.HeaderClassName
{
color: #F11251;
}
.AnyTagClassName
{
color: #F11251;
}
</style>
background-color css
<style>
a { background-color: #F11251; }
a { background-color: rgb(241,18,81); }
div.DivClassName
{
background-color: #F11251;
}
.BgClassName
{
background-color: #F11251;
}
</style>
border-color css
<style>
span { border-color: #F11251; }
span { border-color: rgb(241,18,81); }
td.TdClassName
{
border-color: #F11251;
}
.TagClassName
{
border-color: #F11251;
}
</style>