Shades of Bittersweet #F27961
Tints of Bittersweet #F27961
RGB
CMYK
RGB Variations
Color information
#F27961 (or 0xF27961) is known color: Bittersweet. HEX triplet: F2, 79 and 61. RGB value is (242,121,97). Sum of RGB (Red+Green+Blue) = 242+121+97=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F27961 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27961 is #0D869E. Grayscale: #9A9A9A. Windows color (decimal): -886431 or 6388210. OLE color: 6388210.
HSL color Cylindrical-coordinate representation of color #F27961: hue angle of 9.93º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F27961 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 97 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.05 |
| HSL | 9.93º | 0.85% | 0.66% | - |
| HSV(B) | 9.93º | 0.6% | 0.95% | - |
| XYZ | 45.61 | 33.42 | 15.35 | - |
| YUV | 154.44 | 95.59 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 97 | 0 | 0.50 | 0.60 | 0.05 | 9.93 | 0.85 | 0.66 |
| Hex | F2 | 79 | 61 | 0 | 32 | 3C | 5 | A | 55 | 42 |
| Octal | 362 | 171 | 141 | 0 | 62 | 74 | 5 | 12 | 125 | 102 |
| Binary | 11110010 | 1111001 | 1100001 | 0 | 110010 | 111100 | 101 | 1010 | 1010101 | 1000010 |
Color Harmonies of #F27961
Complementary color
Monochromatic Colors of #F27961
Black with #F27961
Text Example
Text Example
White with #F27961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27961; }
p { color: rgb(242,121,97); }
H1.HeaderClassName
{
color: #F27961;
}
.AnyTagClassName
{
color: #F27961;
}
</style>
background-color css
<style>
a { background-color: #F27961; }
a { background-color: rgb(242,121,97); }
div.DivClassName
{
background-color: #F27961;
}
.BgClassName
{
background-color: #F27961;
}
</style>
border-color css
<style>
span { border-color: #F27961; }
span { border-color: rgb(242,121,97); }
td.TdClassName
{
border-color: #F27961;
}
.TagClassName
{
border-color: #F27961;
}
</style>