Shades of Razzmatazz #F10549
Tints of Razzmatazz #F10549
RGB
CMYK
RGB Variations
Color information
#F10549 (or 0xF10549) is known color: Razzmatazz. HEX triplet: F1, 05 and 49. RGB value is (241,5,73). Sum of RGB (Red+Green+Blue) = 241+5+73=319 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.55% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 241 - color contains mainly: red. Hex color #F10549 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10549 is #0EFAB6. Grayscale: #535353. Windows color (decimal): -981687 or 4785649. OLE color: 4785649.
HSL color Cylindrical-coordinate representation of color #F10549: hue angle of 342.71º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F10549 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 73 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.05 |
| HSL | 342.71º | 0.96% | 0.48% | - |
| HSV(B) | 342.71º | 0.98% | 0.95% | - |
| XYZ | 37.53 | 19.29 | 8.05 | - |
| YUV | 83.32 | 122.19 | 240.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 73 | 0 | 0.98 | 0.70 | 0.05 | 342.71 | 0.96 | 0.48 |
| Hex | F1 | 5 | 49 | 0 | 62 | 46 | 5 | 157 | 60 | 30 |
| Octal | 361 | 5 | 111 | 0 | 142 | 106 | 5 | 527 | 140 | 60 |
| Binary | 11110001 | 101 | 1001001 | 0 | 1100010 | 1000110 | 101 | 101010111 | 1100000 | 110000 |
Color Harmonies of #F10549
Complementary color
Monochromatic Colors of #F10549
Black with #F10549
Text Example
Text Example
White with #F10549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10549; }
p { color: rgb(241,5,73); }
H1.HeaderClassName
{
color: #F10549;
}
.AnyTagClassName
{
color: #F10549;
}
</style>
background-color css
<style>
a { background-color: #F10549; }
a { background-color: rgb(241,5,73); }
div.DivClassName
{
background-color: #F10549;
}
.BgClassName
{
background-color: #F10549;
}
</style>
border-color css
<style>
span { border-color: #F10549; }
span { border-color: rgb(241,5,73); }
td.TdClassName
{
border-color: #F10549;
}
.TagClassName
{
border-color: #F10549;
}
</style>