Shades of Razzmatazz #F11450
Tints of Razzmatazz #F11450
RGB
CMYK
RGB Variations
Color information
#F11450 (or 0xF11450) is known color: Razzmatazz. HEX triplet: F1, 14 and 50. RGB value is (241,20,80). Sum of RGB (Red+Green+Blue) = 241+20+80=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F11450 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11450 is #0EEBAF. Grayscale: #5C5C5C. Windows color (decimal): -977840 or 5248241. OLE color: 5248241.
HSL color Cylindrical-coordinate representation of color #F11450: hue angle of 343.71º 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 #F11450 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 80 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.05 |
| HSL | 343.71º | 0.89% | 0.51% | - |
| HSV(B) | 343.71º | 0.92% | 0.95% | - |
| XYZ | 37.97 | 19.78 | 9.41 | - |
| YUV | 92.92 | 120.72 | 233.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 80 | 0 | 0.92 | 0.67 | 0.05 | 343.71 | 0.89 | 0.51 |
| Hex | F1 | 14 | 50 | 0 | 5C | 43 | 5 | 158 | 59 | 33 |
| Octal | 361 | 24 | 120 | 0 | 134 | 103 | 5 | 530 | 131 | 63 |
| Binary | 11110001 | 10100 | 1010000 | 0 | 1011100 | 1000011 | 101 | 101011000 | 1011001 | 110011 |
Color Harmonies of #F11450
Complementary color
Monochromatic Colors of #F11450
Black with #F11450
Text Example
Text Example
White with #F11450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11450; }
p { color: rgb(241,20,80); }
H1.HeaderClassName
{
color: #F11450;
}
.AnyTagClassName
{
color: #F11450;
}
</style>
background-color css
<style>
a { background-color: #F11450; }
a { background-color: rgb(241,20,80); }
div.DivClassName
{
background-color: #F11450;
}
.BgClassName
{
background-color: #F11450;
}
</style>
border-color css
<style>
span { border-color: #F11450; }
span { border-color: rgb(241,20,80); }
td.TdClassName
{
border-color: #F11450;
}
.TagClassName
{
border-color: #F11450;
}
</style>