Shades of Bittersweet #F66363
Tints of Bittersweet #F66363
RGB
CMYK
RGB Variations
Color information
#F66363 (or 0xF66363) is known color: Bittersweet. HEX triplet: F6, 63 and 63. RGB value is (246,99,99). Sum of RGB (Red+Green+Blue) = 246+99+99=444 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.41% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 246 - color contains mainly: red. Hex color #F66363 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66363 is #099C9C. Grayscale: #8F8F8F. Windows color (decimal): -629917 or 6513654. OLE color: 6513654.
HSL color Cylindrical-coordinate representation of color #F66363: hue angle of 0º 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 #F66363 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 99 | 99 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.04 |
| HSL | 0º | 0.89% | 0.68% | - |
| HSV(B) | 0º | 0.6% | 0.96% | - |
| XYZ | 44.72 | 29.42 | 15.13 | - |
| YUV | 142.95 | 103.2 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 99 | 99 | 0 | 0.60 | 0.60 | 0.04 | 0 | 0.89 | 0.68 |
| Hex | F6 | 63 | 63 | 0 | 3C | 3C | 4 | 0 | 59 | 44 |
| Octal | 366 | 143 | 143 | 0 | 74 | 74 | 4 | 0 | 131 | 104 |
| Binary | 11110110 | 1100011 | 1100011 | 0 | 111100 | 111100 | 100 | 0 | 1011001 | 1000100 |
Color Harmonies of #F66363
Complementary color
Monochromatic Colors of #F66363
Black with #F66363
Text Example
Text Example
White with #F66363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66363; }
p { color: rgb(246,99,99); }
H1.HeaderClassName
{
color: #F66363;
}
.AnyTagClassName
{
color: #F66363;
}
</style>
background-color css
<style>
a { background-color: #F66363; }
a { background-color: rgb(246,99,99); }
div.DivClassName
{
background-color: #F66363;
}
.BgClassName
{
background-color: #F66363;
}
</style>
border-color css
<style>
span { border-color: #F66363; }
span { border-color: rgb(246,99,99); }
td.TdClassName
{
border-color: #F66363;
}
.TagClassName
{
border-color: #F66363;
}
</style>