Shades of Razzmatazz #F10E5B
Tints of Razzmatazz #F10E5B
RGB
CMYK
RGB Variations
Color information
#F10E5B (or 0xF10E5B) is known color: Razzmatazz. HEX triplet: F1, 0E and 5B. RGB value is (241,14,91). Sum of RGB (Red+Green+Blue) = 241+14+91=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F10E5B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10E5B is #0EF1A4. Grayscale: #5A5A5A. Windows color (decimal): -979365 or 5967601. OLE color: 5967601.
HSL color Cylindrical-coordinate representation of color #F10E5B: hue angle of 339.65º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10E5B is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 14 | 91 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.05 |
| HSL | 339.65º | 0.89% | 0.5% | - |
| HSV(B) | 339.65º | 0.94% | 0.95% | - |
| XYZ | 38.32 | 19.77 | 11.69 | - |
| YUV | 90.65 | 128.21 | 235.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 14 | 91 | 0 | 0.94 | 0.62 | 0.05 | 339.65 | 0.89 | 0.5 |
| Hex | F1 | E | 5B | 0 | 5E | 3E | 5 | 154 | 59 | 32 |
| Octal | 361 | 16 | 133 | 0 | 136 | 76 | 5 | 524 | 131 | 62 |
| Binary | 11110001 | 1110 | 1011011 | 0 | 1011110 | 111110 | 101 | 101010100 | 1011001 | 110010 |
Color Harmonies of #F10E5B
Complementary color
Monochromatic Colors of #F10E5B
Black with #F10E5B
Text Example
Text Example
White with #F10E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10E5B; }
p { color: rgb(241,14,91); }
H1.HeaderClassName
{
color: #F10E5B;
}
.AnyTagClassName
{
color: #F10E5B;
}
</style>
background-color css
<style>
a { background-color: #F10E5B; }
a { background-color: rgb(241,14,91); }
div.DivClassName
{
background-color: #F10E5B;
}
.BgClassName
{
background-color: #F10E5B;
}
</style>
border-color css
<style>
span { border-color: #F10E5B; }
span { border-color: rgb(241,14,91); }
td.TdClassName
{
border-color: #F10E5B;
}
.TagClassName
{
border-color: #F10E5B;
}
</style>