Shades of Bittersweet #F27963
Tints of Bittersweet #F27963
RGB
CMYK
RGB Variations
Color information
#F27963 (or 0xF27963) is known color: Bittersweet. HEX triplet: F2, 79 and 63. RGB value is (242,121,99). Sum of RGB (Red+Green+Blue) = 242+121+99=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F27963 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27963 is #0D869C. Grayscale: #9A9A9A. Windows color (decimal): -886429 or 6519282. OLE color: 6519282.
HSL color Cylindrical-coordinate representation of color #F27963: hue angle of 9.23º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F27963 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 99 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.05 |
| HSL | 9.23º | 0.85% | 0.67% | - |
| HSV(B) | 9.23º | 0.59% | 0.95% | - |
| XYZ | 45.71 | 33.45 | 15.85 | - |
| YUV | 154.67 | 96.59 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 99 | 0 | 0.50 | 0.59 | 0.05 | 9.23 | 0.85 | 0.67 |
| Hex | F2 | 79 | 63 | 0 | 32 | 3B | 5 | 9 | 55 | 43 |
| Octal | 362 | 171 | 143 | 0 | 62 | 73 | 5 | 11 | 125 | 103 |
| Binary | 11110010 | 1111001 | 1100011 | 0 | 110010 | 111011 | 101 | 1001 | 1010101 | 1000011 |
Color Harmonies of #F27963
Complementary color
Monochromatic Colors of #F27963
Black with #F27963
Text Example
Text Example
White with #F27963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27963; }
p { color: rgb(242,121,99); }
H1.HeaderClassName
{
color: #F27963;
}
.AnyTagClassName
{
color: #F27963;
}
</style>
background-color css
<style>
a { background-color: #F27963; }
a { background-color: rgb(242,121,99); }
div.DivClassName
{
background-color: #F27963;
}
.BgClassName
{
background-color: #F27963;
}
</style>
border-color css
<style>
span { border-color: #F27963; }
span { border-color: rgb(242,121,99); }
td.TdClassName
{
border-color: #F27963;
}
.TagClassName
{
border-color: #F27963;
}
</style>