Shades of Bittersweet #FE7066
Tints of Bittersweet #FE7066
RGB
CMYK
RGB Variations
Color information
#FE7066 (or 0xFE7066) is known color: Bittersweet. HEX triplet: FE, 70 and 66. RGB value is (254,112,102). Sum of RGB (Red+Green+Blue) = 254+112+102=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7066 is #018F99. Grayscale: #999999. Windows color (decimal): -102298 or 6713598. OLE color: 6713598.
HSL color Cylindrical-coordinate representation of color #FE7066: hue angle of 3.95º 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 #FE7066 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 102 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.00 |
| HSL | 3.95º | 0.99% | 0.7% | - |
| HSV(B) | 3.95º | 0.6% | 1% | - |
| XYZ | 49.07 | 33.62 | 16.47 | - |
| YUV | 153.32 | 99.04 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 102 | 0 | 0.56 | 0.60 | 0.00 | 3.95 | 0.99 | 0.7 |
| Hex | FE | 70 | 66 | 0 | 38 | 3C | 0 | 4 | 63 | 46 |
| Octal | 376 | 160 | 146 | 0 | 70 | 74 | 0 | 4 | 143 | 106 |
| Binary | 11111110 | 1110000 | 1100110 | 0 | 111000 | 111100 | 0 | 100 | 1100011 | 1000110 |
Color Harmonies of #FE7066
Complementary color
Monochromatic Colors of #FE7066
Black with #FE7066
Text Example
Text Example
White with #FE7066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7066; }
p { color: rgb(254,112,102); }
H1.HeaderClassName
{
color: #FE7066;
}
.AnyTagClassName
{
color: #FE7066;
}
</style>
background-color css
<style>
a { background-color: #FE7066; }
a { background-color: rgb(254,112,102); }
div.DivClassName
{
background-color: #FE7066;
}
.BgClassName
{
background-color: #FE7066;
}
</style>
border-color css
<style>
span { border-color: #FE7066; }
span { border-color: rgb(254,112,102); }
td.TdClassName
{
border-color: #FE7066;
}
.TagClassName
{
border-color: #FE7066;
}
</style>