Shades of Bittersweet #FA7265
Tints of Bittersweet #FA7265
RGB
CMYK
RGB Variations
Color information
#FA7265 (or 0xFA7265) is known color: Bittersweet. HEX triplet: FA, 72 and 65. RGB value is (250,114,101). Sum of RGB (Red+Green+Blue) = 250+114+101=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7265 is #058D9A. Grayscale: #999999. Windows color (decimal): -363931 or 6648570. OLE color: 6648570.
HSL color Cylindrical-coordinate representation of color #FA7265: hue angle of 5.23º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA7265 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 114 | 101 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.02 |
| HSL | 5.23º | 0.94% | 0.69% | - |
| HSV(B) | 5.23º | 0.6% | 0.98% | - |
| XYZ | 47.79 | 33.3 | 16.22 | - |
| YUV | 153.18 | 98.56 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 114 | 101 | 0 | 0.54 | 0.60 | 0.02 | 5.23 | 0.94 | 0.69 |
| Hex | FA | 72 | 65 | 0 | 36 | 3C | 2 | 5 | 5E | 45 |
| Octal | 372 | 162 | 145 | 0 | 66 | 74 | 2 | 5 | 136 | 105 |
| Binary | 11111010 | 1110010 | 1100101 | 0 | 110110 | 111100 | 10 | 101 | 1011110 | 1000101 |
Color Harmonies of #FA7265
Complementary color
Monochromatic Colors of #FA7265
Black with #FA7265
Text Example
Text Example
White with #FA7265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7265; }
p { color: rgb(250,114,101); }
H1.HeaderClassName
{
color: #FA7265;
}
.AnyTagClassName
{
color: #FA7265;
}
</style>
background-color css
<style>
a { background-color: #FA7265; }
a { background-color: rgb(250,114,101); }
div.DivClassName
{
background-color: #FA7265;
}
.BgClassName
{
background-color: #FA7265;
}
</style>
border-color css
<style>
span { border-color: #FA7265; }
span { border-color: rgb(250,114,101); }
td.TdClassName
{
border-color: #FA7265;
}
.TagClassName
{
border-color: #FA7265;
}
</style>