Shades of Razzmatazz #F60655
Tints of Razzmatazz #F60655
RGB
CMYK
RGB Variations
Color information
#F60655 (or 0xF60655) is known color: Razzmatazz. HEX triplet: F6, 06 and 55. RGB value is (246,6,85). Sum of RGB (Red+Green+Blue) = 246+6+85=337 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.00% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 246 - color contains mainly: red. Hex color #F60655 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60655 is #09F9AA. Grayscale: #565656. Windows color (decimal): -653739 or 5572342. OLE color: 5572342.
HSL color Cylindrical-coordinate representation of color #F60655: hue angle of 340.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 #F60655 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 6 | 85 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.04 |
| HSL | 340.25º | 0.95% | 0.49% | - |
| HSV(B) | 340.25º | 0.98% | 0.96% | - |
| XYZ | 39.71 | 20.38 | 10.43 | - |
| YUV | 86.77 | 127.01 | 241.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 6 | 85 | 0 | 0.98 | 0.65 | 0.04 | 340.25 | 0.95 | 0.49 |
| Hex | F6 | 6 | 55 | 0 | 62 | 41 | 4 | 154 | 5F | 31 |
| Octal | 366 | 6 | 125 | 0 | 142 | 101 | 4 | 524 | 137 | 61 |
| Binary | 11110110 | 110 | 1010101 | 0 | 1100010 | 1000001 | 100 | 101010100 | 1011111 | 110001 |
Color Harmonies of #F60655
Complementary color
Monochromatic Colors of #F60655
Black with #F60655
Text Example
Text Example
White with #F60655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60655; }
p { color: rgb(246,6,85); }
H1.HeaderClassName
{
color: #F60655;
}
.AnyTagClassName
{
color: #F60655;
}
</style>
background-color css
<style>
a { background-color: #F60655; }
a { background-color: rgb(246,6,85); }
div.DivClassName
{
background-color: #F60655;
}
.BgClassName
{
background-color: #F60655;
}
</style>
border-color css
<style>
span { border-color: #F60655; }
span { border-color: rgb(246,6,85); }
td.TdClassName
{
border-color: #F60655;
}
.TagClassName
{
border-color: #F60655;
}
</style>