Shades of Bittersweet #F66F63
Tints of Bittersweet #F66F63
RGB
CMYK
RGB Variations
Color information
#F66F63 (or 0xF66F63) is known color: Bittersweet. HEX triplet: F6, 6F and 63. RGB value is (246,111,99). Sum of RGB (Red+Green+Blue) = 246+111+99=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F66F63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66F63 is #09909C. Grayscale: #969696. Windows color (decimal): -626845 or 6516726. OLE color: 6516726.
HSL color Cylindrical-coordinate representation of color #F66F63: hue angle of 4.9º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F66F63 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 111 | 99 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.04 |
| HSL | 4.9º | 0.89% | 0.68% | - |
| HSV(B) | 4.9º | 0.6% | 0.96% | - |
| XYZ | 45.94 | 31.86 | 15.53 | - |
| YUV | 150 | 99.23 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 111 | 99 | 0 | 0.55 | 0.60 | 0.04 | 4.9 | 0.89 | 0.68 |
| Hex | F6 | 6F | 63 | 0 | 37 | 3C | 4 | 5 | 59 | 44 |
| Octal | 366 | 157 | 143 | 0 | 67 | 74 | 4 | 5 | 131 | 104 |
| Binary | 11110110 | 1101111 | 1100011 | 0 | 110111 | 111100 | 100 | 101 | 1011001 | 1000100 |
Color Harmonies of #F66F63
Complementary color
Monochromatic Colors of #F66F63
Black with #F66F63
Text Example
Text Example
White with #F66F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66F63; }
p { color: rgb(246,111,99); }
H1.HeaderClassName
{
color: #F66F63;
}
.AnyTagClassName
{
color: #F66F63;
}
</style>
background-color css
<style>
a { background-color: #F66F63; }
a { background-color: rgb(246,111,99); }
div.DivClassName
{
background-color: #F66F63;
}
.BgClassName
{
background-color: #F66F63;
}
</style>
border-color css
<style>
span { border-color: #F66F63; }
span { border-color: rgb(246,111,99); }
td.TdClassName
{
border-color: #F66F63;
}
.TagClassName
{
border-color: #F66F63;
}
</style>