Shades of Bittersweet #FE6961
Tints of Bittersweet #FE6961
RGB
CMYK
RGB Variations
Color information
#FE6961 (or 0xFE6961) is known color: Bittersweet. HEX triplet: FE, 69 and 61. RGB value is (254,105,97). Sum of RGB (Red+Green+Blue) = 254+105+97=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6961 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6961 is #01969E. Grayscale: #949494. Windows color (decimal): -104095 or 6384126. OLE color: 6384126.
HSL color Cylindrical-coordinate representation of color #FE6961: hue angle of 3.06º 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 #FE6961 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 97 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.00 |
| HSL | 3.06º | 0.99% | 0.69% | - |
| HSV(B) | 3.06º | 0.62% | 1% | - |
| XYZ | 48.08 | 32.04 | 14.96 | - |
| YUV | 148.64 | 98.86 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 97 | 0 | 0.59 | 0.62 | 0.00 | 3.06 | 0.99 | 0.69 |
| Hex | FE | 69 | 61 | 0 | 3B | 3E | 0 | 3 | 63 | 45 |
| Octal | 376 | 151 | 141 | 0 | 73 | 76 | 0 | 3 | 143 | 105 |
| Binary | 11111110 | 1101001 | 1100001 | 0 | 111011 | 111110 | 0 | 11 | 1100011 | 1000101 |
Color Harmonies of #FE6961
Complementary color
Monochromatic Colors of #FE6961
Black with #FE6961
Text Example
Text Example
White with #FE6961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6961; }
p { color: rgb(254,105,97); }
H1.HeaderClassName
{
color: #FE6961;
}
.AnyTagClassName
{
color: #FE6961;
}
</style>
background-color css
<style>
a { background-color: #FE6961; }
a { background-color: rgb(254,105,97); }
div.DivClassName
{
background-color: #FE6961;
}
.BgClassName
{
background-color: #FE6961;
}
</style>
border-color css
<style>
span { border-color: #FE6961; }
span { border-color: rgb(254,105,97); }
td.TdClassName
{
border-color: #FE6961;
}
.TagClassName
{
border-color: #FE6961;
}
</style>