Shades of Bittersweet #F26456
Tints of Bittersweet #F26456
RGB
CMYK
RGB Variations
Color information
#F26456 (or 0xF26456) is known color: Bittersweet. HEX triplet: F2, 64 and 56. RGB value is (242,100,86). Sum of RGB (Red+Green+Blue) = 242+100+86=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 86 (33.98% from 255 or 20.09% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F26456 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26456 is #0D9BA9. Grayscale: #8D8D8D. Windows color (decimal): -891818 or 5661938. OLE color: 5661938.
HSL color Cylindrical-coordinate representation of color #F26456: hue angle of 5.38º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F26456 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 86 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.05 |
| HSL | 5.38º | 0.86% | 0.64% | - |
| HSV(B) | 5.38º | 0.64% | 0.95% | - |
| XYZ | 42.85 | 28.66 | 12.08 | - |
| YUV | 140.86 | 97.04 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 86 | 0 | 0.59 | 0.64 | 0.05 | 5.38 | 0.86 | 0.64 |
| Hex | F2 | 64 | 56 | 0 | 3B | 40 | 5 | 5 | 56 | 40 |
| Octal | 362 | 144 | 126 | 0 | 73 | 100 | 5 | 5 | 126 | 100 |
| Binary | 11110010 | 1100100 | 1010110 | 0 | 111011 | 1000000 | 101 | 101 | 1010110 | 1000000 |
Color Harmonies of #F26456
Complementary color
Monochromatic Colors of #F26456
Black with #F26456
Text Example
Text Example
White with #F26456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26456; }
p { color: rgb(242,100,86); }
H1.HeaderClassName
{
color: #F26456;
}
.AnyTagClassName
{
color: #F26456;
}
</style>
background-color css
<style>
a { background-color: #F26456; }
a { background-color: rgb(242,100,86); }
div.DivClassName
{
background-color: #F26456;
}
.BgClassName
{
background-color: #F26456;
}
</style>
border-color css
<style>
span { border-color: #F26456; }
span { border-color: rgb(242,100,86); }
td.TdClassName
{
border-color: #F26456;
}
.TagClassName
{
border-color: #F26456;
}
</style>