Shades of Bittersweet #F27761
Tints of Bittersweet #F27761
RGB
CMYK
RGB Variations
Color information
#F27761 (or 0xF27761) is known color: Bittersweet. HEX triplet: F2, 77 and 61. RGB value is (242,119,97). Sum of RGB (Red+Green+Blue) = 242+119+97=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F27761 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27761 is #0D889E. Grayscale: #999999. Windows color (decimal): -886943 or 6387698. OLE color: 6387698.
HSL color Cylindrical-coordinate representation of color #F27761: hue angle of 9.1º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F27761 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 97 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.05 |
| HSL | 9.1º | 0.85% | 0.66% | - |
| HSV(B) | 9.1º | 0.6% | 0.95% | - |
| XYZ | 45.37 | 32.93 | 15.27 | - |
| YUV | 153.27 | 96.25 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 97 | 0 | 0.51 | 0.60 | 0.05 | 9.1 | 0.85 | 0.66 |
| Hex | F2 | 77 | 61 | 0 | 33 | 3C | 5 | 9 | 55 | 42 |
| Octal | 362 | 167 | 141 | 0 | 63 | 74 | 5 | 11 | 125 | 102 |
| Binary | 11110010 | 1110111 | 1100001 | 0 | 110011 | 111100 | 101 | 1001 | 1010101 | 1000010 |
Color Harmonies of #F27761
Complementary color
Monochromatic Colors of #F27761
Black with #F27761
Text Example
Text Example
White with #F27761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27761; }
p { color: rgb(242,119,97); }
H1.HeaderClassName
{
color: #F27761;
}
.AnyTagClassName
{
color: #F27761;
}
</style>
background-color css
<style>
a { background-color: #F27761; }
a { background-color: rgb(242,119,97); }
div.DivClassName
{
background-color: #F27761;
}
.BgClassName
{
background-color: #F27761;
}
</style>
border-color css
<style>
span { border-color: #F27761; }
span { border-color: rgb(242,119,97); }
td.TdClassName
{
border-color: #F27761;
}
.TagClassName
{
border-color: #F27761;
}
</style>