Shades of Bittersweet #F2765D
Tints of Bittersweet #F2765D
RGB
CMYK
RGB Variations
Color information
#F2765D (or 0xF2765D) is known color: Bittersweet. HEX triplet: F2, 76 and 5D. RGB value is (242,118,93). Sum of RGB (Red+Green+Blue) = 242+118+93=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F2765D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2765D is #0D89A2. Grayscale: #989898. Windows color (decimal): -887203 or 6125298. OLE color: 6125298.
HSL color Cylindrical-coordinate representation of color #F2765D: hue angle of 10.07º 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 #F2765D is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 93 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.05 |
| HSL | 10.07º | 0.85% | 0.66% | - |
| HSV(B) | 10.07º | 0.62% | 0.95% | - |
| XYZ | 45.07 | 32.62 | 14.28 | - |
| YUV | 152.23 | 94.58 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 93 | 0 | 0.51 | 0.62 | 0.05 | 10.07 | 0.85 | 0.66 |
| Hex | F2 | 76 | 5D | 0 | 33 | 3E | 5 | A | 55 | 42 |
| Octal | 362 | 166 | 135 | 0 | 63 | 76 | 5 | 12 | 125 | 102 |
| Binary | 11110010 | 1110110 | 1011101 | 0 | 110011 | 111110 | 101 | 1010 | 1010101 | 1000010 |
Color Harmonies of #F2765D
Complementary color
Monochromatic Colors of #F2765D
Black with #F2765D
Text Example
Text Example
White with #F2765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2765D; }
p { color: rgb(242,118,93); }
H1.HeaderClassName
{
color: #F2765D;
}
.AnyTagClassName
{
color: #F2765D;
}
</style>
background-color css
<style>
a { background-color: #F2765D; }
a { background-color: rgb(242,118,93); }
div.DivClassName
{
background-color: #F2765D;
}
.BgClassName
{
background-color: #F2765D;
}
</style>
border-color css
<style>
span { border-color: #F2765D; }
span { border-color: rgb(242,118,93); }
td.TdClassName
{
border-color: #F2765D;
}
.TagClassName
{
border-color: #F2765D;
}
</style>