Shades of Razzmatazz #F6075D
Tints of Razzmatazz #F6075D
RGB
CMYK
RGB Variations
Color information
#F6075D (or 0xF6075D) is known color: Razzmatazz. HEX triplet: F6, 07 and 5D. RGB value is (246,7,93). Sum of RGB (Red+Green+Blue) = 246+7+93=346 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.10% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 246 - color contains mainly: red. Hex color #F6075D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6075D is #09F8A2. Grayscale: #585858. Windows color (decimal): -653475 or 6096886. OLE color: 6096886.
HSL color Cylindrical-coordinate representation of color #F6075D: hue angle of 338.41º 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 #F6075D is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 7 | 93 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.04 |
| HSL | 338.41º | 0.94% | 0.5% | - |
| HSV(B) | 338.41º | 0.97% | 0.96% | - |
| XYZ | 40.06 | 20.54 | 12.21 | - |
| YUV | 88.27 | 130.68 | 240.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 7 | 93 | 0 | 0.97 | 0.62 | 0.04 | 338.41 | 0.94 | 0.5 |
| Hex | F6 | 7 | 5D | 0 | 61 | 3E | 4 | 152 | 5E | 32 |
| Octal | 366 | 7 | 135 | 0 | 141 | 76 | 4 | 522 | 136 | 62 |
| Binary | 11110110 | 111 | 1011101 | 0 | 1100001 | 111110 | 100 | 101010010 | 1011110 | 110010 |
Color Harmonies of #F6075D
Complementary color
Monochromatic Colors of #F6075D
Black with #F6075D
Text Example
Text Example
White with #F6075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6075D; }
p { color: rgb(246,7,93); }
H1.HeaderClassName
{
color: #F6075D;
}
.AnyTagClassName
{
color: #F6075D;
}
</style>
background-color css
<style>
a { background-color: #F6075D; }
a { background-color: rgb(246,7,93); }
div.DivClassName
{
background-color: #F6075D;
}
.BgClassName
{
background-color: #F6075D;
}
</style>
border-color css
<style>
span { border-color: #F6075D; }
span { border-color: rgb(246,7,93); }
td.TdClassName
{
border-color: #F6075D;
}
.TagClassName
{
border-color: #F6075D;
}
</style>