Shades of Bittersweet #F26F5C
Tints of Bittersweet #F26F5C
RGB
CMYK
RGB Variations
Color information
#F26F5C (or 0xF26F5C) is known color: Bittersweet. HEX triplet: F2, 6F and 5C. RGB value is (242,111,92). Sum of RGB (Red+Green+Blue) = 242+111+92=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26F5C is #0D90A3. Grayscale: #949494. Windows color (decimal): -888996 or 6057970. OLE color: 6057970.
HSL color Cylindrical-coordinate representation of color #F26F5C: hue angle of 7.6º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F26F5C is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 92 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.05 |
| HSL | 7.6º | 0.85% | 0.65% | - |
| HSV(B) | 7.6º | 0.62% | 0.95% | - |
| XYZ | 44.23 | 31.02 | 13.78 | - |
| YUV | 148 | 96.4 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 92 | 0 | 0.54 | 0.62 | 0.05 | 7.6 | 0.85 | 0.65 |
| Hex | F2 | 6F | 5C | 0 | 36 | 3E | 5 | 8 | 55 | 41 |
| Octal | 362 | 157 | 134 | 0 | 66 | 76 | 5 | 10 | 125 | 101 |
| Binary | 11110010 | 1101111 | 1011100 | 0 | 110110 | 111110 | 101 | 1000 | 1010101 | 1000001 |
Color Harmonies of #F26F5C
Complementary color
Monochromatic Colors of #F26F5C
Black with #F26F5C
Text Example
Text Example
White with #F26F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26F5C; }
p { color: rgb(242,111,92); }
H1.HeaderClassName
{
color: #F26F5C;
}
.AnyTagClassName
{
color: #F26F5C;
}
</style>
background-color css
<style>
a { background-color: #F26F5C; }
a { background-color: rgb(242,111,92); }
div.DivClassName
{
background-color: #F26F5C;
}
.BgClassName
{
background-color: #F26F5C;
}
</style>
border-color css
<style>
span { border-color: #F26F5C; }
span { border-color: rgb(242,111,92); }
td.TdClassName
{
border-color: #F26F5C;
}
.TagClassName
{
border-color: #F26F5C;
}
</style>