Shades of Bittersweet #FE6261
Tints of Bittersweet #FE6261
RGB
CMYK
RGB Variations
Color information
#FE6261 (or 0xFE6261) is known color: Bittersweet. HEX triplet: FE, 62 and 61. RGB value is (254,98,97). Sum of RGB (Red+Green+Blue) = 254+98+97=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6261 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6261 is #019D9E. Grayscale: #909090. Windows color (decimal): -105887 or 6382334. OLE color: 6382334.
HSL color Cylindrical-coordinate representation of color #FE6261: hue angle of 0.38º 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 #FE6261 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 97 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.00 |
| HSL | 0.38º | 0.99% | 0.69% | - |
| HSV(B) | 0.38º | 0.62% | 1% | - |
| XYZ | 47.4 | 30.67 | 14.73 | - |
| YUV | 144.53 | 101.18 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 97 | 0 | 0.61 | 0.62 | 0.00 | 0.38 | 0.99 | 0.69 |
| Hex | FE | 62 | 61 | 0 | 3D | 3E | 0 | 0 | 63 | 45 |
| Octal | 376 | 142 | 141 | 0 | 75 | 76 | 0 | 0 | 143 | 105 |
| Binary | 11111110 | 1100010 | 1100001 | 0 | 111101 | 111110 | 0 | 0 | 1100011 | 1000101 |
Color Harmonies of #FE6261
Complementary color
Monochromatic Colors of #FE6261
Black with #FE6261
Text Example
Text Example
White with #FE6261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6261; }
p { color: rgb(254,98,97); }
H1.HeaderClassName
{
color: #FE6261;
}
.AnyTagClassName
{
color: #FE6261;
}
</style>
background-color css
<style>
a { background-color: #FE6261; }
a { background-color: rgb(254,98,97); }
div.DivClassName
{
background-color: #FE6261;
}
.BgClassName
{
background-color: #FE6261;
}
</style>
border-color css
<style>
span { border-color: #FE6261; }
span { border-color: rgb(254,98,97); }
td.TdClassName
{
border-color: #FE6261;
}
.TagClassName
{
border-color: #FE6261;
}
</style>