Shades of Razzmatazz #F11353
Tints of Razzmatazz #F11353
RGB
CMYK
RGB Variations
Color information
#F11353 (or 0xF11353) is known color: Razzmatazz. HEX triplet: F1, 13 and 53. RGB value is (241,19,83). Sum of RGB (Red+Green+Blue) = 241+19+83=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F11353 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11353 is #0EECAC. Grayscale: #5C5C5C. Windows color (decimal): -978093 or 5444593. OLE color: 5444593.
HSL color Cylindrical-coordinate representation of color #F11353: hue angle of 342.7º 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 #F11353 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 83 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.05 |
| HSL | 342.7º | 0.89% | 0.51% | - |
| HSV(B) | 342.7º | 0.92% | 0.95% | - |
| XYZ | 38.07 | 19.79 | 10 | - |
| YUV | 92.67 | 122.55 | 233.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 83 | 0 | 0.92 | 0.66 | 0.05 | 342.7 | 0.89 | 0.51 |
| Hex | F1 | 13 | 53 | 0 | 5C | 42 | 5 | 157 | 59 | 33 |
| Octal | 361 | 23 | 123 | 0 | 134 | 102 | 5 | 527 | 131 | 63 |
| Binary | 11110001 | 10011 | 1010011 | 0 | 1011100 | 1000010 | 101 | 101010111 | 1011001 | 110011 |
Color Harmonies of #F11353
Complementary color
Monochromatic Colors of #F11353
Black with #F11353
Text Example
Text Example
White with #F11353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11353; }
p { color: rgb(241,19,83); }
H1.HeaderClassName
{
color: #F11353;
}
.AnyTagClassName
{
color: #F11353;
}
</style>
background-color css
<style>
a { background-color: #F11353; }
a { background-color: rgb(241,19,83); }
div.DivClassName
{
background-color: #F11353;
}
.BgClassName
{
background-color: #F11353;
}
</style>
border-color css
<style>
span { border-color: #F11353; }
span { border-color: rgb(241,19,83); }
td.TdClassName
{
border-color: #F11353;
}
.TagClassName
{
border-color: #F11353;
}
</style>