Shades of Bittersweet #F26058
Tints of Bittersweet #F26058
RGB
CMYK
RGB Variations
Color information
#F26058 (or 0xF26058) is known color: Bittersweet. HEX triplet: F2, 60 and 58. RGB value is (242,96,88). Sum of RGB (Red+Green+Blue) = 242+96+88=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 88 (34.77% from 255 or 20.66% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F26058 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26058 is #0D9FA7. Grayscale: #8A8A8A. Windows color (decimal): -892840 or 5791986. OLE color: 5791986.
HSL color Cylindrical-coordinate representation of color #F26058: hue angle of 3.12º 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 #F26058 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 88 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.05 |
| HSL | 3.12º | 0.86% | 0.65% | - |
| HSV(B) | 3.12º | 0.64% | 0.95% | - |
| XYZ | 42.56 | 27.95 | 12.38 | - |
| YUV | 138.74 | 99.37 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 88 | 0 | 0.60 | 0.64 | 0.05 | 3.12 | 0.86 | 0.65 |
| Hex | F2 | 60 | 58 | 0 | 3C | 40 | 5 | 3 | 56 | 41 |
| Octal | 362 | 140 | 130 | 0 | 74 | 100 | 5 | 3 | 126 | 101 |
| Binary | 11110010 | 1100000 | 1011000 | 0 | 111100 | 1000000 | 101 | 11 | 1010110 | 1000001 |
Color Harmonies of #F26058
Complementary color
Monochromatic Colors of #F26058
Black with #F26058
Text Example
Text Example
White with #F26058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26058; }
p { color: rgb(242,96,88); }
H1.HeaderClassName
{
color: #F26058;
}
.AnyTagClassName
{
color: #F26058;
}
</style>
background-color css
<style>
a { background-color: #F26058; }
a { background-color: rgb(242,96,88); }
div.DivClassName
{
background-color: #F26058;
}
.BgClassName
{
background-color: #F26058;
}
</style>
border-color css
<style>
span { border-color: #F26058; }
span { border-color: rgb(242,96,88); }
td.TdClassName
{
border-color: #F26058;
}
.TagClassName
{
border-color: #F26058;
}
</style>