Shades of Bittersweet #F26666
Tints of Bittersweet #F26666
RGB
CMYK
RGB Variations
Color information
#F26666 (or 0xF26666) is known color: Bittersweet. HEX triplet: F2, 66 and 66. RGB value is (242,102,102). Sum of RGB (Red+Green+Blue) = 242+102+102=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F26666 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26666 is #0D9999. Grayscale: #909090. Windows color (decimal): -891290 or 6711026. OLE color: 6711026.
HSL color Cylindrical-coordinate representation of color #F26666: hue angle of 0º 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 #F26666 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 102 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.05 |
| HSL | 0º | 0.84% | 0.67% | - |
| HSV(B) | 0º | 0.58% | 0.95% | - |
| XYZ | 43.77 | 29.34 | 15.93 | - |
| YUV | 143.86 | 104.38 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 102 | 0 | 0.58 | 0.58 | 0.05 | 0 | 0.84 | 0.67 |
| Hex | F2 | 66 | 66 | 0 | 3A | 3A | 5 | 0 | 54 | 43 |
| Octal | 362 | 146 | 146 | 0 | 72 | 72 | 5 | 0 | 124 | 103 |
| Binary | 11110010 | 1100110 | 1100110 | 0 | 111010 | 111010 | 101 | 0 | 1010100 | 1000011 |
Color Harmonies of #F26666
Complementary color
Monochromatic Colors of #F26666
Black with #F26666
Text Example
Text Example
White with #F26666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26666; }
p { color: rgb(242,102,102); }
H1.HeaderClassName
{
color: #F26666;
}
.AnyTagClassName
{
color: #F26666;
}
</style>
background-color css
<style>
a { background-color: #F26666; }
a { background-color: rgb(242,102,102); }
div.DivClassName
{
background-color: #F26666;
}
.BgClassName
{
background-color: #F26666;
}
</style>
border-color css
<style>
span { border-color: #F26666; }
span { border-color: rgb(242,102,102); }
td.TdClassName
{
border-color: #F26666;
}
.TagClassName
{
border-color: #F26666;
}
</style>