Shades of Bittersweet #F26757
Tints of Bittersweet #F26757
RGB
CMYK
RGB Variations
Color information
#F26757 (or 0xF26757) is known color: Bittersweet. HEX triplet: F2, 67 and 57. RGB value is (242,103,87). Sum of RGB (Red+Green+Blue) = 242+103+87=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 87 (34.38% from 255 or 20.14% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F26757 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26757 is #0D98A8. Grayscale: #8E8E8E. Windows color (decimal): -891049 or 5728242. OLE color: 5728242.
HSL color Cylindrical-coordinate representation of color #F26757: hue angle of 6.19º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F26757 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 87 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.05 |
| HSL | 6.19º | 0.86% | 0.65% | - |
| HSV(B) | 6.19º | 0.64% | 0.95% | - |
| XYZ | 43.19 | 29.27 | 12.39 | - |
| YUV | 142.74 | 96.55 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 87 | 0 | 0.57 | 0.64 | 0.05 | 6.19 | 0.86 | 0.65 |
| Hex | F2 | 67 | 57 | 0 | 39 | 40 | 5 | 6 | 56 | 41 |
| Octal | 362 | 147 | 127 | 0 | 71 | 100 | 5 | 6 | 126 | 101 |
| Binary | 11110010 | 1100111 | 1010111 | 0 | 111001 | 1000000 | 101 | 110 | 1010110 | 1000001 |
Color Harmonies of #F26757
Complementary color
Monochromatic Colors of #F26757
Black with #F26757
Text Example
Text Example
White with #F26757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26757; }
p { color: rgb(242,103,87); }
H1.HeaderClassName
{
color: #F26757;
}
.AnyTagClassName
{
color: #F26757;
}
</style>
background-color css
<style>
a { background-color: #F26757; }
a { background-color: rgb(242,103,87); }
div.DivClassName
{
background-color: #F26757;
}
.BgClassName
{
background-color: #F26757;
}
</style>
border-color css
<style>
span { border-color: #F26757; }
span { border-color: rgb(242,103,87); }
td.TdClassName
{
border-color: #F26757;
}
.TagClassName
{
border-color: #F26757;
}
</style>