Shades of Bittersweet #F97266
Tints of Bittersweet #F97266
RGB
CMYK
RGB Variations
Color information
#F97266 (or 0xF97266) is known color: Bittersweet. HEX triplet: F9, 72 and 66. RGB value is (249,114,102). Sum of RGB (Red+Green+Blue) = 249+114+102=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F97266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97266 is #068D99. Grayscale: #999999. Windows color (decimal): -429466 or 6714105. OLE color: 6714105.
HSL color Cylindrical-coordinate representation of color #F97266: hue angle of 4.9º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F97266 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 114 | 102 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.02 |
| HSL | 4.9º | 0.92% | 0.69% | - |
| HSV(B) | 4.9º | 0.59% | 0.98% | - |
| XYZ | 47.48 | 33.13 | 16.46 | - |
| YUV | 153 | 99.23 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 114 | 102 | 0 | 0.54 | 0.59 | 0.02 | 4.9 | 0.92 | 0.69 |
| Hex | F9 | 72 | 66 | 0 | 36 | 3B | 2 | 5 | 5C | 45 |
| Octal | 371 | 162 | 146 | 0 | 66 | 73 | 2 | 5 | 134 | 105 |
| Binary | 11111001 | 1110010 | 1100110 | 0 | 110110 | 111011 | 10 | 101 | 1011100 | 1000101 |
Color Harmonies of #F97266
Complementary color
Monochromatic Colors of #F97266
Black with #F97266
Text Example
Text Example
White with #F97266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97266; }
p { color: rgb(249,114,102); }
H1.HeaderClassName
{
color: #F97266;
}
.AnyTagClassName
{
color: #F97266;
}
</style>
background-color css
<style>
a { background-color: #F97266; }
a { background-color: rgb(249,114,102); }
div.DivClassName
{
background-color: #F97266;
}
.BgClassName
{
background-color: #F97266;
}
</style>
border-color css
<style>
span { border-color: #F97266; }
span { border-color: rgb(249,114,102); }
td.TdClassName
{
border-color: #F97266;
}
.TagClassName
{
border-color: #F97266;
}
</style>