Shades of Bittersweet #FE6962
Tints of Bittersweet #FE6962
RGB
CMYK
RGB Variations
Color information
#FE6962 (or 0xFE6962) is known color: Bittersweet. HEX triplet: FE, 69 and 62. RGB value is (254,105,98). Sum of RGB (Red+Green+Blue) = 254+105+98=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6962 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6962 is #01969D. Grayscale: #949494. Windows color (decimal): -104094 or 6449662. OLE color: 6449662.
HSL color Cylindrical-coordinate representation of color #FE6962: hue angle of 2.69º 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 #FE6962 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 98 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.00 |
| HSL | 2.69º | 0.99% | 0.69% | - |
| HSV(B) | 2.69º | 0.61% | 1% | - |
| XYZ | 48.13 | 32.06 | 15.21 | - |
| YUV | 148.75 | 99.36 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 98 | 0 | 0.59 | 0.61 | 0.00 | 2.69 | 0.99 | 0.69 |
| Hex | FE | 69 | 62 | 0 | 3B | 3D | 0 | 3 | 63 | 45 |
| Octal | 376 | 151 | 142 | 0 | 73 | 75 | 0 | 3 | 143 | 105 |
| Binary | 11111110 | 1101001 | 1100010 | 0 | 111011 | 111101 | 0 | 11 | 1100011 | 1000101 |
Color Harmonies of #FE6962
Complementary color
Monochromatic Colors of #FE6962
Black with #FE6962
Text Example
Text Example
White with #FE6962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6962; }
p { color: rgb(254,105,98); }
H1.HeaderClassName
{
color: #FE6962;
}
.AnyTagClassName
{
color: #FE6962;
}
</style>
background-color css
<style>
a { background-color: #FE6962; }
a { background-color: rgb(254,105,98); }
div.DivClassName
{
background-color: #FE6962;
}
.BgClassName
{
background-color: #FE6962;
}
</style>
border-color css
<style>
span { border-color: #FE6962; }
span { border-color: rgb(254,105,98); }
td.TdClassName
{
border-color: #FE6962;
}
.TagClassName
{
border-color: #FE6962;
}
</style>