Shades of Bittersweet #FE7464
Tints of Bittersweet #FE7464
RGB
CMYK
RGB Variations
Color information
#FE7464 (or 0xFE7464) is known color: Bittersweet. HEX triplet: FE, 74 and 64. RGB value is (254,116,100). Sum of RGB (Red+Green+Blue) = 254+116+100=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7464 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7464 is #018B9B. Grayscale: #9B9B9B. Windows color (decimal): -101276 or 6583550. OLE color: 6583550.
HSL color Cylindrical-coordinate representation of color #FE7464: hue angle of 6.23º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE7464 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 100 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.00 |
| HSL | 6.23º | 0.99% | 0.69% | - |
| HSV(B) | 6.23º | 0.61% | 1% | - |
| XYZ | 49.42 | 34.48 | 16.11 | - |
| YUV | 155.44 | 96.72 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 100 | 0 | 0.54 | 0.61 | 0.00 | 6.23 | 0.99 | 0.69 |
| Hex | FE | 74 | 64 | 0 | 36 | 3D | 0 | 6 | 63 | 45 |
| Octal | 376 | 164 | 144 | 0 | 66 | 75 | 0 | 6 | 143 | 105 |
| Binary | 11111110 | 1110100 | 1100100 | 0 | 110110 | 111101 | 0 | 110 | 1100011 | 1000101 |
Color Harmonies of #FE7464
Complementary color
Monochromatic Colors of #FE7464
Black with #FE7464
Text Example
Text Example
White with #FE7464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7464; }
p { color: rgb(254,116,100); }
H1.HeaderClassName
{
color: #FE7464;
}
.AnyTagClassName
{
color: #FE7464;
}
</style>
background-color css
<style>
a { background-color: #FE7464; }
a { background-color: rgb(254,116,100); }
div.DivClassName
{
background-color: #FE7464;
}
.BgClassName
{
background-color: #FE7464;
}
</style>
border-color css
<style>
span { border-color: #FE7464; }
span { border-color: rgb(254,116,100); }
td.TdClassName
{
border-color: #FE7464;
}
.TagClassName
{
border-color: #FE7464;
}
</style>