Shades of Bittersweet #FC6D58
Tints of Bittersweet #FC6D58
RGB
CMYK
RGB Variations
Color information
#FC6D58 (or 0xFC6D58) is known color: Bittersweet. HEX triplet: FC, 6D and 58. RGB value is (252,109,88). Sum of RGB (Red+Green+Blue) = 252+109+88=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 88 (34.77% from 255 or 19.60% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6D58 is #0392A7. Grayscale: #959595. Windows color (decimal): -234152 or 5795324. OLE color: 5795324.
HSL color Cylindrical-coordinate representation of color #FC6D58: hue angle of 7.68º 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 #FC6D58 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 109 | 88 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.01 |
| HSL | 7.68º | 0.96% | 0.67% | - |
| HSV(B) | 7.68º | 0.65% | 0.99% | - |
| XYZ | 47.37 | 32.34 | 12.98 | - |
| YUV | 149.36 | 93.38 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 109 | 88 | 0 | 0.57 | 0.65 | 0.01 | 7.68 | 0.96 | 0.67 |
| Hex | FC | 6D | 58 | 0 | 39 | 41 | 1 | 8 | 60 | 43 |
| Octal | 374 | 155 | 130 | 0 | 71 | 101 | 1 | 10 | 140 | 103 |
| Binary | 11111100 | 1101101 | 1011000 | 0 | 111001 | 1000001 | 1 | 1000 | 1100000 | 1000011 |
Color Harmonies of #FC6D58
Complementary color
Monochromatic Colors of #FC6D58
Black with #FC6D58
Text Example
Text Example
White with #FC6D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6D58; }
p { color: rgb(252,109,88); }
H1.HeaderClassName
{
color: #FC6D58;
}
.AnyTagClassName
{
color: #FC6D58;
}
</style>
background-color css
<style>
a { background-color: #FC6D58; }
a { background-color: rgb(252,109,88); }
div.DivClassName
{
background-color: #FC6D58;
}
.BgClassName
{
background-color: #FC6D58;
}
</style>
border-color css
<style>
span { border-color: #FC6D58; }
span { border-color: rgb(252,109,88); }
td.TdClassName
{
border-color: #FC6D58;
}
.TagClassName
{
border-color: #FC6D58;
}
</style>