Shades of Razzmatazz #F10160
Tints of Razzmatazz #F10160
RGB
CMYK
RGB Variations
Color information
#F10160 (or 0xF10160) is known color: Razzmatazz. HEX triplet: F1, 01 and 60. RGB value is (241,1,96). Sum of RGB (Red+Green+Blue) = 241+1+96=338 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.30% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 241 - color contains mainly: red. Hex color #F10160 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10160 is #0EFE9F. Grayscale: #535353. Windows color (decimal): -982688 or 6291953. OLE color: 6291953.
HSL color Cylindrical-coordinate representation of color #F10160: hue angle of 336.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10160 is Cyan = 0, Magento = 1.00, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 96 | - |
| CMYK | 0 | 1.00 | 0.60 | 0.05 |
| HSL | 336.25º | 0.99% | 0.47% | - |
| HSV(B) | 336.25º | 1% | 0.95% | - |
| XYZ | 38.4 | 19.57 | 12.82 | - |
| YUV | 83.59 | 135.01 | 240.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 96 | 0 | 1.00 | 0.60 | 0.05 | 336.25 | 0.99 | 0.47 |
| Hex | F1 | 1 | 60 | 0 | 64 | 3C | 5 | 150 | 63 | 2F |
| Octal | 361 | 1 | 140 | 0 | 144 | 74 | 5 | 520 | 143 | 57 |
| Binary | 11110001 | 1 | 1100000 | 0 | 1100100 | 111100 | 101 | 101010000 | 1100011 | 101111 |
Color Harmonies of #F10160
Complementary color
Monochromatic Colors of #F10160
Black with #F10160
Text Example
Text Example
White with #F10160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10160; }
p { color: rgb(241,1,96); }
H1.HeaderClassName
{
color: #F10160;
}
.AnyTagClassName
{
color: #F10160;
}
</style>
background-color css
<style>
a { background-color: #F10160; }
a { background-color: rgb(241,1,96); }
div.DivClassName
{
background-color: #F10160;
}
.BgClassName
{
background-color: #F10160;
}
</style>
border-color css
<style>
span { border-color: #F10160; }
span { border-color: rgb(241,1,96); }
td.TdClassName
{
border-color: #F10160;
}
.TagClassName
{
border-color: #F10160;
}
</style>