Shades of Bittersweet #F26654
Tints of Bittersweet #F26654
RGB
CMYK
RGB Variations
Color information
#F26654 (or 0xF26654) is known color: Bittersweet. HEX triplet: F2, 66 and 54. RGB value is (242,102,84). Sum of RGB (Red+Green+Blue) = 242+102+84=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 84 (33.20% from 255 or 19.63% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F26654 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26654 is #0D99AB. Grayscale: #8E8E8E. Windows color (decimal): -891308 or 5531378. OLE color: 5531378.
HSL color Cylindrical-coordinate representation of color #F26654: hue angle of 6.84º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F26654 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 84 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.05 |
| HSL | 6.84º | 0.86% | 0.64% | - |
| HSV(B) | 6.84º | 0.65% | 0.95% | - |
| XYZ | 42.97 | 29.02 | 11.72 | - |
| YUV | 141.81 | 95.38 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 84 | 0 | 0.58 | 0.65 | 0.05 | 6.84 | 0.86 | 0.64 |
| Hex | F2 | 66 | 54 | 0 | 3A | 41 | 5 | 7 | 56 | 40 |
| Octal | 362 | 146 | 124 | 0 | 72 | 101 | 5 | 7 | 126 | 100 |
| Binary | 11110010 | 1100110 | 1010100 | 0 | 111010 | 1000001 | 101 | 111 | 1010110 | 1000000 |
Color Harmonies of #F26654
Complementary color
Monochromatic Colors of #F26654
Black with #F26654
Text Example
Text Example
White with #F26654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26654; }
p { color: rgb(242,102,84); }
H1.HeaderClassName
{
color: #F26654;
}
.AnyTagClassName
{
color: #F26654;
}
</style>
background-color css
<style>
a { background-color: #F26654; }
a { background-color: rgb(242,102,84); }
div.DivClassName
{
background-color: #F26654;
}
.BgClassName
{
background-color: #F26654;
}
</style>
border-color css
<style>
span { border-color: #F26654; }
span { border-color: rgb(242,102,84); }
td.TdClassName
{
border-color: #F26654;
}
.TagClassName
{
border-color: #F26654;
}
</style>