Shades of Razzmatazz #F11753
Tints of Razzmatazz #F11753
RGB
CMYK
RGB Variations
Color information
#F11753 (or 0xF11753) is known color: Razzmatazz. HEX triplet: F1, 17 and 53. RGB value is (241,23,83). Sum of RGB (Red+Green+Blue) = 241+23+83=347 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.45% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 241 - color contains mainly: red. Hex color #F11753 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11753 is #0EE8AC. Grayscale: #5E5E5E. Windows color (decimal): -977069 or 5445617. OLE color: 5445617.
HSL color Cylindrical-coordinate representation of color #F11753: hue angle of 343.49º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11753 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 83 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.05 |
| HSL | 343.49º | 0.89% | 0.52% | - |
| HSV(B) | 343.49º | 0.9% | 0.95% | - |
| XYZ | 38.14 | 19.94 | 10.02 | - |
| YUV | 95.02 | 121.22 | 232.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 83 | 0 | 0.90 | 0.66 | 0.05 | 343.49 | 0.89 | 0.52 |
| Hex | F1 | 17 | 53 | 0 | 5A | 42 | 5 | 157 | 59 | 34 |
| Octal | 361 | 27 | 123 | 0 | 132 | 102 | 5 | 527 | 131 | 64 |
| Binary | 11110001 | 10111 | 1010011 | 0 | 1011010 | 1000010 | 101 | 101010111 | 1011001 | 110100 |
Color Harmonies of #F11753
Complementary color
Monochromatic Colors of #F11753
Black with #F11753
Text Example
Text Example
White with #F11753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11753; }
p { color: rgb(241,23,83); }
H1.HeaderClassName
{
color: #F11753;
}
.AnyTagClassName
{
color: #F11753;
}
</style>
background-color css
<style>
a { background-color: #F11753; }
a { background-color: rgb(241,23,83); }
div.DivClassName
{
background-color: #F11753;
}
.BgClassName
{
background-color: #F11753;
}
</style>
border-color css
<style>
span { border-color: #F11753; }
span { border-color: rgb(241,23,83); }
td.TdClassName
{
border-color: #F11753;
}
.TagClassName
{
border-color: #F11753;
}
</style>