Shades of Bittersweet #F27062
Tints of Bittersweet #F27062
RGB
CMYK
RGB Variations
Color information
#F27062 (or 0xF27062) is known color: Bittersweet. HEX triplet: F2, 70 and 62. RGB value is (242,112,98). Sum of RGB (Red+Green+Blue) = 242+112+98=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F27062 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27062 is #0D8F9D. Grayscale: #959595. Windows color (decimal): -888734 or 6451442. OLE color: 6451442.
HSL color Cylindrical-coordinate representation of color #F27062: hue angle of 5.83º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F27062 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 98 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.05 |
| HSL | 5.83º | 0.85% | 0.67% | - |
| HSV(B) | 5.83º | 0.6% | 0.95% | - |
| XYZ | 44.62 | 31.35 | 15.25 | - |
| YUV | 149.27 | 99.07 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 98 | 0 | 0.54 | 0.60 | 0.05 | 5.83 | 0.85 | 0.67 |
| Hex | F2 | 70 | 62 | 0 | 36 | 3C | 5 | 6 | 55 | 43 |
| Octal | 362 | 160 | 142 | 0 | 66 | 74 | 5 | 6 | 125 | 103 |
| Binary | 11110010 | 1110000 | 1100010 | 0 | 110110 | 111100 | 101 | 110 | 1010101 | 1000011 |
Color Harmonies of #F27062
Complementary color
Monochromatic Colors of #F27062
Black with #F27062
Text Example
Text Example
White with #F27062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27062; }
p { color: rgb(242,112,98); }
H1.HeaderClassName
{
color: #F27062;
}
.AnyTagClassName
{
color: #F27062;
}
</style>
background-color css
<style>
a { background-color: #F27062; }
a { background-color: rgb(242,112,98); }
div.DivClassName
{
background-color: #F27062;
}
.BgClassName
{
background-color: #F27062;
}
</style>
border-color css
<style>
span { border-color: #F27062; }
span { border-color: rgb(242,112,98); }
td.TdClassName
{
border-color: #F27062;
}
.TagClassName
{
border-color: #F27062;
}
</style>