Shades of Bittersweet #F95E5A
Tints of Bittersweet #F95E5A
RGB
CMYK
RGB Variations
Color information
#F95E5A (or 0xF95E5A) is known color: Bittersweet. HEX triplet: F9, 5E and 5A. RGB value is (249,94,90). Sum of RGB (Red+Green+Blue) = 249+94+90=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F95E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95E5A is #06A1A5. Grayscale: #8C8C8C. Windows color (decimal): -434598 or 5922553. OLE color: 5922553.
HSL color Cylindrical-coordinate representation of color #F95E5A: hue angle of 1.51º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F95E5A is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 94 | 90 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.02 |
| HSL | 1.51º | 0.93% | 0.66% | - |
| HSV(B) | 1.51º | 0.64% | 0.98% | - |
| XYZ | 44.92 | 28.88 | 12.88 | - |
| YUV | 139.89 | 99.85 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 94 | 90 | 0 | 0.62 | 0.64 | 0.02 | 1.51 | 0.93 | 0.66 |
| Hex | F9 | 5E | 5A | 0 | 3E | 40 | 2 | 2 | 5D | 42 |
| Octal | 371 | 136 | 132 | 0 | 76 | 100 | 2 | 2 | 135 | 102 |
| Binary | 11111001 | 1011110 | 1011010 | 0 | 111110 | 1000000 | 10 | 10 | 1011101 | 1000010 |
Color Harmonies of #F95E5A
Complementary color
Monochromatic Colors of #F95E5A
Black with #F95E5A
Text Example
Text Example
White with #F95E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95E5A; }
p { color: rgb(249,94,90); }
H1.HeaderClassName
{
color: #F95E5A;
}
.AnyTagClassName
{
color: #F95E5A;
}
</style>
background-color css
<style>
a { background-color: #F95E5A; }
a { background-color: rgb(249,94,90); }
div.DivClassName
{
background-color: #F95E5A;
}
.BgClassName
{
background-color: #F95E5A;
}
</style>
border-color css
<style>
span { border-color: #F95E5A; }
span { border-color: rgb(249,94,90); }
td.TdClassName
{
border-color: #F95E5A;
}
.TagClassName
{
border-color: #F95E5A;
}
</style>