Shades of Bittersweet #F27362
Tints of Bittersweet #F27362
RGB
CMYK
RGB Variations
Color information
#F27362 (or 0xF27362) is known color: Bittersweet. HEX triplet: F2, 73 and 62. RGB value is (242,115,98). Sum of RGB (Red+Green+Blue) = 242+115+98=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F27362 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27362 is #0D8C9D. Grayscale: #979797. Windows color (decimal): -887966 or 6452210. OLE color: 6452210.
HSL color Cylindrical-coordinate representation of color #F27362: hue angle of 7.08º 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 #F27362 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 115 | 98 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.05 |
| HSL | 7.08º | 0.85% | 0.67% | - |
| HSV(B) | 7.08º | 0.6% | 0.95% | - |
| XYZ | 44.95 | 32.02 | 15.37 | - |
| YUV | 151.04 | 98.08 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 98 | 0 | 0.52 | 0.60 | 0.05 | 7.08 | 0.85 | 0.67 |
| Hex | F2 | 73 | 62 | 0 | 34 | 3C | 5 | 7 | 55 | 43 |
| Octal | 362 | 163 | 142 | 0 | 64 | 74 | 5 | 7 | 125 | 103 |
| Binary | 11110010 | 1110011 | 1100010 | 0 | 110100 | 111100 | 101 | 111 | 1010101 | 1000011 |
Color Harmonies of #F27362
Complementary color
Monochromatic Colors of #F27362
Black with #F27362
Text Example
Text Example
White with #F27362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27362; }
p { color: rgb(242,115,98); }
H1.HeaderClassName
{
color: #F27362;
}
.AnyTagClassName
{
color: #F27362;
}
</style>
background-color css
<style>
a { background-color: #F27362; }
a { background-color: rgb(242,115,98); }
div.DivClassName
{
background-color: #F27362;
}
.BgClassName
{
background-color: #F27362;
}
</style>
border-color css
<style>
span { border-color: #F27362; }
span { border-color: rgb(242,115,98); }
td.TdClassName
{
border-color: #F27362;
}
.TagClassName
{
border-color: #F27362;
}
</style>