Shades of Bittersweet #FA7266
Tints of Bittersweet #FA7266
RGB
CMYK
RGB Variations
Color information
#FA7266 (or 0xFA7266) is known color: Bittersweet. HEX triplet: FA, 72 and 66. RGB value is (250,114,102). Sum of RGB (Red+Green+Blue) = 250+114+102=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7266 is #058D99. Grayscale: #999999. Windows color (decimal): -363930 or 6714106. OLE color: 6714106.
HSL color Cylindrical-coordinate representation of color #FA7266: hue angle of 4.86º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA7266 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 114 | 102 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.02 |
| HSL | 4.86º | 0.94% | 0.69% | - |
| HSV(B) | 4.86º | 0.59% | 0.98% | - |
| XYZ | 47.84 | 33.32 | 16.48 | - |
| YUV | 153.3 | 99.06 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 114 | 102 | 0 | 0.54 | 0.59 | 0.02 | 4.86 | 0.94 | 0.69 |
| Hex | FA | 72 | 66 | 0 | 36 | 3B | 2 | 5 | 5E | 45 |
| Octal | 372 | 162 | 146 | 0 | 66 | 73 | 2 | 5 | 136 | 105 |
| Binary | 11111010 | 1110010 | 1100110 | 0 | 110110 | 111011 | 10 | 101 | 1011110 | 1000101 |
Color Harmonies of #FA7266
Complementary color
Monochromatic Colors of #FA7266
Black with #FA7266
Text Example
Text Example
White with #FA7266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7266; }
p { color: rgb(250,114,102); }
H1.HeaderClassName
{
color: #FA7266;
}
.AnyTagClassName
{
color: #FA7266;
}
</style>
background-color css
<style>
a { background-color: #FA7266; }
a { background-color: rgb(250,114,102); }
div.DivClassName
{
background-color: #FA7266;
}
.BgClassName
{
background-color: #FA7266;
}
</style>
border-color css
<style>
span { border-color: #FA7266; }
span { border-color: rgb(250,114,102); }
td.TdClassName
{
border-color: #FA7266;
}
.TagClassName
{
border-color: #FA7266;
}
</style>