Shades of Razzmatazz #F1006C
Tints of Razzmatazz #F1006C
RGB
CMYK
RGB Variations
Color information
#F1006C (or 0xF1006C) is known color: Razzmatazz. HEX triplet: F1, 00 and 6C. RGB value is (241,0,108). Sum of RGB (Red+Green+Blue) = 241+0+108=349 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.05% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 241 - color contains mainly: red. Hex color #F1006C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1006C is #0EFF93. Grayscale: #545454. Windows color (decimal): -982932 or 7078129. OLE color: 7078129.
HSL color Cylindrical-coordinate representation of color #F1006C: hue angle of 333.11º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1006C is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.55 | 0.05 |
| HSL | 333.11º | 1% | 0.47% | - |
| HSV(B) | 333.11º | 1% | 0.95% | - |
| XYZ | 38.98 | 19.78 | 15.95 | - |
| YUV | 84.37 | 141.34 | 239.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 108 | 0 | 1 | 0.55 | 0.05 | 333.11 | 1 | 0.47 |
| Hex | F1 | 0 | 6C | 0 | 64 | 37 | 5 | 14D | 64 | 2F |
| Octal | 361 | 0 | 154 | 0 | 144 | 67 | 5 | 515 | 144 | 57 |
| Binary | 11110001 | 0 | 1101100 | 0 | 1100100 | 110111 | 101 | 101001101 | 1100100 | 101111 |
Color Harmonies of #F1006C
Complementary color
Monochromatic Colors of #F1006C
Black with #F1006C
Text Example
Text Example
White with #F1006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1006C; }
p { color: rgb(241,0,108); }
H1.HeaderClassName
{
color: #F1006C;
}
.AnyTagClassName
{
color: #F1006C;
}
</style>
background-color css
<style>
a { background-color: #F1006C; }
a { background-color: rgb(241,0,108); }
div.DivClassName
{
background-color: #F1006C;
}
.BgClassName
{
background-color: #F1006C;
}
</style>
border-color css
<style>
span { border-color: #F1006C; }
span { border-color: rgb(241,0,108); }
td.TdClassName
{
border-color: #F1006C;
}
.TagClassName
{
border-color: #F1006C;
}
</style>