Shades of Bittersweet #FC6459
Tints of Bittersweet #FC6459
RGB
CMYK
RGB Variations
Color information
#FC6459 (or 0xFC6459) is known color: Bittersweet. HEX triplet: FC, 64 and 59. RGB value is (252,100,89). Sum of RGB (Red+Green+Blue) = 252+100+89=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 89 (35.16% from 255 or 20.18% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6459 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6459 is #039BA6. Grayscale: #909090. Windows color (decimal): -236455 or 5858556. OLE color: 5858556.
HSL color Cylindrical-coordinate representation of color #FC6459: hue angle of 4.05º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC6459 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 89 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.01 |
| HSL | 4.05º | 0.96% | 0.67% | - |
| HSV(B) | 4.05º | 0.65% | 0.99% | - |
| XYZ | 46.51 | 30.53 | 12.89 | - |
| YUV | 144.19 | 96.86 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 89 | 0 | 0.60 | 0.65 | 0.01 | 4.05 | 0.96 | 0.67 |
| Hex | FC | 64 | 59 | 0 | 3C | 41 | 1 | 4 | 60 | 43 |
| Octal | 374 | 144 | 131 | 0 | 74 | 101 | 1 | 4 | 140 | 103 |
| Binary | 11111100 | 1100100 | 1011001 | 0 | 111100 | 1000001 | 1 | 100 | 1100000 | 1000011 |
Color Harmonies of #FC6459
Complementary color
Monochromatic Colors of #FC6459
Black with #FC6459
Text Example
Text Example
White with #FC6459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6459; }
p { color: rgb(252,100,89); }
H1.HeaderClassName
{
color: #FC6459;
}
.AnyTagClassName
{
color: #FC6459;
}
</style>
background-color css
<style>
a { background-color: #FC6459; }
a { background-color: rgb(252,100,89); }
div.DivClassName
{
background-color: #FC6459;
}
.BgClassName
{
background-color: #FC6459;
}
</style>
border-color css
<style>
span { border-color: #FC6459; }
span { border-color: rgb(252,100,89); }
td.TdClassName
{
border-color: #FC6459;
}
.TagClassName
{
border-color: #FC6459;
}
</style>