Shades of Bittersweet #FC6458
Tints of Bittersweet #FC6458
RGB
CMYK
RGB Variations
Color information
#FC6458 (or 0xFC6458) is known color: Bittersweet. HEX triplet: FC, 64 and 58. RGB value is (252,100,88). Sum of RGB (Red+Green+Blue) = 252+100+88=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 88 (34.77% from 255 or 20% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6458 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6458 is #039BA7. Grayscale: #909090. Windows color (decimal): -236456 or 5793020. OLE color: 5793020.
HSL color Cylindrical-coordinate representation of color #FC6458: hue angle of 4.39º 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 #FC6458 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 88 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.01 |
| HSL | 4.39º | 0.96% | 0.67% | - |
| HSV(B) | 4.39º | 0.65% | 0.99% | - |
| XYZ | 46.46 | 30.51 | 12.67 | - |
| YUV | 144.08 | 96.36 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 88 | 0 | 0.60 | 0.65 | 0.01 | 4.39 | 0.96 | 0.67 |
| Hex | FC | 64 | 58 | 0 | 3C | 41 | 1 | 4 | 60 | 43 |
| Octal | 374 | 144 | 130 | 0 | 74 | 101 | 1 | 4 | 140 | 103 |
| Binary | 11111100 | 1100100 | 1011000 | 0 | 111100 | 1000001 | 1 | 100 | 1100000 | 1000011 |
Color Harmonies of #FC6458
Complementary color
Monochromatic Colors of #FC6458
Black with #FC6458
Text Example
Text Example
White with #FC6458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6458; }
p { color: rgb(252,100,88); }
H1.HeaderClassName
{
color: #FC6458;
}
.AnyTagClassName
{
color: #FC6458;
}
</style>
background-color css
<style>
a { background-color: #FC6458; }
a { background-color: rgb(252,100,88); }
div.DivClassName
{
background-color: #FC6458;
}
.BgClassName
{
background-color: #FC6458;
}
</style>
border-color css
<style>
span { border-color: #FC6458; }
span { border-color: rgb(252,100,88); }
td.TdClassName
{
border-color: #FC6458;
}
.TagClassName
{
border-color: #FC6458;
}
</style>