Shades of Bittersweet #F26955
Tints of Bittersweet #F26955
RGB
CMYK
RGB Variations
Color information
#F26955 (or 0xF26955) is known color: Bittersweet. HEX triplet: F2, 69 and 55. RGB value is (242,105,85). Sum of RGB (Red+Green+Blue) = 242+105+85=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F26955 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26955 is #0D96AA. Grayscale: #8F8F8F. Windows color (decimal): -890539 or 5597682. OLE color: 5597682.
HSL color Cylindrical-coordinate representation of color #F26955: hue angle of 7.64º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F26955 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 85 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.05 |
| HSL | 7.64º | 0.86% | 0.64% | - |
| HSV(B) | 7.64º | 0.65% | 0.95% | - |
| XYZ | 43.31 | 29.64 | 12.03 | - |
| YUV | 143.68 | 94.89 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 85 | 0 | 0.57 | 0.65 | 0.05 | 7.64 | 0.86 | 0.64 |
| Hex | F2 | 69 | 55 | 0 | 39 | 41 | 5 | 8 | 56 | 40 |
| Octal | 362 | 151 | 125 | 0 | 71 | 101 | 5 | 10 | 126 | 100 |
| Binary | 11110010 | 1101001 | 1010101 | 0 | 111001 | 1000001 | 101 | 1000 | 1010110 | 1000000 |
Color Harmonies of #F26955
Complementary color
Monochromatic Colors of #F26955
Black with #F26955
Text Example
Text Example
White with #F26955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26955; }
p { color: rgb(242,105,85); }
H1.HeaderClassName
{
color: #F26955;
}
.AnyTagClassName
{
color: #F26955;
}
</style>
background-color css
<style>
a { background-color: #F26955; }
a { background-color: rgb(242,105,85); }
div.DivClassName
{
background-color: #F26955;
}
.BgClassName
{
background-color: #F26955;
}
</style>
border-color css
<style>
span { border-color: #F26955; }
span { border-color: rgb(242,105,85); }
td.TdClassName
{
border-color: #F26955;
}
.TagClassName
{
border-color: #F26955;
}
</style>