Shades of Bittersweet #F55F57
Tints of Bittersweet #F55F57
RGB
CMYK
RGB Variations
Color information
#F55F57 (or 0xF55F57) is known color: Bittersweet. HEX triplet: F5, 5F and 57. RGB value is (245,95,87). Sum of RGB (Red+Green+Blue) = 245+95+87=427 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.38% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 87 (34.38% from 255 or 20.37% from 427); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55F57 is #0AA0A8. Grayscale: #8B8B8B. Windows color (decimal): -696489 or 5726197. OLE color: 5726197.
HSL color Cylindrical-coordinate representation of color #F55F57: hue angle of 3.04º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F55F57 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 87 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.04 |
| HSL | 3.04º | 0.89% | 0.65% | - |
| HSV(B) | 3.04º | 0.64% | 0.96% | - |
| XYZ | 43.47 | 28.29 | 12.19 | - |
| YUV | 138.94 | 98.7 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 87 | 0 | 0.61 | 0.64 | 0.04 | 3.04 | 0.89 | 0.65 |
| Hex | F5 | 5F | 57 | 0 | 3D | 40 | 4 | 3 | 59 | 41 |
| Octal | 365 | 137 | 127 | 0 | 75 | 100 | 4 | 3 | 131 | 101 |
| Binary | 11110101 | 1011111 | 1010111 | 0 | 111101 | 1000000 | 100 | 11 | 1011001 | 1000001 |
Color Harmonies of #F55F57
Complementary color
Monochromatic Colors of #F55F57
Black with #F55F57
Text Example
Text Example
White with #F55F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55F57; }
p { color: rgb(245,95,87); }
H1.HeaderClassName
{
color: #F55F57;
}
.AnyTagClassName
{
color: #F55F57;
}
</style>
background-color css
<style>
a { background-color: #F55F57; }
a { background-color: rgb(245,95,87); }
div.DivClassName
{
background-color: #F55F57;
}
.BgClassName
{
background-color: #F55F57;
}
</style>
border-color css
<style>
span { border-color: #F55F57; }
span { border-color: rgb(245,95,87); }
td.TdClassName
{
border-color: #F55F57;
}
.TagClassName
{
border-color: #F55F57;
}
</style>