Shades of Bittersweet #FE7566
Tints of Bittersweet #FE7566
RGB
CMYK
RGB Variations
Color information
#FE7566 (or 0xFE7566) is known color: Bittersweet. HEX triplet: FE, 75 and 66. RGB value is (254,117,102). Sum of RGB (Red+Green+Blue) = 254+117+102=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7566 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7566 is #018A99. Grayscale: #9C9C9C. Windows color (decimal): -101018 or 6714878. OLE color: 6714878.
HSL color Cylindrical-coordinate representation of color #FE7566: hue angle of 5.92º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE7566 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 102 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.00 |
| HSL | 5.92º | 0.99% | 0.7% | - |
| HSV(B) | 5.92º | 0.6% | 1% | - |
| XYZ | 49.63 | 34.75 | 16.66 | - |
| YUV | 156.25 | 97.39 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 102 | 0 | 0.54 | 0.60 | 0.00 | 5.92 | 0.99 | 0.7 |
| Hex | FE | 75 | 66 | 0 | 36 | 3C | 0 | 6 | 63 | 46 |
| Octal | 376 | 165 | 146 | 0 | 66 | 74 | 0 | 6 | 143 | 106 |
| Binary | 11111110 | 1110101 | 1100110 | 0 | 110110 | 111100 | 0 | 110 | 1100011 | 1000110 |
Color Harmonies of #FE7566
Complementary color
Monochromatic Colors of #FE7566
Black with #FE7566
Text Example
Text Example
White with #FE7566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7566; }
p { color: rgb(254,117,102); }
H1.HeaderClassName
{
color: #FE7566;
}
.AnyTagClassName
{
color: #FE7566;
}
</style>
background-color css
<style>
a { background-color: #FE7566; }
a { background-color: rgb(254,117,102); }
div.DivClassName
{
background-color: #FE7566;
}
.BgClassName
{
background-color: #FE7566;
}
</style>
border-color css
<style>
span { border-color: #FE7566; }
span { border-color: rgb(254,117,102); }
td.TdClassName
{
border-color: #FE7566;
}
.TagClassName
{
border-color: #FE7566;
}
</style>