Shades of Bittersweet #F2695C
Tints of Bittersweet #F2695C
RGB
CMYK
RGB Variations
Color information
#F2695C (or 0xF2695C) is known color: Bittersweet. HEX triplet: F2, 69 and 5C. RGB value is (242,105,92). Sum of RGB (Red+Green+Blue) = 242+105+92=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F2695C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2695C is #0D96A3. Grayscale: #909090. Windows color (decimal): -890532 or 6056434. OLE color: 6056434.
HSL color Cylindrical-coordinate representation of color #F2695C: hue angle of 5.2º 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 #F2695C is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 92 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.05 |
| HSL | 5.2º | 0.85% | 0.65% | - |
| HSV(B) | 5.2º | 0.62% | 0.95% | - |
| XYZ | 43.6 | 29.75 | 13.57 | - |
| YUV | 144.48 | 98.39 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 92 | 0 | 0.57 | 0.62 | 0.05 | 5.2 | 0.85 | 0.65 |
| Hex | F2 | 69 | 5C | 0 | 39 | 3E | 5 | 5 | 55 | 41 |
| Octal | 362 | 151 | 134 | 0 | 71 | 76 | 5 | 5 | 125 | 101 |
| Binary | 11110010 | 1101001 | 1011100 | 0 | 111001 | 111110 | 101 | 101 | 1010101 | 1000001 |
Color Harmonies of #F2695C
Complementary color
Monochromatic Colors of #F2695C
Black with #F2695C
Text Example
Text Example
White with #F2695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2695C; }
p { color: rgb(242,105,92); }
H1.HeaderClassName
{
color: #F2695C;
}
.AnyTagClassName
{
color: #F2695C;
}
</style>
background-color css
<style>
a { background-color: #F2695C; }
a { background-color: rgb(242,105,92); }
div.DivClassName
{
background-color: #F2695C;
}
.BgClassName
{
background-color: #F2695C;
}
</style>
border-color css
<style>
span { border-color: #F2695C; }
span { border-color: rgb(242,105,92); }
td.TdClassName
{
border-color: #F2695C;
}
.TagClassName
{
border-color: #F2695C;
}
</style>