Shades of Bittersweet #F26665
Tints of Bittersweet #F26665
RGB
CMYK
RGB Variations
Color information
#F26665 (or 0xF26665) is known color: Bittersweet. HEX triplet: F2, 66 and 65. RGB value is (242,102,101). Sum of RGB (Red+Green+Blue) = 242+102+101=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F26665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26665 is #0D999A. Grayscale: #8F8F8F. Windows color (decimal): -891291 or 6645490. OLE color: 6645490.
HSL color Cylindrical-coordinate representation of color #F26665: hue angle of 0.43º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F26665 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 101 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.05 |
| HSL | 0.43º | 0.84% | 0.67% | - |
| HSV(B) | 0.43º | 0.58% | 0.95% | - |
| XYZ | 43.72 | 29.32 | 15.67 | - |
| YUV | 143.75 | 103.88 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 101 | 0 | 0.58 | 0.58 | 0.05 | 0.43 | 0.84 | 0.67 |
| Hex | F2 | 66 | 65 | 0 | 3A | 3A | 5 | 0 | 54 | 43 |
| Octal | 362 | 146 | 145 | 0 | 72 | 72 | 5 | 0 | 124 | 103 |
| Binary | 11110010 | 1100110 | 1100101 | 0 | 111010 | 111010 | 101 | 0 | 1010100 | 1000011 |
Color Harmonies of #F26665
Complementary color
Monochromatic Colors of #F26665
Black with #F26665
Text Example
Text Example
White with #F26665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26665; }
p { color: rgb(242,102,101); }
H1.HeaderClassName
{
color: #F26665;
}
.AnyTagClassName
{
color: #F26665;
}
</style>
background-color css
<style>
a { background-color: #F26665; }
a { background-color: rgb(242,102,101); }
div.DivClassName
{
background-color: #F26665;
}
.BgClassName
{
background-color: #F26665;
}
</style>
border-color css
<style>
span { border-color: #F26665; }
span { border-color: rgb(242,102,101); }
td.TdClassName
{
border-color: #F26665;
}
.TagClassName
{
border-color: #F26665;
}
</style>