Shades of Bittersweet #F7665F
Tints of Bittersweet #F7665F
RGB
CMYK
RGB Variations
Color information
#F7665F (or 0xF7665F) is known color: Bittersweet. HEX triplet: F7, 66 and 5F. RGB value is (247,102,95). Sum of RGB (Red+Green+Blue) = 247+102+95=444 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.63% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 247 - color contains mainly: red. Hex color #F7665F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7665F is #0899A0. Grayscale: #909090. Windows color (decimal): -563617 or 6252279. OLE color: 6252279.
HSL color Cylindrical-coordinate representation of color #F7665F: hue angle of 2.76º degrees, saturation: 0.9, 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 #F7665F is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 102 | 95 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.03 |
| HSL | 2.76º | 0.9% | 0.67% | - |
| HSV(B) | 2.76º | 0.62% | 0.97% | - |
| XYZ | 45.17 | 30.1 | 14.26 | - |
| YUV | 144.56 | 100.04 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 95 | 0 | 0.59 | 0.62 | 0.03 | 2.76 | 0.9 | 0.67 |
| Hex | F7 | 66 | 5F | 0 | 3B | 3E | 3 | 3 | 5A | 43 |
| Octal | 367 | 146 | 137 | 0 | 73 | 76 | 3 | 3 | 132 | 103 |
| Binary | 11110111 | 1100110 | 1011111 | 0 | 111011 | 111110 | 11 | 11 | 1011010 | 1000011 |
Color Harmonies of #F7665F
Complementary color
Monochromatic Colors of #F7665F
Black with #F7665F
Text Example
Text Example
White with #F7665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7665F; }
p { color: rgb(247,102,95); }
H1.HeaderClassName
{
color: #F7665F;
}
.AnyTagClassName
{
color: #F7665F;
}
</style>
background-color css
<style>
a { background-color: #F7665F; }
a { background-color: rgb(247,102,95); }
div.DivClassName
{
background-color: #F7665F;
}
.BgClassName
{
background-color: #F7665F;
}
</style>
border-color css
<style>
span { border-color: #F7665F; }
span { border-color: rgb(247,102,95); }
td.TdClassName
{
border-color: #F7665F;
}
.TagClassName
{
border-color: #F7665F;
}
</style>