Shades of Bittersweet #F27363
Tints of Bittersweet #F27363
RGB
CMYK
RGB Variations
Color information
#F27363 (or 0xF27363) is known color: Bittersweet. HEX triplet: F2, 73 and 63. RGB value is (242,115,99). Sum of RGB (Red+Green+Blue) = 242+115+99=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F27363 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27363 is #0D8C9C. Grayscale: #979797. Windows color (decimal): -887965 or 6517746. OLE color: 6517746.
HSL color Cylindrical-coordinate representation of color #F27363: hue angle of 6.71º 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 #F27363 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 115 | 99 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.05 |
| HSL | 6.71º | 0.85% | 0.67% | - |
| HSV(B) | 6.71º | 0.59% | 0.95% | - |
| XYZ | 45 | 32.04 | 15.62 | - |
| YUV | 151.15 | 98.58 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 99 | 0 | 0.52 | 0.59 | 0.05 | 6.71 | 0.85 | 0.67 |
| Hex | F2 | 73 | 63 | 0 | 34 | 3B | 5 | 7 | 55 | 43 |
| Octal | 362 | 163 | 143 | 0 | 64 | 73 | 5 | 7 | 125 | 103 |
| Binary | 11110010 | 1110011 | 1100011 | 0 | 110100 | 111011 | 101 | 111 | 1010101 | 1000011 |
Color Harmonies of #F27363
Complementary color
Monochromatic Colors of #F27363
Black with #F27363
Text Example
Text Example
White with #F27363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27363; }
p { color: rgb(242,115,99); }
H1.HeaderClassName
{
color: #F27363;
}
.AnyTagClassName
{
color: #F27363;
}
</style>
background-color css
<style>
a { background-color: #F27363; }
a { background-color: rgb(242,115,99); }
div.DivClassName
{
background-color: #F27363;
}
.BgClassName
{
background-color: #F27363;
}
</style>
border-color css
<style>
span { border-color: #F27363; }
span { border-color: rgb(242,115,99); }
td.TdClassName
{
border-color: #F27363;
}
.TagClassName
{
border-color: #F27363;
}
</style>