Shades of Razzmatazz #F10963
Tints of Razzmatazz #F10963
RGB
CMYK
RGB Variations
Color information
#F10963 (or 0xF10963) is known color: Razzmatazz. HEX triplet: F1, 09 and 63. RGB value is (241,9,99). Sum of RGB (Red+Green+Blue) = 241+9+99=349 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.05% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 99 (39.06% from 255 or 28.37% from 349); Max value from RGB is 241 - color contains mainly: red. Hex color #F10963 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10963 is #0EF69C. Grayscale: #585858. Windows color (decimal): -980637 or 6490609. OLE color: 6490609.
HSL color Cylindrical-coordinate representation of color #F10963: hue angle of 336.72º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10963 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 99 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.05 |
| HSL | 336.72º | 0.93% | 0.49% | - |
| HSV(B) | 336.72º | 0.96% | 0.95% | - |
| XYZ | 38.63 | 19.8 | 13.59 | - |
| YUV | 88.63 | 133.86 | 236.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 99 | 0 | 0.96 | 0.59 | 0.05 | 336.72 | 0.93 | 0.49 |
| Hex | F1 | 9 | 63 | 0 | 60 | 3B | 5 | 151 | 5D | 31 |
| Octal | 361 | 11 | 143 | 0 | 140 | 73 | 5 | 521 | 135 | 61 |
| Binary | 11110001 | 1001 | 1100011 | 0 | 1100000 | 111011 | 101 | 101010001 | 1011101 | 110001 |
Color Harmonies of #F10963
Complementary color
Monochromatic Colors of #F10963
Black with #F10963
Text Example
Text Example
White with #F10963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10963; }
p { color: rgb(241,9,99); }
H1.HeaderClassName
{
color: #F10963;
}
.AnyTagClassName
{
color: #F10963;
}
</style>
background-color css
<style>
a { background-color: #F10963; }
a { background-color: rgb(241,9,99); }
div.DivClassName
{
background-color: #F10963;
}
.BgClassName
{
background-color: #F10963;
}
</style>
border-color css
<style>
span { border-color: #F10963; }
span { border-color: rgb(241,9,99); }
td.TdClassName
{
border-color: #F10963;
}
.TagClassName
{
border-color: #F10963;
}
</style>