Shades of Bittersweet #F2695A
Tints of Bittersweet #F2695A
RGB
CMYK
RGB Variations
Color information
#F2695A (or 0xF2695A) is known color: Bittersweet. HEX triplet: F2, 69 and 5A. RGB value is (242,105,90). Sum of RGB (Red+Green+Blue) = 242+105+90=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F2695A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2695A is #0D96A5. Grayscale: #909090. Windows color (decimal): -890534 or 5925362. OLE color: 5925362.
HSL color Cylindrical-coordinate representation of color #F2695A: hue angle of 5.92º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2695A is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 90 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.05 |
| HSL | 5.92º | 0.85% | 0.65% | - |
| HSV(B) | 5.92º | 0.63% | 0.95% | - |
| XYZ | 43.51 | 29.72 | 13.12 | - |
| YUV | 144.25 | 97.39 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 90 | 0 | 0.57 | 0.63 | 0.05 | 5.92 | 0.85 | 0.65 |
| Hex | F2 | 69 | 5A | 0 | 39 | 3F | 5 | 6 | 55 | 41 |
| Octal | 362 | 151 | 132 | 0 | 71 | 77 | 5 | 6 | 125 | 101 |
| Binary | 11110010 | 1101001 | 1011010 | 0 | 111001 | 111111 | 101 | 110 | 1010101 | 1000001 |
Color Harmonies of #F2695A
Complementary color
Monochromatic Colors of #F2695A
Black with #F2695A
Text Example
Text Example
White with #F2695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2695A; }
p { color: rgb(242,105,90); }
H1.HeaderClassName
{
color: #F2695A;
}
.AnyTagClassName
{
color: #F2695A;
}
</style>
background-color css
<style>
a { background-color: #F2695A; }
a { background-color: rgb(242,105,90); }
div.DivClassName
{
background-color: #F2695A;
}
.BgClassName
{
background-color: #F2695A;
}
</style>
border-color css
<style>
span { border-color: #F2695A; }
span { border-color: rgb(242,105,90); }
td.TdClassName
{
border-color: #F2695A;
}
.TagClassName
{
border-color: #F2695A;
}
</style>