Shades of Bittersweet #F26F5B
Tints of Bittersweet #F26F5B
RGB
CMYK
RGB Variations
Color information
#F26F5B (or 0xF26F5B) is known color: Bittersweet. HEX triplet: F2, 6F and 5B. RGB value is (242,111,91). Sum of RGB (Red+Green+Blue) = 242+111+91=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26F5B is #0D90A4. Grayscale: #949494. Windows color (decimal): -888997 or 5992434. OLE color: 5992434.
HSL color Cylindrical-coordinate representation of color #F26F5B: hue angle of 7.95º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F26F5B is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 91 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.05 |
| HSL | 7.95º | 0.85% | 0.65% | - |
| HSV(B) | 7.95º | 0.62% | 0.95% | - |
| XYZ | 44.19 | 31 | 13.55 | - |
| YUV | 147.89 | 95.9 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 91 | 0 | 0.54 | 0.62 | 0.05 | 7.95 | 0.85 | 0.65 |
| Hex | F2 | 6F | 5B | 0 | 36 | 3E | 5 | 8 | 55 | 41 |
| Octal | 362 | 157 | 133 | 0 | 66 | 76 | 5 | 10 | 125 | 101 |
| Binary | 11110010 | 1101111 | 1011011 | 0 | 110110 | 111110 | 101 | 1000 | 1010101 | 1000001 |
Color Harmonies of #F26F5B
Complementary color
Monochromatic Colors of #F26F5B
Black with #F26F5B
Text Example
Text Example
White with #F26F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26F5B; }
p { color: rgb(242,111,91); }
H1.HeaderClassName
{
color: #F26F5B;
}
.AnyTagClassName
{
color: #F26F5B;
}
</style>
background-color css
<style>
a { background-color: #F26F5B; }
a { background-color: rgb(242,111,91); }
div.DivClassName
{
background-color: #F26F5B;
}
.BgClassName
{
background-color: #F26F5B;
}
</style>
border-color css
<style>
span { border-color: #F26F5B; }
span { border-color: rgb(242,111,91); }
td.TdClassName
{
border-color: #F26F5B;
}
.TagClassName
{
border-color: #F26F5B;
}
</style>