Shades of Razzmatazz #F1006D
Tints of Razzmatazz #F1006D
RGB
CMYK
RGB Variations
Color information
#F1006D (or 0xF1006D) is known color: Razzmatazz. HEX triplet: F1, 00 and 6D. RGB value is (241,0,109). Sum of RGB (Red+Green+Blue) = 241+0+109=350 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.86% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 241 - color contains mainly: red. Hex color #F1006D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1006D is #0EFF92. Grayscale: #545454. Windows color (decimal): -982931 or 7143665. OLE color: 7143665.
HSL color Cylindrical-coordinate representation of color #F1006D: hue angle of 332.86º 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 #F1006D is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.55 | 0.05 |
| HSL | 332.86º | 1% | 0.47% | - |
| HSV(B) | 332.86º | 1% | 0.95% | - |
| XYZ | 39.04 | 19.8 | 16.23 | - |
| YUV | 84.49 | 141.84 | 239.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 109 | 0 | 1 | 0.55 | 0.05 | 332.86 | 1 | 0.47 |
| Hex | F1 | 0 | 6D | 0 | 64 | 37 | 5 | 14D | 64 | 2F |
| Octal | 361 | 0 | 155 | 0 | 144 | 67 | 5 | 515 | 144 | 57 |
| Binary | 11110001 | 0 | 1101101 | 0 | 1100100 | 110111 | 101 | 101001101 | 1100100 | 101111 |
Color Harmonies of #F1006D
Complementary color
Monochromatic Colors of #F1006D
Black with #F1006D
Text Example
Text Example
White with #F1006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1006D; }
p { color: rgb(241,0,109); }
H1.HeaderClassName
{
color: #F1006D;
}
.AnyTagClassName
{
color: #F1006D;
}
</style>
background-color css
<style>
a { background-color: #F1006D; }
a { background-color: rgb(241,0,109); }
div.DivClassName
{
background-color: #F1006D;
}
.BgClassName
{
background-color: #F1006D;
}
</style>
border-color css
<style>
span { border-color: #F1006D; }
span { border-color: rgb(241,0,109); }
td.TdClassName
{
border-color: #F1006D;
}
.TagClassName
{
border-color: #F1006D;
}
</style>