Shades of Bittersweet #FE6460
Tints of Bittersweet #FE6460
RGB
CMYK
RGB Variations
Color information
#FE6460 (or 0xFE6460) is known color: Bittersweet. HEX triplet: FE, 64 and 60. RGB value is (254,100,96). Sum of RGB (Red+Green+Blue) = 254+100+96=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6460 is #019B9F. Grayscale: #919191. Windows color (decimal): -105376 or 6317310. OLE color: 6317310.
HSL color Cylindrical-coordinate representation of color #FE6460: hue angle of 1.52º 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 #FE6460 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 96 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.00 |
| HSL | 1.52º | 0.99% | 0.69% | - |
| HSV(B) | 1.52º | 0.62% | 1% | - |
| XYZ | 47.54 | 31.03 | 14.55 | - |
| YUV | 145.59 | 100.02 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 96 | 0 | 0.61 | 0.62 | 0.00 | 1.52 | 0.99 | 0.69 |
| Hex | FE | 64 | 60 | 0 | 3D | 3E | 0 | 2 | 63 | 45 |
| Octal | 376 | 144 | 140 | 0 | 75 | 76 | 0 | 2 | 143 | 105 |
| Binary | 11111110 | 1100100 | 1100000 | 0 | 111101 | 111110 | 0 | 10 | 1100011 | 1000101 |
Color Harmonies of #FE6460
Complementary color
Monochromatic Colors of #FE6460
Black with #FE6460
Text Example
Text Example
White with #FE6460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6460; }
p { color: rgb(254,100,96); }
H1.HeaderClassName
{
color: #FE6460;
}
.AnyTagClassName
{
color: #FE6460;
}
</style>
background-color css
<style>
a { background-color: #FE6460; }
a { background-color: rgb(254,100,96); }
div.DivClassName
{
background-color: #FE6460;
}
.BgClassName
{
background-color: #FE6460;
}
</style>
border-color css
<style>
span { border-color: #FE6460; }
span { border-color: rgb(254,100,96); }
td.TdClassName
{
border-color: #FE6460;
}
.TagClassName
{
border-color: #FE6460;
}
</style>