Shades of Bittersweet #FC5D5D
Tints of Bittersweet #FC5D5D
RGB
CMYK
RGB Variations
Color information
#FC5D5D (or 0xFC5D5D) is known color: Bittersweet. HEX triplet: FC, 5D and 5D. RGB value is (252,93,93). Sum of RGB (Red+Green+Blue) = 252+93+93=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5D5D is #03A2A2. Grayscale: #8C8C8C. Windows color (decimal): -238243 or 6118908. OLE color: 6118908.
HSL color Cylindrical-coordinate representation of color #FC5D5D: hue angle of 0º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5D5D is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 93 | 93 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.01 |
| HSL | 0º | 0.96% | 0.68% | - |
| HSV(B) | 0º | 0.63% | 0.99% | - |
| XYZ | 46.04 | 29.31 | 13.59 | - |
| YUV | 140.54 | 101.18 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 93 | 93 | 0 | 0.63 | 0.63 | 0.01 | 0 | 0.96 | 0.68 |
| Hex | FC | 5D | 5D | 0 | 3F | 3F | 1 | 0 | 60 | 44 |
| Octal | 374 | 135 | 135 | 0 | 77 | 77 | 1 | 0 | 140 | 104 |
| Binary | 11111100 | 1011101 | 1011101 | 0 | 111111 | 111111 | 1 | 0 | 1100000 | 1000100 |
Color Harmonies of #FC5D5D
Complementary color
Monochromatic Colors of #FC5D5D
Black with #FC5D5D
Text Example
Text Example
White with #FC5D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5D5D; }
p { color: rgb(252,93,93); }
H1.HeaderClassName
{
color: #FC5D5D;
}
.AnyTagClassName
{
color: #FC5D5D;
}
</style>
background-color css
<style>
a { background-color: #FC5D5D; }
a { background-color: rgb(252,93,93); }
div.DivClassName
{
background-color: #FC5D5D;
}
.BgClassName
{
background-color: #FC5D5D;
}
</style>
border-color css
<style>
span { border-color: #FC5D5D; }
span { border-color: rgb(252,93,93); }
td.TdClassName
{
border-color: #FC5D5D;
}
.TagClassName
{
border-color: #FC5D5D;
}
</style>