Shades of Bittersweet #F8665F
Tints of Bittersweet #F8665F
RGB
CMYK
RGB Variations
Color information
#F8665F (or 0xF8665F) is known color: Bittersweet. HEX triplet: F8, 66 and 5F. RGB value is (248,102,95). Sum of RGB (Red+Green+Blue) = 248+102+95=445 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.73% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 248 - color contains mainly: red. Hex color #F8665F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8665F is #0799A0. Grayscale: #919191. Windows color (decimal): -498081 or 6252280. OLE color: 6252280.
HSL color Cylindrical-coordinate representation of color #F8665F: hue angle of 2.75º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F8665F is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 102 | 95 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.03 |
| HSL | 2.75º | 0.92% | 0.67% | - |
| HSV(B) | 2.75º | 0.62% | 0.97% | - |
| XYZ | 45.53 | 30.29 | 14.27 | - |
| YUV | 144.86 | 99.87 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 102 | 95 | 0 | 0.59 | 0.62 | 0.03 | 2.75 | 0.92 | 0.67 |
| Hex | F8 | 66 | 5F | 0 | 3B | 3E | 3 | 3 | 5C | 43 |
| Octal | 370 | 146 | 137 | 0 | 73 | 76 | 3 | 3 | 134 | 103 |
| Binary | 11111000 | 1100110 | 1011111 | 0 | 111011 | 111110 | 11 | 11 | 1011100 | 1000011 |
Color Harmonies of #F8665F
Complementary color
Monochromatic Colors of #F8665F
Black with #F8665F
Text Example
Text Example
White with #F8665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8665F; }
p { color: rgb(248,102,95); }
H1.HeaderClassName
{
color: #F8665F;
}
.AnyTagClassName
{
color: #F8665F;
}
</style>
background-color css
<style>
a { background-color: #F8665F; }
a { background-color: rgb(248,102,95); }
div.DivClassName
{
background-color: #F8665F;
}
.BgClassName
{
background-color: #F8665F;
}
</style>
border-color css
<style>
span { border-color: #F8665F; }
span { border-color: rgb(248,102,95); }
td.TdClassName
{
border-color: #F8665F;
}
.TagClassName
{
border-color: #F8665F;
}
</style>