Shades of Bittersweet #F96F63
Tints of Bittersweet #F96F63
RGB
CMYK
RGB Variations
Color information
#F96F63 (or 0xF96F63) is known color: Bittersweet. HEX triplet: F9, 6F and 63. RGB value is (249,111,99). Sum of RGB (Red+Green+Blue) = 249+111+99=459 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.25% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96F63 is #06909C. Grayscale: #979797. Windows color (decimal): -430237 or 6516729. OLE color: 6516729.
HSL color Cylindrical-coordinate representation of color #F96F63: hue angle of 4.8º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F96F63 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 111 | 99 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.02 |
| HSL | 4.8º | 0.93% | 0.68% | - |
| HSV(B) | 4.8º | 0.6% | 0.98% | - |
| XYZ | 47 | 32.41 | 15.58 | - |
| YUV | 150.89 | 98.72 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 111 | 99 | 0 | 0.55 | 0.60 | 0.02 | 4.8 | 0.93 | 0.68 |
| Hex | F9 | 6F | 63 | 0 | 37 | 3C | 2 | 5 | 5D | 44 |
| Octal | 371 | 157 | 143 | 0 | 67 | 74 | 2 | 5 | 135 | 104 |
| Binary | 11111001 | 1101111 | 1100011 | 0 | 110111 | 111100 | 10 | 101 | 1011101 | 1000100 |
Color Harmonies of #F96F63
Complementary color
Monochromatic Colors of #F96F63
Black with #F96F63
Text Example
Text Example
White with #F96F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96F63; }
p { color: rgb(249,111,99); }
H1.HeaderClassName
{
color: #F96F63;
}
.AnyTagClassName
{
color: #F96F63;
}
</style>
background-color css
<style>
a { background-color: #F96F63; }
a { background-color: rgb(249,111,99); }
div.DivClassName
{
background-color: #F96F63;
}
.BgClassName
{
background-color: #F96F63;
}
</style>
border-color css
<style>
span { border-color: #F96F63; }
span { border-color: rgb(249,111,99); }
td.TdClassName
{
border-color: #F96F63;
}
.TagClassName
{
border-color: #F96F63;
}
</style>