Shades of Razzmatazz #F6005D
Tints of Razzmatazz #F6005D
RGB
CMYK
RGB Variations
Color information
#F6005D (or 0xF6005D) is known color: Razzmatazz. HEX triplet: F6, 00 and 5D. RGB value is (246,0,93). Sum of RGB (Red+Green+Blue) = 246+0+93=339 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.57% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 246 - color contains mainly: red. Hex color #F6005D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6005D is #09FFA2. Grayscale: #545454. Windows color (decimal): -655267 or 6095094. OLE color: 6095094.
HSL color Cylindrical-coordinate representation of color #F6005D: hue angle of 337.32º 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 #F6005D is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.62 | 0.04 |
| HSL | 337.32º | 1% | 0.48% | - |
| HSV(B) | 337.32º | 1% | 0.96% | - |
| XYZ | 39.98 | 20.38 | 12.18 | - |
| YUV | 84.16 | 133 | 243.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 93 | 0 | 1 | 0.62 | 0.04 | 337.32 | 1 | 0.48 |
| Hex | F6 | 0 | 5D | 0 | 64 | 3E | 4 | 151 | 64 | 30 |
| Octal | 366 | 0 | 135 | 0 | 144 | 76 | 4 | 521 | 144 | 60 |
| Binary | 11110110 | 0 | 1011101 | 0 | 1100100 | 111110 | 100 | 101010001 | 1100100 | 110000 |
Color Harmonies of #F6005D
Complementary color
Monochromatic Colors of #F6005D
Black with #F6005D
Text Example
Text Example
White with #F6005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6005D; }
p { color: rgb(246,0,93); }
H1.HeaderClassName
{
color: #F6005D;
}
.AnyTagClassName
{
color: #F6005D;
}
</style>
background-color css
<style>
a { background-color: #F6005D; }
a { background-color: rgb(246,0,93); }
div.DivClassName
{
background-color: #F6005D;
}
.BgClassName
{
background-color: #F6005D;
}
</style>
border-color css
<style>
span { border-color: #F6005D; }
span { border-color: rgb(246,0,93); }
td.TdClassName
{
border-color: #F6005D;
}
.TagClassName
{
border-color: #F6005D;
}
</style>