Shades of Bittersweet #F27C60
Tints of Bittersweet #F27C60
RGB
CMYK
RGB Variations
Color information
#F27C60 (or 0xF27C60) is known color: Bittersweet. HEX triplet: F2, 7C and 60. RGB value is (242,124,96). Sum of RGB (Red+Green+Blue) = 242+124+96=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27C60 is #0D839F. Grayscale: #9C9C9C. Windows color (decimal): -885664 or 6323442. OLE color: 6323442.
HSL color Cylindrical-coordinate representation of color #F27C60: hue angle of 11.51º 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 #F27C60 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 96 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.05 |
| HSL | 11.51º | 0.85% | 0.66% | - |
| HSV(B) | 11.51º | 0.6% | 0.95% | - |
| XYZ | 45.94 | 34.14 | 15.23 | - |
| YUV | 156.09 | 94.09 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 96 | 0 | 0.49 | 0.60 | 0.05 | 11.51 | 0.85 | 0.66 |
| Hex | F2 | 7C | 60 | 0 | 31 | 3C | 5 | C | 55 | 42 |
| Octal | 362 | 174 | 140 | 0 | 61 | 74 | 5 | 14 | 125 | 102 |
| Binary | 11110010 | 1111100 | 1100000 | 0 | 110001 | 111100 | 101 | 1100 | 1010101 | 1000010 |
Color Harmonies of #F27C60
Complementary color
Monochromatic Colors of #F27C60
Black with #F27C60
Text Example
Text Example
White with #F27C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27C60; }
p { color: rgb(242,124,96); }
H1.HeaderClassName
{
color: #F27C60;
}
.AnyTagClassName
{
color: #F27C60;
}
</style>
background-color css
<style>
a { background-color: #F27C60; }
a { background-color: rgb(242,124,96); }
div.DivClassName
{
background-color: #F27C60;
}
.BgClassName
{
background-color: #F27C60;
}
</style>
border-color css
<style>
span { border-color: #F27C60; }
span { border-color: rgb(242,124,96); }
td.TdClassName
{
border-color: #F27C60;
}
.TagClassName
{
border-color: #F27C60;
}
</style>