Shades of Razzmatazz #F11067
Tints of Razzmatazz #F11067
RGB
CMYK
RGB Variations
Color information
#F11067 (or 0xF11067) is known color: Razzmatazz. HEX triplet: F1, 10 and 67. RGB value is (241,16,103). Sum of RGB (Red+Green+Blue) = 241+16+103=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F11067 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11067 is #0EEF98. Grayscale: #5D5D5D. Windows color (decimal): -978841 or 6754545. OLE color: 6754545.
HSL color Cylindrical-coordinate representation of color #F11067: hue angle of 336.8º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11067 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 103 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.05 |
| HSL | 336.8º | 0.89% | 0.5% | - |
| HSV(B) | 336.8º | 0.93% | 0.95% | - |
| XYZ | 38.91 | 20.05 | 14.65 | - |
| YUV | 93.19 | 133.54 | 233.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 103 | 0 | 0.93 | 0.57 | 0.05 | 336.8 | 0.89 | 0.5 |
| Hex | F1 | 10 | 67 | 0 | 5D | 39 | 5 | 151 | 59 | 32 |
| Octal | 361 | 20 | 147 | 0 | 135 | 71 | 5 | 521 | 131 | 62 |
| Binary | 11110001 | 10000 | 1100111 | 0 | 1011101 | 111001 | 101 | 101010001 | 1011001 | 110010 |
Color Harmonies of #F11067
Complementary color
Monochromatic Colors of #F11067
Black with #F11067
Text Example
Text Example
White with #F11067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11067; }
p { color: rgb(241,16,103); }
H1.HeaderClassName
{
color: #F11067;
}
.AnyTagClassName
{
color: #F11067;
}
</style>
background-color css
<style>
a { background-color: #F11067; }
a { background-color: rgb(241,16,103); }
div.DivClassName
{
background-color: #F11067;
}
.BgClassName
{
background-color: #F11067;
}
</style>
border-color css
<style>
span { border-color: #F11067; }
span { border-color: rgb(241,16,103); }
td.TdClassName
{
border-color: #F11067;
}
.TagClassName
{
border-color: #F11067;
}
</style>