Shades of Bittersweet #FE7561
Tints of Bittersweet #FE7561
RGB
CMYK
RGB Variations
Color information
#FE7561 (or 0xFE7561) is known color: Bittersweet. HEX triplet: FE, 75 and 61. RGB value is (254,117,97). Sum of RGB (Red+Green+Blue) = 254+117+97=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7561 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7561 is #018A9E. Grayscale: #9B9B9B. Windows color (decimal): -101023 or 6387198. OLE color: 6387198.
HSL color Cylindrical-coordinate representation of color #FE7561: hue angle of 7.64º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE7561 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 97 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.00 |
| HSL | 7.64º | 0.99% | 0.69% | - |
| HSV(B) | 7.64º | 0.62% | 1% | - |
| XYZ | 49.39 | 34.66 | 15.4 | - |
| YUV | 155.68 | 94.89 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 97 | 0 | 0.54 | 0.62 | 0.00 | 7.64 | 0.99 | 0.69 |
| Hex | FE | 75 | 61 | 0 | 36 | 3E | 0 | 8 | 63 | 45 |
| Octal | 376 | 165 | 141 | 0 | 66 | 76 | 0 | 10 | 143 | 105 |
| Binary | 11111110 | 1110101 | 1100001 | 0 | 110110 | 111110 | 0 | 1000 | 1100011 | 1000101 |
Color Harmonies of #FE7561
Complementary color
Monochromatic Colors of #FE7561
Black with #FE7561
Text Example
Text Example
White with #FE7561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7561; }
p { color: rgb(254,117,97); }
H1.HeaderClassName
{
color: #FE7561;
}
.AnyTagClassName
{
color: #FE7561;
}
</style>
background-color css
<style>
a { background-color: #FE7561; }
a { background-color: rgb(254,117,97); }
div.DivClassName
{
background-color: #FE7561;
}
.BgClassName
{
background-color: #FE7561;
}
</style>
border-color css
<style>
span { border-color: #FE7561; }
span { border-color: rgb(254,117,97); }
td.TdClassName
{
border-color: #FE7561;
}
.TagClassName
{
border-color: #FE7561;
}
</style>