Shades of Razzmatazz #F11351
Tints of Razzmatazz #F11351
RGB
CMYK
RGB Variations
Color information
#F11351 (or 0xF11351) is known color: Razzmatazz. HEX triplet: F1, 13 and 51. RGB value is (241,19,81). Sum of RGB (Red+Green+Blue) = 241+19+81=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F11351 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11351 is #0EECAE. Grayscale: #5C5C5C. Windows color (decimal): -978095 or 5313521. OLE color: 5313521.
HSL color Cylindrical-coordinate representation of color #F11351: hue angle of 343.24º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F11351 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 81 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.05 |
| HSL | 343.24º | 0.89% | 0.51% | - |
| HSV(B) | 343.24º | 0.92% | 0.95% | - |
| XYZ | 37.99 | 19.76 | 9.6 | - |
| YUV | 92.45 | 121.55 | 233.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 81 | 0 | 0.92 | 0.66 | 0.05 | 343.24 | 0.89 | 0.51 |
| Hex | F1 | 13 | 51 | 0 | 5C | 42 | 5 | 157 | 59 | 33 |
| Octal | 361 | 23 | 121 | 0 | 134 | 102 | 5 | 527 | 131 | 63 |
| Binary | 11110001 | 10011 | 1010001 | 0 | 1011100 | 1000010 | 101 | 101010111 | 1011001 | 110011 |
Color Harmonies of #F11351
Complementary color
Monochromatic Colors of #F11351
Black with #F11351
Text Example
Text Example
White with #F11351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11351; }
p { color: rgb(241,19,81); }
H1.HeaderClassName
{
color: #F11351;
}
.AnyTagClassName
{
color: #F11351;
}
</style>
background-color css
<style>
a { background-color: #F11351; }
a { background-color: rgb(241,19,81); }
div.DivClassName
{
background-color: #F11351;
}
.BgClassName
{
background-color: #F11351;
}
</style>
border-color css
<style>
span { border-color: #F11351; }
span { border-color: rgb(241,19,81); }
td.TdClassName
{
border-color: #F11351;
}
.TagClassName
{
border-color: #F11351;
}
</style>