Shades of Bittersweet #F96953
Tints of Bittersweet #F96953
RGB
CMYK
RGB Variations
Color information
#F96953 (or 0xF96953) is known color: Bittersweet. HEX triplet: F9, 69 and 53. RGB value is (249,105,83). Sum of RGB (Red+Green+Blue) = 249+105+83=437 (57% of max value = 765). Red value is 249 (97.66% from 255 or 56.98% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 83 (32.81% from 255 or 18.99% from 437); Max value from RGB is 249 - color contains mainly: red. Hex color #F96953 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96953 is #0696AC. Grayscale: #919191. Windows color (decimal): -431789 or 5466617. OLE color: 5466617.
HSL color Cylindrical-coordinate representation of color #F96953: hue angle of 7.95º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F96953 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 105 | 83 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.02 |
| HSL | 7.95º | 0.93% | 0.65% | - |
| HSV(B) | 7.95º | 0.67% | 0.98% | - |
| XYZ | 45.68 | 30.87 | 11.73 | - |
| YUV | 145.55 | 92.71 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 105 | 83 | 0 | 0.58 | 0.67 | 0.02 | 7.95 | 0.93 | 0.65 |
| Hex | F9 | 69 | 53 | 0 | 3A | 43 | 2 | 8 | 5D | 41 |
| Octal | 371 | 151 | 123 | 0 | 72 | 103 | 2 | 10 | 135 | 101 |
| Binary | 11111001 | 1101001 | 1010011 | 0 | 111010 | 1000011 | 10 | 1000 | 1011101 | 1000001 |
Color Harmonies of #F96953
Complementary color
Monochromatic Colors of #F96953
Black with #F96953
Text Example
Text Example
White with #F96953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96953; }
p { color: rgb(249,105,83); }
H1.HeaderClassName
{
color: #F96953;
}
.AnyTagClassName
{
color: #F96953;
}
</style>
background-color css
<style>
a { background-color: #F96953; }
a { background-color: rgb(249,105,83); }
div.DivClassName
{
background-color: #F96953;
}
.BgClassName
{
background-color: #F96953;
}
</style>
border-color css
<style>
span { border-color: #F96953; }
span { border-color: rgb(249,105,83); }
td.TdClassName
{
border-color: #F96953;
}
.TagClassName
{
border-color: #F96953;
}
</style>