Shades of Razzmatazz #F10755
Tints of Razzmatazz #F10755
RGB
CMYK
RGB Variations
Color information
#F10755 (or 0xF10755) is known color: Razzmatazz. HEX triplet: F1, 07 and 55. RGB value is (241,7,85). Sum of RGB (Red+Green+Blue) = 241+7+85=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F10755 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10755 is #0EF8AA. Grayscale: #555555. Windows color (decimal): -981163 or 5572593. OLE color: 5572593.
HSL color Cylindrical-coordinate representation of color #F10755: hue angle of 340º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F10755 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 7 | 85 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.05 |
| HSL | 340º | 0.94% | 0.49% | - |
| HSV(B) | 340º | 0.97% | 0.95% | - |
| XYZ | 37.99 | 19.51 | 10.36 | - |
| YUV | 85.86 | 127.52 | 238.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 7 | 85 | 0 | 0.97 | 0.65 | 0.05 | 340 | 0.94 | 0.49 |
| Hex | F1 | 7 | 55 | 0 | 61 | 41 | 5 | 154 | 5E | 31 |
| Octal | 361 | 7 | 125 | 0 | 141 | 101 | 5 | 524 | 136 | 61 |
| Binary | 11110001 | 111 | 1010101 | 0 | 1100001 | 1000001 | 101 | 101010100 | 1011110 | 110001 |
Color Harmonies of #F10755
Complementary color
Monochromatic Colors of #F10755
Black with #F10755
Text Example
Text Example
White with #F10755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10755; }
p { color: rgb(241,7,85); }
H1.HeaderClassName
{
color: #F10755;
}
.AnyTagClassName
{
color: #F10755;
}
</style>
background-color css
<style>
a { background-color: #F10755; }
a { background-color: rgb(241,7,85); }
div.DivClassName
{
background-color: #F10755;
}
.BgClassName
{
background-color: #F10755;
}
</style>
border-color css
<style>
span { border-color: #F10755; }
span { border-color: rgb(241,7,85); }
td.TdClassName
{
border-color: #F10755;
}
.TagClassName
{
border-color: #F10755;
}
</style>