Shades of Bittersweet #F27162
Tints of Bittersweet #F27162
RGB
CMYK
RGB Variations
Color information
#F27162 (or 0xF27162) is known color: Bittersweet. HEX triplet: F2, 71 and 62. RGB value is (242,113,98). Sum of RGB (Red+Green+Blue) = 242+113+98=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F27162 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27162 is #0D8E9D. Grayscale: #969696. Windows color (decimal): -888478 or 6451698. OLE color: 6451698.
HSL color Cylindrical-coordinate representation of color #F27162: hue angle of 6.25º 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 #F27162 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 98 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.05 |
| HSL | 6.25º | 0.85% | 0.67% | - |
| HSV(B) | 6.25º | 0.6% | 0.95% | - |
| XYZ | 44.73 | 31.57 | 15.29 | - |
| YUV | 149.86 | 98.74 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 98 | 0 | 0.53 | 0.60 | 0.05 | 6.25 | 0.85 | 0.67 |
| Hex | F2 | 71 | 62 | 0 | 35 | 3C | 5 | 6 | 55 | 43 |
| Octal | 362 | 161 | 142 | 0 | 65 | 74 | 5 | 6 | 125 | 103 |
| Binary | 11110010 | 1110001 | 1100010 | 0 | 110101 | 111100 | 101 | 110 | 1010101 | 1000011 |
Color Harmonies of #F27162
Complementary color
Monochromatic Colors of #F27162
Black with #F27162
Text Example
Text Example
White with #F27162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27162; }
p { color: rgb(242,113,98); }
H1.HeaderClassName
{
color: #F27162;
}
.AnyTagClassName
{
color: #F27162;
}
</style>
background-color css
<style>
a { background-color: #F27162; }
a { background-color: rgb(242,113,98); }
div.DivClassName
{
background-color: #F27162;
}
.BgClassName
{
background-color: #F27162;
}
</style>
border-color css
<style>
span { border-color: #F27162; }
span { border-color: rgb(242,113,98); }
td.TdClassName
{
border-color: #F27162;
}
.TagClassName
{
border-color: #F27162;
}
</style>