Shades of Bittersweet #FA7558
Tints of Bittersweet #FA7558
RGB
CMYK
RGB Variations
Color information
#FA7558 (or 0xFA7558) is known color: Bittersweet. HEX triplet: FA, 75 and 58. RGB value is (250,117,88). Sum of RGB (Red+Green+Blue) = 250+117+88=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 88 (34.77% from 255 or 19.34% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7558 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7558 is #058AA7. Grayscale: #999999. Windows color (decimal): -363176 or 5797370. OLE color: 5797370.
HSL color Cylindrical-coordinate representation of color #FA7558: hue angle of 10.74º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA7558 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 117 | 88 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.02 |
| HSL | 10.74º | 0.94% | 0.66% | - |
| HSV(B) | 10.74º | 0.65% | 0.98% | - |
| XYZ | 47.55 | 33.75 | 13.24 | - |
| YUV | 153.46 | 91.06 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 117 | 88 | 0 | 0.53 | 0.65 | 0.02 | 10.74 | 0.94 | 0.66 |
| Hex | FA | 75 | 58 | 0 | 35 | 41 | 2 | B | 5E | 42 |
| Octal | 372 | 165 | 130 | 0 | 65 | 101 | 2 | 13 | 136 | 102 |
| Binary | 11111010 | 1110101 | 1011000 | 0 | 110101 | 1000001 | 10 | 1011 | 1011110 | 1000010 |
Color Harmonies of #FA7558
Complementary color
Monochromatic Colors of #FA7558
Black with #FA7558
Text Example
Text Example
White with #FA7558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7558; }
p { color: rgb(250,117,88); }
H1.HeaderClassName
{
color: #FA7558;
}
.AnyTagClassName
{
color: #FA7558;
}
</style>
background-color css
<style>
a { background-color: #FA7558; }
a { background-color: rgb(250,117,88); }
div.DivClassName
{
background-color: #FA7558;
}
.BgClassName
{
background-color: #FA7558;
}
</style>
border-color css
<style>
span { border-color: #FA7558; }
span { border-color: rgb(250,117,88); }
td.TdClassName
{
border-color: #FA7558;
}
.TagClassName
{
border-color: #FA7558;
}
</style>