Shades of Razzmatazz #F10564
Tints of Razzmatazz #F10564
RGB
CMYK
RGB Variations
Color information
#F10564 (or 0xF10564) is known color: Razzmatazz. HEX triplet: F1, 05 and 64. RGB value is (241,5,100). Sum of RGB (Red+Green+Blue) = 241+5+100=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F10564 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10564 is #0EFA9B. Grayscale: #565656. Windows color (decimal): -981660 or 6555121. OLE color: 6555121.
HSL color Cylindrical-coordinate representation of color #F10564: hue angle of 335.85º 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 #F10564 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 100 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.05 |
| HSL | 335.85º | 0.96% | 0.48% | - |
| HSV(B) | 335.85º | 0.98% | 0.95% | - |
| XYZ | 38.63 | 19.73 | 13.83 | - |
| YUV | 86.39 | 135.69 | 238.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 100 | 0 | 0.98 | 0.59 | 0.05 | 335.85 | 0.96 | 0.48 |
| Hex | F1 | 5 | 64 | 0 | 62 | 3B | 5 | 150 | 60 | 30 |
| Octal | 361 | 5 | 144 | 0 | 142 | 73 | 5 | 520 | 140 | 60 |
| Binary | 11110001 | 101 | 1100100 | 0 | 1100010 | 111011 | 101 | 101010000 | 1100000 | 110000 |
Color Harmonies of #F10564
Complementary color
Monochromatic Colors of #F10564
Black with #F10564
Text Example
Text Example
White with #F10564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10564; }
p { color: rgb(241,5,100); }
H1.HeaderClassName
{
color: #F10564;
}
.AnyTagClassName
{
color: #F10564;
}
</style>
background-color css
<style>
a { background-color: #F10564; }
a { background-color: rgb(241,5,100); }
div.DivClassName
{
background-color: #F10564;
}
.BgClassName
{
background-color: #F10564;
}
</style>
border-color css
<style>
span { border-color: #F10564; }
span { border-color: rgb(241,5,100); }
td.TdClassName
{
border-color: #F10564;
}
.TagClassName
{
border-color: #F10564;
}
</style>