Shades of Razzmatazz #F10464
Tints of Razzmatazz #F10464
RGB
CMYK
RGB Variations
Color information
#F10464 (or 0xF10464) is known color: Razzmatazz. HEX triplet: F1, 04 and 64. RGB value is (241,4,100). Sum of RGB (Red+Green+Blue) = 241+4+100=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F10464 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10464 is #0EFB9B. Grayscale: #555555. Windows color (decimal): -981916 or 6554865. OLE color: 6554865.
HSL color Cylindrical-coordinate representation of color #F10464: hue angle of 335.7º degrees, saturation: 0.97, 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 #F10464 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 4 | 100 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.05 |
| HSL | 335.7º | 0.97% | 0.48% | - |
| HSV(B) | 335.7º | 0.98% | 0.95% | - |
| XYZ | 38.62 | 19.71 | 13.83 | - |
| YUV | 85.81 | 136.02 | 238.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 4 | 100 | 0 | 0.98 | 0.59 | 0.05 | 335.7 | 0.97 | 0.48 |
| Hex | F1 | 4 | 64 | 0 | 62 | 3B | 5 | 150 | 61 | 30 |
| Octal | 361 | 4 | 144 | 0 | 142 | 73 | 5 | 520 | 141 | 60 |
| Binary | 11110001 | 100 | 1100100 | 0 | 1100010 | 111011 | 101 | 101010000 | 1100001 | 110000 |
Color Harmonies of #F10464
Complementary color
Monochromatic Colors of #F10464
Black with #F10464
Text Example
Text Example
White with #F10464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10464; }
p { color: rgb(241,4,100); }
H1.HeaderClassName
{
color: #F10464;
}
.AnyTagClassName
{
color: #F10464;
}
</style>
background-color css
<style>
a { background-color: #F10464; }
a { background-color: rgb(241,4,100); }
div.DivClassName
{
background-color: #F10464;
}
.BgClassName
{
background-color: #F10464;
}
</style>
border-color css
<style>
span { border-color: #F10464; }
span { border-color: rgb(241,4,100); }
td.TdClassName
{
border-color: #F10464;
}
.TagClassName
{
border-color: #F10464;
}
</style>