Shades of Bittersweet #F27964
Tints of Bittersweet #F27964
RGB
CMYK
RGB Variations
Color information
#F27964 (or 0xF27964) is known color: Bittersweet. HEX triplet: F2, 79 and 64. RGB value is (242,121,100). Sum of RGB (Red+Green+Blue) = 242+121+100=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F27964 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27964 is #0D869B. Grayscale: #9A9A9A. Windows color (decimal): -886428 or 6584818. OLE color: 6584818.
HSL color Cylindrical-coordinate representation of color #F27964: hue angle of 8.87º 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 #F27964 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 100 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.05 |
| HSL | 8.87º | 0.85% | 0.67% | - |
| HSV(B) | 8.87º | 0.59% | 0.95% | - |
| XYZ | 45.76 | 33.47 | 16.11 | - |
| YUV | 154.79 | 97.09 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 100 | 0 | 0.50 | 0.59 | 0.05 | 8.87 | 0.85 | 0.67 |
| Hex | F2 | 79 | 64 | 0 | 32 | 3B | 5 | 9 | 55 | 43 |
| Octal | 362 | 171 | 144 | 0 | 62 | 73 | 5 | 11 | 125 | 103 |
| Binary | 11110010 | 1111001 | 1100100 | 0 | 110010 | 111011 | 101 | 1001 | 1010101 | 1000011 |
Color Harmonies of #F27964
Complementary color
Monochromatic Colors of #F27964
Black with #F27964
Text Example
Text Example
White with #F27964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27964; }
p { color: rgb(242,121,100); }
H1.HeaderClassName
{
color: #F27964;
}
.AnyTagClassName
{
color: #F27964;
}
</style>
background-color css
<style>
a { background-color: #F27964; }
a { background-color: rgb(242,121,100); }
div.DivClassName
{
background-color: #F27964;
}
.BgClassName
{
background-color: #F27964;
}
</style>
border-color css
<style>
span { border-color: #F27964; }
span { border-color: rgb(242,121,100); }
td.TdClassName
{
border-color: #F27964;
}
.TagClassName
{
border-color: #F27964;
}
</style>