Shades of Bittersweet #F87465
Tints of Bittersweet #F87465
RGB
CMYK
RGB Variations
Color information
#F87465 (or 0xF87465) is known color: Bittersweet. HEX triplet: F8, 74 and 65. RGB value is (248,116,101). Sum of RGB (Red+Green+Blue) = 248+116+101=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F87465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87465 is #078B9A. Grayscale: #999999. Windows color (decimal): -494491 or 6649080. OLE color: 6649080.
HSL color Cylindrical-coordinate representation of color #F87465: hue angle of 6.12º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F87465 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 116 | 101 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.03 |
| HSL | 6.12º | 0.91% | 0.68% | - |
| HSV(B) | 6.12º | 0.59% | 0.97% | - |
| XYZ | 47.31 | 33.39 | 16.26 | - |
| YUV | 153.76 | 98.23 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 116 | 101 | 0 | 0.53 | 0.59 | 0.03 | 6.12 | 0.91 | 0.68 |
| Hex | F8 | 74 | 65 | 0 | 35 | 3B | 3 | 6 | 5B | 44 |
| Octal | 370 | 164 | 145 | 0 | 65 | 73 | 3 | 6 | 133 | 104 |
| Binary | 11111000 | 1110100 | 1100101 | 0 | 110101 | 111011 | 11 | 110 | 1011011 | 1000100 |
Color Harmonies of #F87465
Complementary color
Monochromatic Colors of #F87465
Black with #F87465
Text Example
Text Example
White with #F87465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87465; }
p { color: rgb(248,116,101); }
H1.HeaderClassName
{
color: #F87465;
}
.AnyTagClassName
{
color: #F87465;
}
</style>
background-color css
<style>
a { background-color: #F87465; }
a { background-color: rgb(248,116,101); }
div.DivClassName
{
background-color: #F87465;
}
.BgClassName
{
background-color: #F87465;
}
</style>
border-color css
<style>
span { border-color: #F87465; }
span { border-color: rgb(248,116,101); }
td.TdClassName
{
border-color: #F87465;
}
.TagClassName
{
border-color: #F87465;
}
</style>