Shades of Bittersweet #FE7564
Tints of Bittersweet #FE7564
RGB
CMYK
RGB Variations
Color information
#FE7564 (or 0xFE7564) is known color: Bittersweet. HEX triplet: FE, 75 and 64. RGB value is (254,117,100). Sum of RGB (Red+Green+Blue) = 254+117+100=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7564 is #018A9B. Grayscale: #9C9C9C. Windows color (decimal): -101020 or 6583806. OLE color: 6583806.
HSL color Cylindrical-coordinate representation of color #FE7564: hue angle of 6.62º 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 #FE7564 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 100 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.00 |
| HSL | 6.62º | 0.99% | 0.69% | - |
| HSV(B) | 6.62º | 0.61% | 1% | - |
| XYZ | 49.53 | 34.71 | 16.15 | - |
| YUV | 156.03 | 96.39 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 100 | 0 | 0.54 | 0.61 | 0.00 | 6.62 | 0.99 | 0.69 |
| Hex | FE | 75 | 64 | 0 | 36 | 3D | 0 | 7 | 63 | 45 |
| Octal | 376 | 165 | 144 | 0 | 66 | 75 | 0 | 7 | 143 | 105 |
| Binary | 11111110 | 1110101 | 1100100 | 0 | 110110 | 111101 | 0 | 111 | 1100011 | 1000101 |
Color Harmonies of #FE7564
Complementary color
Monochromatic Colors of #FE7564
Black with #FE7564
Text Example
Text Example
White with #FE7564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7564; }
p { color: rgb(254,117,100); }
H1.HeaderClassName
{
color: #FE7564;
}
.AnyTagClassName
{
color: #FE7564;
}
</style>
background-color css
<style>
a { background-color: #FE7564; }
a { background-color: rgb(254,117,100); }
div.DivClassName
{
background-color: #FE7564;
}
.BgClassName
{
background-color: #FE7564;
}
</style>
border-color css
<style>
span { border-color: #FE7564; }
span { border-color: rgb(254,117,100); }
td.TdClassName
{
border-color: #FE7564;
}
.TagClassName
{
border-color: #FE7564;
}
</style>