Shades of Bittersweet #F26662
Tints of Bittersweet #F26662
RGB
CMYK
RGB Variations
Color information
#F26662 (or 0xF26662) is known color: Bittersweet. HEX triplet: F2, 66 and 62. RGB value is (242,102,98). Sum of RGB (Red+Green+Blue) = 242+102+98=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 98 (38.67% from 255 or 22.17% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F26662 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26662 is #0D999D. Grayscale: #8F8F8F. Windows color (decimal): -891294 or 6448882. OLE color: 6448882.
HSL color Cylindrical-coordinate representation of color #F26662: hue angle of 1.67º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F26662 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 98 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.05 |
| HSL | 1.67º | 0.85% | 0.67% | - |
| HSV(B) | 1.67º | 0.6% | 0.95% | - |
| XYZ | 43.57 | 29.26 | 14.91 | - |
| YUV | 143.4 | 102.38 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 98 | 0 | 0.58 | 0.60 | 0.05 | 1.67 | 0.85 | 0.67 |
| Hex | F2 | 66 | 62 | 0 | 3A | 3C | 5 | 2 | 55 | 43 |
| Octal | 362 | 146 | 142 | 0 | 72 | 74 | 5 | 2 | 125 | 103 |
| Binary | 11110010 | 1100110 | 1100010 | 0 | 111010 | 111100 | 101 | 10 | 1010101 | 1000011 |
Color Harmonies of #F26662
Complementary color
Monochromatic Colors of #F26662
Black with #F26662
Text Example
Text Example
White with #F26662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26662; }
p { color: rgb(242,102,98); }
H1.HeaderClassName
{
color: #F26662;
}
.AnyTagClassName
{
color: #F26662;
}
</style>
background-color css
<style>
a { background-color: #F26662; }
a { background-color: rgb(242,102,98); }
div.DivClassName
{
background-color: #F26662;
}
.BgClassName
{
background-color: #F26662;
}
</style>
border-color css
<style>
span { border-color: #F26662; }
span { border-color: rgb(242,102,98); }
td.TdClassName
{
border-color: #F26662;
}
.TagClassName
{
border-color: #F26662;
}
</style>