Shades of Bittersweet #F27059
Tints of Bittersweet #F27059
RGB
CMYK
RGB Variations
Color information
#F27059 (or 0xF27059) is known color: Bittersweet. HEX triplet: F2, 70 and 59. RGB value is (242,112,89). Sum of RGB (Red+Green+Blue) = 242+112+89=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 89 (35.16% from 255 or 20.09% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F27059 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27059 is #0D8FA6. Grayscale: #949494. Windows color (decimal): -888743 or 5861618. OLE color: 5861618.
HSL color Cylindrical-coordinate representation of color #F27059: hue angle of 9.02º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F27059 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 89 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.05 |
| HSL | 9.02º | 0.85% | 0.65% | - |
| HSV(B) | 9.02º | 0.63% | 0.95% | - |
| XYZ | 44.22 | 31.19 | 13.14 | - |
| YUV | 148.25 | 94.57 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 89 | 0 | 0.54 | 0.63 | 0.05 | 9.02 | 0.85 | 0.65 |
| Hex | F2 | 70 | 59 | 0 | 36 | 3F | 5 | 9 | 55 | 41 |
| Octal | 362 | 160 | 131 | 0 | 66 | 77 | 5 | 11 | 125 | 101 |
| Binary | 11110010 | 1110000 | 1011001 | 0 | 110110 | 111111 | 101 | 1001 | 1010101 | 1000001 |
Color Harmonies of #F27059
Complementary color
Monochromatic Colors of #F27059
Black with #F27059
Text Example
Text Example
White with #F27059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27059; }
p { color: rgb(242,112,89); }
H1.HeaderClassName
{
color: #F27059;
}
.AnyTagClassName
{
color: #F27059;
}
</style>
background-color css
<style>
a { background-color: #F27059; }
a { background-color: rgb(242,112,89); }
div.DivClassName
{
background-color: #F27059;
}
.BgClassName
{
background-color: #F27059;
}
</style>
border-color css
<style>
span { border-color: #F27059; }
span { border-color: rgb(242,112,89); }
td.TdClassName
{
border-color: #F27059;
}
.TagClassName
{
border-color: #F27059;
}
</style>