Shades of Bittersweet #F27862
Tints of Bittersweet #F27862
RGB
CMYK
RGB Variations
Color information
#F27862 (or 0xF27862) is known color: Bittersweet. HEX triplet: F2, 78 and 62. RGB value is (242,120,98). Sum of RGB (Red+Green+Blue) = 242+120+98=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F27862 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27862 is #0D879D. Grayscale: #9A9A9A. Windows color (decimal): -886686 or 6453490. OLE color: 6453490.
HSL color Cylindrical-coordinate representation of color #F27862: hue angle of 9.17º 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 #F27862 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 98 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.05 |
| HSL | 9.17º | 0.85% | 0.67% | - |
| HSV(B) | 9.17º | 0.6% | 0.95% | - |
| XYZ | 45.54 | 33.19 | 15.56 | - |
| YUV | 153.97 | 96.42 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 98 | 0 | 0.50 | 0.60 | 0.05 | 9.17 | 0.85 | 0.67 |
| Hex | F2 | 78 | 62 | 0 | 32 | 3C | 5 | 9 | 55 | 43 |
| Octal | 362 | 170 | 142 | 0 | 62 | 74 | 5 | 11 | 125 | 103 |
| Binary | 11110010 | 1111000 | 1100010 | 0 | 110010 | 111100 | 101 | 1001 | 1010101 | 1000011 |
Color Harmonies of #F27862
Complementary color
Monochromatic Colors of #F27862
Black with #F27862
Text Example
Text Example
White with #F27862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27862; }
p { color: rgb(242,120,98); }
H1.HeaderClassName
{
color: #F27862;
}
.AnyTagClassName
{
color: #F27862;
}
</style>
background-color css
<style>
a { background-color: #F27862; }
a { background-color: rgb(242,120,98); }
div.DivClassName
{
background-color: #F27862;
}
.BgClassName
{
background-color: #F27862;
}
</style>
border-color css
<style>
span { border-color: #F27862; }
span { border-color: rgb(242,120,98); }
td.TdClassName
{
border-color: #F27862;
}
.TagClassName
{
border-color: #F27862;
}
</style>