Shades of Bittersweet #F27265
Tints of Bittersweet #F27265
RGB
CMYK
RGB Variations
Color information
#F27265 (or 0xF27265) is known color: Bittersweet. HEX triplet: F2, 72 and 65. RGB value is (242,114,101). Sum of RGB (Red+Green+Blue) = 242+114+101=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F27265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27265 is #0D8D9A. Grayscale: #969696. Windows color (decimal): -888219 or 6648562. OLE color: 6648562.
HSL color Cylindrical-coordinate representation of color #F27265: hue angle of 5.53º 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 #F27265 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 114 | 101 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.05 |
| HSL | 5.53º | 0.84% | 0.67% | - |
| HSV(B) | 5.53º | 0.58% | 0.95% | - |
| XYZ | 44.98 | 31.85 | 16.09 | - |
| YUV | 150.79 | 99.91 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 114 | 101 | 0 | 0.53 | 0.58 | 0.05 | 5.53 | 0.84 | 0.67 |
| Hex | F2 | 72 | 65 | 0 | 35 | 3A | 5 | 6 | 54 | 43 |
| Octal | 362 | 162 | 145 | 0 | 65 | 72 | 5 | 6 | 124 | 103 |
| Binary | 11110010 | 1110010 | 1100101 | 0 | 110101 | 111010 | 101 | 110 | 1010100 | 1000011 |
Color Harmonies of #F27265
Complementary color
Monochromatic Colors of #F27265
Black with #F27265
Text Example
Text Example
White with #F27265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27265; }
p { color: rgb(242,114,101); }
H1.HeaderClassName
{
color: #F27265;
}
.AnyTagClassName
{
color: #F27265;
}
</style>
background-color css
<style>
a { background-color: #F27265; }
a { background-color: rgb(242,114,101); }
div.DivClassName
{
background-color: #F27265;
}
.BgClassName
{
background-color: #F27265;
}
</style>
border-color css
<style>
span { border-color: #F27265; }
span { border-color: rgb(242,114,101); }
td.TdClassName
{
border-color: #F27265;
}
.TagClassName
{
border-color: #F27265;
}
</style>