Shades of Razzmatazz #F10964
Tints of Razzmatazz #F10964
RGB
CMYK
RGB Variations
Color information
#F10964 (or 0xF10964) is known color: Razzmatazz. HEX triplet: F1, 09 and 64. RGB value is (241,9,100). Sum of RGB (Red+Green+Blue) = 241+9+100=350 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.86% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 241 - color contains mainly: red. Hex color #F10964 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10964 is #0EF69B. Grayscale: #585858. Windows color (decimal): -980636 or 6556145. OLE color: 6556145.
HSL color Cylindrical-coordinate representation of color #F10964: hue angle of 336.47º 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 #F10964 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 100 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.05 |
| HSL | 336.47º | 0.93% | 0.49% | - |
| HSV(B) | 336.47º | 0.96% | 0.95% | - |
| XYZ | 38.67 | 19.82 | 13.84 | - |
| YUV | 88.74 | 134.36 | 236.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 100 | 0 | 0.96 | 0.59 | 0.05 | 336.47 | 0.93 | 0.49 |
| Hex | F1 | 9 | 64 | 0 | 60 | 3B | 5 | 150 | 5D | 31 |
| Octal | 361 | 11 | 144 | 0 | 140 | 73 | 5 | 520 | 135 | 61 |
| Binary | 11110001 | 1001 | 1100100 | 0 | 1100000 | 111011 | 101 | 101010000 | 1011101 | 110001 |
Color Harmonies of #F10964
Complementary color
Monochromatic Colors of #F10964
Black with #F10964
Text Example
Text Example
White with #F10964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10964; }
p { color: rgb(241,9,100); }
H1.HeaderClassName
{
color: #F10964;
}
.AnyTagClassName
{
color: #F10964;
}
</style>
background-color css
<style>
a { background-color: #F10964; }
a { background-color: rgb(241,9,100); }
div.DivClassName
{
background-color: #F10964;
}
.BgClassName
{
background-color: #F10964;
}
</style>
border-color css
<style>
span { border-color: #F10964; }
span { border-color: rgb(241,9,100); }
td.TdClassName
{
border-color: #F10964;
}
.TagClassName
{
border-color: #F10964;
}
</style>