Shades of Razzmatazz #F6004D
Tints of Razzmatazz #F6004D
RGB
CMYK
RGB Variations
Color information
#F6004D (or 0xF6004D) is known color: Razzmatazz. HEX triplet: F6, 00 and 4D. RGB value is (246,0,77). Sum of RGB (Red+Green+Blue) = 246+0+77=323 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.16% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 246 - color contains mainly: red. Hex color #F6004D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6004D is #09FFB2. Grayscale: #525252. Windows color (decimal): -655283 or 5046518. OLE color: 5046518.
HSL color Cylindrical-coordinate representation of color #F6004D: hue angle of 341.22º 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 #F6004D is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.69 | 0.04 |
| HSL | 341.22º | 1% | 0.48% | - |
| HSV(B) | 341.22º | 1% | 0.96% | - |
| XYZ | 39.35 | 20.13 | 8.83 | - |
| YUV | 82.33 | 125 | 244.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 77 | 0 | 1 | 0.69 | 0.04 | 341.22 | 1 | 0.48 |
| Hex | F6 | 0 | 4D | 0 | 64 | 45 | 4 | 155 | 64 | 30 |
| Octal | 366 | 0 | 115 | 0 | 144 | 105 | 4 | 525 | 144 | 60 |
| Binary | 11110110 | 0 | 1001101 | 0 | 1100100 | 1000101 | 100 | 101010101 | 1100100 | 110000 |
Color Harmonies of #F6004D
Complementary color
Monochromatic Colors of #F6004D
Black with #F6004D
Text Example
Text Example
White with #F6004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6004D; }
p { color: rgb(246,0,77); }
H1.HeaderClassName
{
color: #F6004D;
}
.AnyTagClassName
{
color: #F6004D;
}
</style>
background-color css
<style>
a { background-color: #F6004D; }
a { background-color: rgb(246,0,77); }
div.DivClassName
{
background-color: #F6004D;
}
.BgClassName
{
background-color: #F6004D;
}
</style>
border-color css
<style>
span { border-color: #F6004D; }
span { border-color: rgb(246,0,77); }
td.TdClassName
{
border-color: #F6004D;
}
.TagClassName
{
border-color: #F6004D;
}
</style>