Shades of Razzmatazz #F60067
Tints of Razzmatazz #F60067
RGB
CMYK
RGB Variations
Color information
#F60067 (or 0xF60067) is known color: Razzmatazz. HEX triplet: F6, 00 and 67. RGB value is (246,0,103). Sum of RGB (Red+Green+Blue) = 246+0+103=349 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.49% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 103 (40.62% from 255 or 29.51% from 349); Max value from RGB is 246 - color contains mainly: red. Hex color #F60067 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60067 is #09FF98. Grayscale: #555555. Windows color (decimal): -655257 or 6750454. OLE color: 6750454.
HSL color Cylindrical-coordinate representation of color #F60067: hue angle of 334.88º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F60067 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 103 | - |
| CMYK | 0 | 1 | 0.58 | 0.04 |
| HSL | 334.88º | 1% | 0.48% | - |
| HSV(B) | 334.88º | 1% | 0.96% | - |
| XYZ | 40.45 | 20.57 | 14.67 | - |
| YUV | 85.3 | 138 | 242.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 103 | 0 | 1 | 0.58 | 0.04 | 334.88 | 1 | 0.48 |
| Hex | F6 | 0 | 67 | 0 | 64 | 3A | 4 | 14F | 64 | 30 |
| Octal | 366 | 0 | 147 | 0 | 144 | 72 | 4 | 517 | 144 | 60 |
| Binary | 11110110 | 0 | 1100111 | 0 | 1100100 | 111010 | 100 | 101001111 | 1100100 | 110000 |
Color Harmonies of #F60067
Complementary color
Monochromatic Colors of #F60067
Black with #F60067
Text Example
Text Example
White with #F60067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60067; }
p { color: rgb(246,0,103); }
H1.HeaderClassName
{
color: #F60067;
}
.AnyTagClassName
{
color: #F60067;
}
</style>
background-color css
<style>
a { background-color: #F60067; }
a { background-color: rgb(246,0,103); }
div.DivClassName
{
background-color: #F60067;
}
.BgClassName
{
background-color: #F60067;
}
</style>
border-color css
<style>
span { border-color: #F60067; }
span { border-color: rgb(246,0,103); }
td.TdClassName
{
border-color: #F60067;
}
.TagClassName
{
border-color: #F60067;
}
</style>