Shades of Bittersweet #F26458
Tints of Bittersweet #F26458
RGB
CMYK
RGB Variations
Color information
#F26458 (or 0xF26458) is known color: Bittersweet. HEX triplet: F2, 64 and 58. RGB value is (242,100,88). Sum of RGB (Red+Green+Blue) = 242+100+88=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F26458 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26458 is #0D9BA7. Grayscale: #8D8D8D. Windows color (decimal): -891816 or 5793010. OLE color: 5793010.
HSL color Cylindrical-coordinate representation of color #F26458: hue angle of 4.68º 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 #F26458 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 88 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.05 |
| HSL | 4.68º | 0.86% | 0.65% | - |
| HSV(B) | 4.68º | 0.64% | 0.95% | - |
| XYZ | 42.94 | 28.7 | 12.51 | - |
| YUV | 141.09 | 98.04 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 88 | 0 | 0.59 | 0.64 | 0.05 | 4.68 | 0.86 | 0.65 |
| Hex | F2 | 64 | 58 | 0 | 3B | 40 | 5 | 5 | 56 | 41 |
| Octal | 362 | 144 | 130 | 0 | 73 | 100 | 5 | 5 | 126 | 101 |
| Binary | 11110010 | 1100100 | 1011000 | 0 | 111011 | 1000000 | 101 | 101 | 1010110 | 1000001 |
Color Harmonies of #F26458
Complementary color
Monochromatic Colors of #F26458
Black with #F26458
Text Example
Text Example
White with #F26458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26458; }
p { color: rgb(242,100,88); }
H1.HeaderClassName
{
color: #F26458;
}
.AnyTagClassName
{
color: #F26458;
}
</style>
background-color css
<style>
a { background-color: #F26458; }
a { background-color: rgb(242,100,88); }
div.DivClassName
{
background-color: #F26458;
}
.BgClassName
{
background-color: #F26458;
}
</style>
border-color css
<style>
span { border-color: #F26458; }
span { border-color: rgb(242,100,88); }
td.TdClassName
{
border-color: #F26458;
}
.TagClassName
{
border-color: #F26458;
}
</style>