Shades of Bittersweet #F26C58
Tints of Bittersweet #F26C58
RGB
CMYK
RGB Variations
Color information
#F26C58 (or 0xF26C58) is known color: Bittersweet. HEX triplet: F2, 6C and 58. RGB value is (242,108,88). Sum of RGB (Red+Green+Blue) = 242+108+88=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 88 (34.77% from 255 or 20.09% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26C58 is #0D93A7. Grayscale: #929292. Windows color (decimal): -889768 or 5795058. OLE color: 5795058.
HSL color Cylindrical-coordinate representation of color #F26C58: hue angle of 7.79º 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 #F26C58 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 108 | 88 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.05 |
| HSL | 7.79º | 0.86% | 0.65% | - |
| HSV(B) | 7.79º | 0.64% | 0.95% | - |
| XYZ | 43.74 | 30.31 | 12.78 | - |
| YUV | 145.79 | 95.39 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 108 | 88 | 0 | 0.55 | 0.64 | 0.05 | 7.79 | 0.86 | 0.65 |
| Hex | F2 | 6C | 58 | 0 | 37 | 40 | 5 | 8 | 56 | 41 |
| Octal | 362 | 154 | 130 | 0 | 67 | 100 | 5 | 10 | 126 | 101 |
| Binary | 11110010 | 1101100 | 1011000 | 0 | 110111 | 1000000 | 101 | 1000 | 1010110 | 1000001 |
Color Harmonies of #F26C58
Complementary color
Monochromatic Colors of #F26C58
Black with #F26C58
Text Example
Text Example
White with #F26C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26C58; }
p { color: rgb(242,108,88); }
H1.HeaderClassName
{
color: #F26C58;
}
.AnyTagClassName
{
color: #F26C58;
}
</style>
background-color css
<style>
a { background-color: #F26C58; }
a { background-color: rgb(242,108,88); }
div.DivClassName
{
background-color: #F26C58;
}
.BgClassName
{
background-color: #F26C58;
}
</style>
border-color css
<style>
span { border-color: #F26C58; }
span { border-color: rgb(242,108,88); }
td.TdClassName
{
border-color: #F26C58;
}
.TagClassName
{
border-color: #F26C58;
}
</style>