Shades of Bittersweet #F86664
Tints of Bittersweet #F86664
RGB
CMYK
RGB Variations
Color information
#F86664 (or 0xF86664) is known color: Bittersweet. HEX triplet: F8, 66 and 64. RGB value is (248,102,100). Sum of RGB (Red+Green+Blue) = 248+102+100=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F86664 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86664 is #07999B. Grayscale: #919191. Windows color (decimal): -498076 or 6579960. OLE color: 6579960.
HSL color Cylindrical-coordinate representation of color #F86664: hue angle of 0.81º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F86664 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 102 | 100 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.03 |
| HSL | 0.81º | 0.91% | 0.68% | - |
| HSV(B) | 0.81º | 0.6% | 0.97% | - |
| XYZ | 45.76 | 30.38 | 15.51 | - |
| YUV | 145.43 | 102.37 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 102 | 100 | 0 | 0.59 | 0.60 | 0.03 | 0.81 | 0.91 | 0.68 |
| Hex | F8 | 66 | 64 | 0 | 3B | 3C | 3 | 1 | 5B | 44 |
| Octal | 370 | 146 | 144 | 0 | 73 | 74 | 3 | 1 | 133 | 104 |
| Binary | 11111000 | 1100110 | 1100100 | 0 | 111011 | 111100 | 11 | 1 | 1011011 | 1000100 |
Color Harmonies of #F86664
Complementary color
Monochromatic Colors of #F86664
Black with #F86664
Text Example
Text Example
White with #F86664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86664; }
p { color: rgb(248,102,100); }
H1.HeaderClassName
{
color: #F86664;
}
.AnyTagClassName
{
color: #F86664;
}
</style>
background-color css
<style>
a { background-color: #F86664; }
a { background-color: rgb(248,102,100); }
div.DivClassName
{
background-color: #F86664;
}
.BgClassName
{
background-color: #F86664;
}
</style>
border-color css
<style>
span { border-color: #F86664; }
span { border-color: rgb(248,102,100); }
td.TdClassName
{
border-color: #F86664;
}
.TagClassName
{
border-color: #F86664;
}
</style>