Shades of Bittersweet #F27365
Tints of Bittersweet #F27365
RGB
CMYK
RGB Variations
Color information
#F27365 (or 0xF27365) is known color: Bittersweet. HEX triplet: F2, 73 and 65. RGB value is (242,115,101). Sum of RGB (Red+Green+Blue) = 242+115+101=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F27365 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27365 is #0D8C9A. Grayscale: #979797. Windows color (decimal): -887963 or 6648818. OLE color: 6648818.
HSL color Cylindrical-coordinate representation of color #F27365: hue angle of 5.96º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F27365 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 115 | 101 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.05 |
| HSL | 5.96º | 0.84% | 0.67% | - |
| HSV(B) | 5.96º | 0.58% | 0.95% | - |
| XYZ | 45.1 | 32.08 | 16.13 | - |
| YUV | 151.38 | 99.58 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 101 | 0 | 0.52 | 0.58 | 0.05 | 5.96 | 0.84 | 0.67 |
| Hex | F2 | 73 | 65 | 0 | 34 | 3A | 5 | 6 | 54 | 43 |
| Octal | 362 | 163 | 145 | 0 | 64 | 72 | 5 | 6 | 124 | 103 |
| Binary | 11110010 | 1110011 | 1100101 | 0 | 110100 | 111010 | 101 | 110 | 1010100 | 1000011 |
Color Harmonies of #F27365
Complementary color
Monochromatic Colors of #F27365
Black with #F27365
Text Example
Text Example
White with #F27365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27365; }
p { color: rgb(242,115,101); }
H1.HeaderClassName
{
color: #F27365;
}
.AnyTagClassName
{
color: #F27365;
}
</style>
background-color css
<style>
a { background-color: #F27365; }
a { background-color: rgb(242,115,101); }
div.DivClassName
{
background-color: #F27365;
}
.BgClassName
{
background-color: #F27365;
}
</style>
border-color css
<style>
span { border-color: #F27365; }
span { border-color: rgb(242,115,101); }
td.TdClassName
{
border-color: #F27365;
}
.TagClassName
{
border-color: #F27365;
}
</style>