Shades of Razzmatazz #F6065D
Tints of Razzmatazz #F6065D
RGB
CMYK
RGB Variations
Color information
#F6065D (or 0xF6065D) is known color: Razzmatazz. HEX triplet: F6, 06 and 5D. RGB value is (246,6,93). Sum of RGB (Red+Green+Blue) = 246+6+93=345 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.30% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 246 - color contains mainly: red. Hex color #F6065D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6065D is #09F9A2. Grayscale: #575757. Windows color (decimal): -653731 or 6096630. OLE color: 6096630.
HSL color Cylindrical-coordinate representation of color #F6065D: hue angle of 338.25º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F6065D is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 6 | 93 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.04 |
| HSL | 338.25º | 0.95% | 0.49% | - |
| HSV(B) | 338.25º | 0.98% | 0.96% | - |
| XYZ | 40.05 | 20.51 | 12.2 | - |
| YUV | 87.68 | 131.01 | 240.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 6 | 93 | 0 | 0.98 | 0.62 | 0.04 | 338.25 | 0.95 | 0.49 |
| Hex | F6 | 6 | 5D | 0 | 62 | 3E | 4 | 152 | 5F | 31 |
| Octal | 366 | 6 | 135 | 0 | 142 | 76 | 4 | 522 | 137 | 61 |
| Binary | 11110110 | 110 | 1011101 | 0 | 1100010 | 111110 | 100 | 101010010 | 1011111 | 110001 |
Color Harmonies of #F6065D
Complementary color
Monochromatic Colors of #F6065D
Black with #F6065D
Text Example
Text Example
White with #F6065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6065D; }
p { color: rgb(246,6,93); }
H1.HeaderClassName
{
color: #F6065D;
}
.AnyTagClassName
{
color: #F6065D;
}
</style>
background-color css
<style>
a { background-color: #F6065D; }
a { background-color: rgb(246,6,93); }
div.DivClassName
{
background-color: #F6065D;
}
.BgClassName
{
background-color: #F6065D;
}
</style>
border-color css
<style>
span { border-color: #F6065D; }
span { border-color: rgb(246,6,93); }
td.TdClassName
{
border-color: #F6065D;
}
.TagClassName
{
border-color: #F6065D;
}
</style>