Shades of Bittersweet #FC6558
Tints of Bittersweet #FC6558
RGB
CMYK
RGB Variations
Color information
#FC6558 (or 0xFC6558) is known color: Bittersweet. HEX triplet: FC, 65 and 58. RGB value is (252,101,88). Sum of RGB (Red+Green+Blue) = 252+101+88=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 88 (34.77% from 255 or 19.95% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6558 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6558 is #039AA7. Grayscale: #909090. Windows color (decimal): -236200 or 5793276. OLE color: 5793276.
HSL color Cylindrical-coordinate representation of color #FC6558: hue angle of 4.76º 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 #FC6558 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 88 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.01 |
| HSL | 4.76º | 0.96% | 0.67% | - |
| HSV(B) | 4.76º | 0.65% | 0.99% | - |
| XYZ | 46.56 | 30.71 | 12.71 | - |
| YUV | 144.67 | 96.03 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 88 | 0 | 0.60 | 0.65 | 0.01 | 4.76 | 0.96 | 0.67 |
| Hex | FC | 65 | 58 | 0 | 3C | 41 | 1 | 5 | 60 | 43 |
| Octal | 374 | 145 | 130 | 0 | 74 | 101 | 1 | 5 | 140 | 103 |
| Binary | 11111100 | 1100101 | 1011000 | 0 | 111100 | 1000001 | 1 | 101 | 1100000 | 1000011 |
Color Harmonies of #FC6558
Complementary color
Monochromatic Colors of #FC6558
Black with #FC6558
Text Example
Text Example
White with #FC6558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6558; }
p { color: rgb(252,101,88); }
H1.HeaderClassName
{
color: #FC6558;
}
.AnyTagClassName
{
color: #FC6558;
}
</style>
background-color css
<style>
a { background-color: #FC6558; }
a { background-color: rgb(252,101,88); }
div.DivClassName
{
background-color: #FC6558;
}
.BgClassName
{
background-color: #FC6558;
}
</style>
border-color css
<style>
span { border-color: #FC6558; }
span { border-color: rgb(252,101,88); }
td.TdClassName
{
border-color: #FC6558;
}
.TagClassName
{
border-color: #FC6558;
}
</style>