Shades of Bittersweet #F27B61
Tints of Bittersweet #F27B61
RGB
CMYK
RGB Variations
Color information
#F27B61 (or 0xF27B61) is known color: Bittersweet. HEX triplet: F2, 7B and 61. RGB value is (242,123,97). Sum of RGB (Red+Green+Blue) = 242+123+97=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 97 (38.28% from 255 or 21.00% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F27B61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27B61 is #0D849E. Grayscale: #9B9B9B. Windows color (decimal): -885919 or 6388722. OLE color: 6388722.
HSL color Cylindrical-coordinate representation of color #F27B61: hue angle of 10.76º 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 #F27B61 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 123 | 97 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.05 |
| HSL | 10.76º | 0.85% | 0.66% | - |
| HSV(B) | 10.76º | 0.6% | 0.95% | - |
| XYZ | 45.86 | 33.91 | 15.44 | - |
| YUV | 155.62 | 94.92 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 123 | 97 | 0 | 0.49 | 0.60 | 0.05 | 10.76 | 0.85 | 0.66 |
| Hex | F2 | 7B | 61 | 0 | 31 | 3C | 5 | B | 55 | 42 |
| Octal | 362 | 173 | 141 | 0 | 61 | 74 | 5 | 13 | 125 | 102 |
| Binary | 11110010 | 1111011 | 1100001 | 0 | 110001 | 111100 | 101 | 1011 | 1010101 | 1000010 |
Color Harmonies of #F27B61
Complementary color
Monochromatic Colors of #F27B61
Black with #F27B61
Text Example
Text Example
White with #F27B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27B61; }
p { color: rgb(242,123,97); }
H1.HeaderClassName
{
color: #F27B61;
}
.AnyTagClassName
{
color: #F27B61;
}
</style>
background-color css
<style>
a { background-color: #F27B61; }
a { background-color: rgb(242,123,97); }
div.DivClassName
{
background-color: #F27B61;
}
.BgClassName
{
background-color: #F27B61;
}
</style>
border-color css
<style>
span { border-color: #F27B61; }
span { border-color: rgb(242,123,97); }
td.TdClassName
{
border-color: #F27B61;
}
.TagClassName
{
border-color: #F27B61;
}
</style>