Shades of Razzmatazz #F11452
Tints of Razzmatazz #F11452
RGB
CMYK
RGB Variations
Color information
#F11452 (or 0xF11452) is known color: Razzmatazz. HEX triplet: F1, 14 and 52. RGB value is (241,20,82). Sum of RGB (Red+Green+Blue) = 241+20+82=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F11452 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11452 is #0EEBAD. Grayscale: #5D5D5D. Windows color (decimal): -977838 or 5379313. OLE color: 5379313.
HSL color Cylindrical-coordinate representation of color #F11452: hue angle of 343.17º 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 #F11452 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 82 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.05 |
| HSL | 343.17º | 0.89% | 0.51% | - |
| HSV(B) | 343.17º | 0.92% | 0.95% | - |
| XYZ | 38.05 | 19.81 | 9.8 | - |
| YUV | 93.15 | 121.72 | 233.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 82 | 0 | 0.92 | 0.66 | 0.05 | 343.17 | 0.89 | 0.51 |
| Hex | F1 | 14 | 52 | 0 | 5C | 42 | 5 | 157 | 59 | 33 |
| Octal | 361 | 24 | 122 | 0 | 134 | 102 | 5 | 527 | 131 | 63 |
| Binary | 11110001 | 10100 | 1010010 | 0 | 1011100 | 1000010 | 101 | 101010111 | 1011001 | 110011 |
Color Harmonies of #F11452
Complementary color
Monochromatic Colors of #F11452
Black with #F11452
Text Example
Text Example
White with #F11452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11452; }
p { color: rgb(241,20,82); }
H1.HeaderClassName
{
color: #F11452;
}
.AnyTagClassName
{
color: #F11452;
}
</style>
background-color css
<style>
a { background-color: #F11452; }
a { background-color: rgb(241,20,82); }
div.DivClassName
{
background-color: #F11452;
}
.BgClassName
{
background-color: #F11452;
}
</style>
border-color css
<style>
span { border-color: #F11452; }
span { border-color: rgb(241,20,82); }
td.TdClassName
{
border-color: #F11452;
}
.TagClassName
{
border-color: #F11452;
}
</style>