Shades of Bittersweet #F7665C
Tints of Bittersweet #F7665C
RGB
CMYK
RGB Variations
Color information
#F7665C (or 0xF7665C) is known color: Bittersweet. HEX triplet: F7, 66 and 5C. RGB value is (247,102,92). Sum of RGB (Red+Green+Blue) = 247+102+92=441 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.01% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 247 - color contains mainly: red. Hex color #F7665C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7665C is #0899A3. Grayscale: #909090. Windows color (decimal): -563620 or 6055671. OLE color: 6055671.
HSL color Cylindrical-coordinate representation of color #F7665C: hue angle of 3.87º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F7665C is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 102 | 92 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.03 |
| HSL | 3.87º | 0.91% | 0.66% | - |
| HSV(B) | 3.87º | 0.63% | 0.97% | - |
| XYZ | 45.04 | 30.05 | 13.55 | - |
| YUV | 144.22 | 98.54 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 92 | 0 | 0.59 | 0.63 | 0.03 | 3.87 | 0.91 | 0.66 |
| Hex | F7 | 66 | 5C | 0 | 3B | 3F | 3 | 4 | 5B | 42 |
| Octal | 367 | 146 | 134 | 0 | 73 | 77 | 3 | 4 | 133 | 102 |
| Binary | 11110111 | 1100110 | 1011100 | 0 | 111011 | 111111 | 11 | 100 | 1011011 | 1000010 |
Color Harmonies of #F7665C
Complementary color
Monochromatic Colors of #F7665C
Black with #F7665C
Text Example
Text Example
White with #F7665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7665C; }
p { color: rgb(247,102,92); }
H1.HeaderClassName
{
color: #F7665C;
}
.AnyTagClassName
{
color: #F7665C;
}
</style>
background-color css
<style>
a { background-color: #F7665C; }
a { background-color: rgb(247,102,92); }
div.DivClassName
{
background-color: #F7665C;
}
.BgClassName
{
background-color: #F7665C;
}
</style>
border-color css
<style>
span { border-color: #F7665C; }
span { border-color: rgb(247,102,92); }
td.TdClassName
{
border-color: #F7665C;
}
.TagClassName
{
border-color: #F7665C;
}
</style>