Shades of Bittersweet #F26661
Tints of Bittersweet #F26661
RGB
CMYK
RGB Variations
Color information
#F26661 (or 0xF26661) is known color: Bittersweet. HEX triplet: F2, 66 and 61. RGB value is (242,102,97). Sum of RGB (Red+Green+Blue) = 242+102+97=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F26661 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26661 is #0D999E. Grayscale: #8F8F8F. Windows color (decimal): -891295 or 6383346. OLE color: 6383346.
HSL color Cylindrical-coordinate representation of color #F26661: hue angle of 2.07º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F26661 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 97 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.05 |
| HSL | 2.07º | 0.85% | 0.66% | - |
| HSV(B) | 2.07º | 0.6% | 0.95% | - |
| XYZ | 43.53 | 29.24 | 14.66 | - |
| YUV | 143.29 | 101.88 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 97 | 0 | 0.58 | 0.60 | 0.05 | 2.07 | 0.85 | 0.66 |
| Hex | F2 | 66 | 61 | 0 | 3A | 3C | 5 | 2 | 55 | 42 |
| Octal | 362 | 146 | 141 | 0 | 72 | 74 | 5 | 2 | 125 | 102 |
| Binary | 11110010 | 1100110 | 1100001 | 0 | 111010 | 111100 | 101 | 10 | 1010101 | 1000010 |
Color Harmonies of #F26661
Complementary color
Monochromatic Colors of #F26661
Black with #F26661
Text Example
Text Example
White with #F26661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26661; }
p { color: rgb(242,102,97); }
H1.HeaderClassName
{
color: #F26661;
}
.AnyTagClassName
{
color: #F26661;
}
</style>
background-color css
<style>
a { background-color: #F26661; }
a { background-color: rgb(242,102,97); }
div.DivClassName
{
background-color: #F26661;
}
.BgClassName
{
background-color: #F26661;
}
</style>
border-color css
<style>
span { border-color: #F26661; }
span { border-color: rgb(242,102,97); }
td.TdClassName
{
border-color: #F26661;
}
.TagClassName
{
border-color: #F26661;
}
</style>