Shades of Razzmatazz #F6005E
Tints of Razzmatazz #F6005E
RGB
CMYK
RGB Variations
Color information
#F6005E (or 0xF6005E) is known color: Razzmatazz. HEX triplet: F6, 00 and 5E. RGB value is (246,0,94). Sum of RGB (Red+Green+Blue) = 246+0+94=340 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.35% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 246 - color contains mainly: red. Hex color #F6005E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6005E is #09FFA1. Grayscale: #545454. Windows color (decimal): -655266 or 6160630. OLE color: 6160630.
HSL color Cylindrical-coordinate representation of color #F6005E: hue angle of 337.07º 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 #F6005E is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.62 | 0.04 |
| HSL | 337.07º | 1% | 0.48% | - |
| HSV(B) | 337.07º | 1% | 0.96% | - |
| XYZ | 40.03 | 20.4 | 12.42 | - |
| YUV | 84.27 | 133.5 | 243.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 94 | 0 | 1 | 0.62 | 0.04 | 337.07 | 1 | 0.48 |
| Hex | F6 | 0 | 5E | 0 | 64 | 3E | 4 | 151 | 64 | 30 |
| Octal | 366 | 0 | 136 | 0 | 144 | 76 | 4 | 521 | 144 | 60 |
| Binary | 11110110 | 0 | 1011110 | 0 | 1100100 | 111110 | 100 | 101010001 | 1100100 | 110000 |
Color Harmonies of #F6005E
Complementary color
Monochromatic Colors of #F6005E
Black with #F6005E
Text Example
Text Example
White with #F6005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6005E; }
p { color: rgb(246,0,94); }
H1.HeaderClassName
{
color: #F6005E;
}
.AnyTagClassName
{
color: #F6005E;
}
</style>
background-color css
<style>
a { background-color: #F6005E; }
a { background-color: rgb(246,0,94); }
div.DivClassName
{
background-color: #F6005E;
}
.BgClassName
{
background-color: #F6005E;
}
</style>
border-color css
<style>
span { border-color: #F6005E; }
span { border-color: rgb(246,0,94); }
td.TdClassName
{
border-color: #F6005E;
}
.TagClassName
{
border-color: #F6005E;
}
</style>