Shades of Bittersweet #F2695D
Tints of Bittersweet #F2695D
RGB
CMYK
RGB Variations
Color information
#F2695D (or 0xF2695D) is known color: Bittersweet. HEX triplet: F2, 69 and 5D. RGB value is (242,105,93). Sum of RGB (Red+Green+Blue) = 242+105+93=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F2695D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2695D is #0D96A2. Grayscale: #909090. Windows color (decimal): -890531 or 6121970. OLE color: 6121970.
HSL color Cylindrical-coordinate representation of color #F2695D: hue angle of 4.83º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2695D is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 93 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.05 |
| HSL | 4.83º | 0.85% | 0.66% | - |
| HSV(B) | 4.83º | 0.62% | 0.95% | - |
| XYZ | 43.65 | 29.77 | 13.8 | - |
| YUV | 144.6 | 98.89 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 93 | 0 | 0.57 | 0.62 | 0.05 | 4.83 | 0.85 | 0.66 |
| Hex | F2 | 69 | 5D | 0 | 39 | 3E | 5 | 5 | 55 | 42 |
| Octal | 362 | 151 | 135 | 0 | 71 | 76 | 5 | 5 | 125 | 102 |
| Binary | 11110010 | 1101001 | 1011101 | 0 | 111001 | 111110 | 101 | 101 | 1010101 | 1000010 |
Color Harmonies of #F2695D
Complementary color
Monochromatic Colors of #F2695D
Black with #F2695D
Text Example
Text Example
White with #F2695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2695D; }
p { color: rgb(242,105,93); }
H1.HeaderClassName
{
color: #F2695D;
}
.AnyTagClassName
{
color: #F2695D;
}
</style>
background-color css
<style>
a { background-color: #F2695D; }
a { background-color: rgb(242,105,93); }
div.DivClassName
{
background-color: #F2695D;
}
.BgClassName
{
background-color: #F2695D;
}
</style>
border-color css
<style>
span { border-color: #F2695D; }
span { border-color: rgb(242,105,93); }
td.TdClassName
{
border-color: #F2695D;
}
.TagClassName
{
border-color: #F2695D;
}
</style>