Shades of Razzmatazz #F10656
Tints of Razzmatazz #F10656
RGB
CMYK
RGB Variations
Color information
#F10656 (or 0xF10656) is known color: Razzmatazz. HEX triplet: F1, 06 and 56. RGB value is (241,6,86). Sum of RGB (Red+Green+Blue) = 241+6+86=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F10656 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10656 is #0EF9A9. Grayscale: #555555. Windows color (decimal): -981418 or 5637873. OLE color: 5637873.
HSL color Cylindrical-coordinate representation of color #F10656: hue angle of 339.57º degrees, saturation: 0.95, 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 #F10656 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 6 | 86 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.05 |
| HSL | 339.57º | 0.95% | 0.48% | - |
| HSV(B) | 339.57º | 0.98% | 0.95% | - |
| XYZ | 38.02 | 19.5 | 10.56 | - |
| YUV | 85.39 | 128.36 | 239 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 6 | 86 | 0 | 0.98 | 0.64 | 0.05 | 339.57 | 0.95 | 0.48 |
| Hex | F1 | 6 | 56 | 0 | 62 | 40 | 5 | 154 | 5F | 30 |
| Octal | 361 | 6 | 126 | 0 | 142 | 100 | 5 | 524 | 137 | 60 |
| Binary | 11110001 | 110 | 1010110 | 0 | 1100010 | 1000000 | 101 | 101010100 | 1011111 | 110000 |
Color Harmonies of #F10656
Complementary color
Monochromatic Colors of #F10656
Black with #F10656
Text Example
Text Example
White with #F10656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10656; }
p { color: rgb(241,6,86); }
H1.HeaderClassName
{
color: #F10656;
}
.AnyTagClassName
{
color: #F10656;
}
</style>
background-color css
<style>
a { background-color: #F10656; }
a { background-color: rgb(241,6,86); }
div.DivClassName
{
background-color: #F10656;
}
.BgClassName
{
background-color: #F10656;
}
</style>
border-color css
<style>
span { border-color: #F10656; }
span { border-color: rgb(241,6,86); }
td.TdClassName
{
border-color: #F10656;
}
.TagClassName
{
border-color: #F10656;
}
</style>