Shades of Bittersweet #F26865
Tints of Bittersweet #F26865
RGB
CMYK
RGB Variations
Color information
#F26865 (or 0xF26865) is known color: Bittersweet. HEX triplet: F2, 68 and 65. RGB value is (242,104,101). Sum of RGB (Red+Green+Blue) = 242+104+101=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F26865 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26865 is #0D979A. Grayscale: #919191. Windows color (decimal): -890779 or 6646002. OLE color: 6646002.
HSL color Cylindrical-coordinate representation of color #F26865: hue angle of 1.28º 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 #F26865 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 101 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.05 |
| HSL | 1.28º | 0.84% | 0.67% | - |
| HSV(B) | 1.28º | 0.58% | 0.95% | - |
| XYZ | 43.92 | 29.72 | 15.73 | - |
| YUV | 144.92 | 103.22 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 101 | 0 | 0.57 | 0.58 | 0.05 | 1.28 | 0.84 | 0.67 |
| Hex | F2 | 68 | 65 | 0 | 39 | 3A | 5 | 1 | 54 | 43 |
| Octal | 362 | 150 | 145 | 0 | 71 | 72 | 5 | 1 | 124 | 103 |
| Binary | 11110010 | 1101000 | 1100101 | 0 | 111001 | 111010 | 101 | 1 | 1010100 | 1000011 |
Color Harmonies of #F26865
Complementary color
Monochromatic Colors of #F26865
Black with #F26865
Text Example
Text Example
White with #F26865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26865; }
p { color: rgb(242,104,101); }
H1.HeaderClassName
{
color: #F26865;
}
.AnyTagClassName
{
color: #F26865;
}
</style>
background-color css
<style>
a { background-color: #F26865; }
a { background-color: rgb(242,104,101); }
div.DivClassName
{
background-color: #F26865;
}
.BgClassName
{
background-color: #F26865;
}
</style>
border-color css
<style>
span { border-color: #F26865; }
span { border-color: rgb(242,104,101); }
td.TdClassName
{
border-color: #F26865;
}
.TagClassName
{
border-color: #F26865;
}
</style>