Shades of Razzmatazz #F6085D
Tints of Razzmatazz #F6085D
RGB
CMYK
RGB Variations
Color information
#F6085D (or 0xF6085D) is known color: Razzmatazz. HEX triplet: F6, 08 and 5D. RGB value is (246,8,93). Sum of RGB (Red+Green+Blue) = 246+8+93=347 (45% of max value = 765). Red value is 246 (96.48% from 255 or 70.89% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 246 - color contains mainly: red. Hex color #F6085D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6085D is #09F7A2. Grayscale: #585858. Windows color (decimal): -653219 or 6097142. OLE color: 6097142.
HSL color Cylindrical-coordinate representation of color #F6085D: hue angle of 338.57º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F6085D is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 8 | 93 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.04 |
| HSL | 338.57º | 0.94% | 0.5% | - |
| HSV(B) | 338.57º | 0.97% | 0.96% | - |
| XYZ | 40.07 | 20.56 | 12.21 | - |
| YUV | 88.85 | 130.35 | 240.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 8 | 93 | 0 | 0.97 | 0.62 | 0.04 | 338.57 | 0.94 | 0.5 |
| Hex | F6 | 8 | 5D | 0 | 61 | 3E | 4 | 153 | 5E | 32 |
| Octal | 366 | 10 | 135 | 0 | 141 | 76 | 4 | 523 | 136 | 62 |
| Binary | 11110110 | 1000 | 1011101 | 0 | 1100001 | 111110 | 100 | 101010011 | 1011110 | 110010 |
Color Harmonies of #F6085D
Complementary color
Monochromatic Colors of #F6085D
Black with #F6085D
Text Example
Text Example
White with #F6085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6085D; }
p { color: rgb(246,8,93); }
H1.HeaderClassName
{
color: #F6085D;
}
.AnyTagClassName
{
color: #F6085D;
}
</style>
background-color css
<style>
a { background-color: #F6085D; }
a { background-color: rgb(246,8,93); }
div.DivClassName
{
background-color: #F6085D;
}
.BgClassName
{
background-color: #F6085D;
}
</style>
border-color css
<style>
span { border-color: #F6085D; }
span { border-color: rgb(246,8,93); }
td.TdClassName
{
border-color: #F6085D;
}
.TagClassName
{
border-color: #F6085D;
}
</style>