Shades of Bittersweet #F26457
Tints of Bittersweet #F26457
RGB
CMYK
RGB Variations
Color information
#F26457 (or 0xF26457) is known color: Bittersweet. HEX triplet: F2, 64 and 57. RGB value is (242,100,87). Sum of RGB (Red+Green+Blue) = 242+100+87=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F26457 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26457 is #0D9BA8. Grayscale: #8D8D8D. Windows color (decimal): -891817 or 5727474. OLE color: 5727474.
HSL color Cylindrical-coordinate representation of color #F26457: hue angle of 5.03º 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 #F26457 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 87 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.05 |
| HSL | 5.03º | 0.86% | 0.65% | - |
| HSV(B) | 5.03º | 0.64% | 0.95% | - |
| XYZ | 42.9 | 28.68 | 12.29 | - |
| YUV | 140.98 | 97.54 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 87 | 0 | 0.59 | 0.64 | 0.05 | 5.03 | 0.86 | 0.65 |
| Hex | F2 | 64 | 57 | 0 | 3B | 40 | 5 | 5 | 56 | 41 |
| Octal | 362 | 144 | 127 | 0 | 73 | 100 | 5 | 5 | 126 | 101 |
| Binary | 11110010 | 1100100 | 1010111 | 0 | 111011 | 1000000 | 101 | 101 | 1010110 | 1000001 |
Color Harmonies of #F26457
Complementary color
Monochromatic Colors of #F26457
Black with #F26457
Text Example
Text Example
White with #F26457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26457; }
p { color: rgb(242,100,87); }
H1.HeaderClassName
{
color: #F26457;
}
.AnyTagClassName
{
color: #F26457;
}
</style>
background-color css
<style>
a { background-color: #F26457; }
a { background-color: rgb(242,100,87); }
div.DivClassName
{
background-color: #F26457;
}
.BgClassName
{
background-color: #F26457;
}
</style>
border-color css
<style>
span { border-color: #F26457; }
span { border-color: rgb(242,100,87); }
td.TdClassName
{
border-color: #F26457;
}
.TagClassName
{
border-color: #F26457;
}
</style>