Shades of Razzmatazz #F10067
Tints of Razzmatazz #F10067
RGB
CMYK
RGB Variations
Color information
#F10067 (or 0xF10067) is known color: Razzmatazz. HEX triplet: F1, 00 and 67. RGB value is (241,0,103). Sum of RGB (Red+Green+Blue) = 241+0+103=344 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.06% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 241 - color contains mainly: red. Hex color #F10067 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10067 is #0EFF98. Grayscale: #535353. Windows color (decimal): -982937 or 6750449. OLE color: 6750449.
HSL color Cylindrical-coordinate representation of color #F10067: hue angle of 334.36º 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 #F10067 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 103 | - |
| CMYK | 0 | 1 | 0.57 | 0.05 |
| HSL | 334.36º | 1% | 0.47% | - |
| HSV(B) | 334.36º | 1% | 0.95% | - |
| XYZ | 38.72 | 19.68 | 14.59 | - |
| YUV | 83.8 | 138.84 | 240.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 103 | 0 | 1 | 0.57 | 0.05 | 334.36 | 1 | 0.47 |
| Hex | F1 | 0 | 67 | 0 | 64 | 39 | 5 | 14E | 64 | 2F |
| Octal | 361 | 0 | 147 | 0 | 144 | 71 | 5 | 516 | 144 | 57 |
| Binary | 11110001 | 0 | 1100111 | 0 | 1100100 | 111001 | 101 | 101001110 | 1100100 | 101111 |
Color Harmonies of #F10067
Complementary color
Monochromatic Colors of #F10067
Black with #F10067
Text Example
Text Example
White with #F10067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10067; }
p { color: rgb(241,0,103); }
H1.HeaderClassName
{
color: #F10067;
}
.AnyTagClassName
{
color: #F10067;
}
</style>
background-color css
<style>
a { background-color: #F10067; }
a { background-color: rgb(241,0,103); }
div.DivClassName
{
background-color: #F10067;
}
.BgClassName
{
background-color: #F10067;
}
</style>
border-color css
<style>
span { border-color: #F10067; }
span { border-color: rgb(241,0,103); }
td.TdClassName
{
border-color: #F10067;
}
.TagClassName
{
border-color: #F10067;
}
</style>