Shades of Bittersweet #F27369
Tints of Bittersweet #F27369
RGB
CMYK
RGB Variations
Color information
#F27369 (or 0xF27369) is known color: Bittersweet. HEX triplet: F2, 73 and 69. RGB value is (242,115,105). Sum of RGB (Red+Green+Blue) = 242+115+105=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 105 (41.41% from 255 or 22.73% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F27369 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27369 is #0D8C96. Grayscale: #989898. Windows color (decimal): -887959 or 6910962. OLE color: 6910962.
HSL color Cylindrical-coordinate representation of color #F27369: hue angle of 4.38º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F27369 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 115 | 105 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.05 |
| HSL | 4.38º | 0.84% | 0.68% | - |
| HSV(B) | 4.38º | 0.57% | 0.95% | - |
| XYZ | 45.3 | 32.16 | 17.18 | - |
| YUV | 151.83 | 101.58 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 105 | 0 | 0.52 | 0.57 | 0.05 | 4.38 | 0.84 | 0.68 |
| Hex | F2 | 73 | 69 | 0 | 34 | 39 | 5 | 4 | 54 | 44 |
| Octal | 362 | 163 | 151 | 0 | 64 | 71 | 5 | 4 | 124 | 104 |
| Binary | 11110010 | 1110011 | 1101001 | 0 | 110100 | 111001 | 101 | 100 | 1010100 | 1000100 |
Color Harmonies of #F27369
Complementary color
Monochromatic Colors of #F27369
Black with #F27369
Text Example
Text Example
White with #F27369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27369; }
p { color: rgb(242,115,105); }
H1.HeaderClassName
{
color: #F27369;
}
.AnyTagClassName
{
color: #F27369;
}
</style>
background-color css
<style>
a { background-color: #F27369; }
a { background-color: rgb(242,115,105); }
div.DivClassName
{
background-color: #F27369;
}
.BgClassName
{
background-color: #F27369;
}
</style>
border-color css
<style>
span { border-color: #F27369; }
span { border-color: rgb(242,115,105); }
td.TdClassName
{
border-color: #F27369;
}
.TagClassName
{
border-color: #F27369;
}
</style>