Shades of Razzmatazz #F6066C
Tints of Razzmatazz #F6066C
RGB
CMYK
RGB Variations
Color information
#F6066C (or 0xF6066C) is known color: Razzmatazz. HEX triplet: F6, 06 and 6C. RGB value is (246,6,108). Sum of RGB (Red+Green+Blue) = 246+6+108=360 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.33% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 246 - color contains mainly: red. Hex color #F6066C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6066C is #09F993. Grayscale: #595959. Windows color (decimal): -653716 or 7079670. OLE color: 7079670.
HSL color Cylindrical-coordinate representation of color #F6066C: hue angle of 334.5º 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 #F6066C is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 6 | 108 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.04 |
| HSL | 334.5º | 0.95% | 0.49% | - |
| HSV(B) | 334.5º | 0.98% | 0.96% | - |
| XYZ | 40.78 | 20.81 | 16.05 | - |
| YUV | 89.39 | 138.51 | 239.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 6 | 108 | 0 | 0.98 | 0.56 | 0.04 | 334.5 | 0.95 | 0.49 |
| Hex | F6 | 6 | 6C | 0 | 62 | 38 | 4 | 14E | 5F | 31 |
| Octal | 366 | 6 | 154 | 0 | 142 | 70 | 4 | 516 | 137 | 61 |
| Binary | 11110110 | 110 | 1101100 | 0 | 1100010 | 111000 | 100 | 101001110 | 1011111 | 110001 |
Color Harmonies of #F6066C
Complementary color
Monochromatic Colors of #F6066C
Black with #F6066C
Text Example
Text Example
White with #F6066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6066C; }
p { color: rgb(246,6,108); }
H1.HeaderClassName
{
color: #F6066C;
}
.AnyTagClassName
{
color: #F6066C;
}
</style>
background-color css
<style>
a { background-color: #F6066C; }
a { background-color: rgb(246,6,108); }
div.DivClassName
{
background-color: #F6066C;
}
.BgClassName
{
background-color: #F6066C;
}
</style>
border-color css
<style>
span { border-color: #F6066C; }
span { border-color: rgb(246,6,108); }
td.TdClassName
{
border-color: #F6066C;
}
.TagClassName
{
border-color: #F6066C;
}
</style>