Shades of Bittersweet #FE7467
Tints of Bittersweet #FE7467
RGB
CMYK
RGB Variations
Color information
#FE7467 (or 0xFE7467) is known color: Bittersweet. HEX triplet: FE, 74 and 67. RGB value is (254,116,103). Sum of RGB (Red+Green+Blue) = 254+116+103=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7467 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7467 is #018B98. Grayscale: #9B9B9B. Windows color (decimal): -101273 or 6780158. OLE color: 6780158.
HSL color Cylindrical-coordinate representation of color #FE7467: hue angle of 5.17º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE7467 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 103 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.00 |
| HSL | 5.17º | 0.99% | 0.7% | - |
| HSV(B) | 5.17º | 0.59% | 1% | - |
| XYZ | 49.57 | 34.54 | 16.89 | - |
| YUV | 155.78 | 98.22 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 103 | 0 | 0.54 | 0.59 | 0.00 | 5.17 | 0.99 | 0.7 |
| Hex | FE | 74 | 67 | 0 | 36 | 3B | 0 | 5 | 63 | 46 |
| Octal | 376 | 164 | 147 | 0 | 66 | 73 | 0 | 5 | 143 | 106 |
| Binary | 11111110 | 1110100 | 1100111 | 0 | 110110 | 111011 | 0 | 101 | 1100011 | 1000110 |
Color Harmonies of #FE7467
Complementary color
Monochromatic Colors of #FE7467
Black with #FE7467
Text Example
Text Example
White with #FE7467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7467; }
p { color: rgb(254,116,103); }
H1.HeaderClassName
{
color: #FE7467;
}
.AnyTagClassName
{
color: #FE7467;
}
</style>
background-color css
<style>
a { background-color: #FE7467; }
a { background-color: rgb(254,116,103); }
div.DivClassName
{
background-color: #FE7467;
}
.BgClassName
{
background-color: #FE7467;
}
</style>
border-color css
<style>
span { border-color: #FE7467; }
span { border-color: rgb(254,116,103); }
td.TdClassName
{
border-color: #FE7467;
}
.TagClassName
{
border-color: #FE7467;
}
</style>