Shades of Bittersweet #FC605D
Tints of Bittersweet #FC605D
RGB
CMYK
RGB Variations
Color information
#FC605D (or 0xFC605D) is known color: Bittersweet. HEX triplet: FC, 60 and 5D. RGB value is (252,96,93). Sum of RGB (Red+Green+Blue) = 252+96+93=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC605D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC605D is #039FA2. Grayscale: #8E8E8E. Windows color (decimal): -237475 or 6119676. OLE color: 6119676.
HSL color Cylindrical-coordinate representation of color #FC605D: hue angle of 1.13º 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 #FC605D is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 93 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.01 |
| HSL | 1.13º | 0.96% | 0.68% | - |
| HSV(B) | 1.13º | 0.63% | 0.99% | - |
| XYZ | 46.3 | 29.85 | 13.68 | - |
| YUV | 142.3 | 100.18 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 93 | 0 | 0.62 | 0.63 | 0.01 | 1.13 | 0.96 | 0.68 |
| Hex | FC | 60 | 5D | 0 | 3E | 3F | 1 | 1 | 60 | 44 |
| Octal | 374 | 140 | 135 | 0 | 76 | 77 | 1 | 1 | 140 | 104 |
| Binary | 11111100 | 1100000 | 1011101 | 0 | 111110 | 111111 | 1 | 1 | 1100000 | 1000100 |
Color Harmonies of #FC605D
Complementary color
Monochromatic Colors of #FC605D
Black with #FC605D
Text Example
Text Example
White with #FC605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC605D; }
p { color: rgb(252,96,93); }
H1.HeaderClassName
{
color: #FC605D;
}
.AnyTagClassName
{
color: #FC605D;
}
</style>
background-color css
<style>
a { background-color: #FC605D; }
a { background-color: rgb(252,96,93); }
div.DivClassName
{
background-color: #FC605D;
}
.BgClassName
{
background-color: #FC605D;
}
</style>
border-color css
<style>
span { border-color: #FC605D; }
span { border-color: rgb(252,96,93); }
td.TdClassName
{
border-color: #FC605D;
}
.TagClassName
{
border-color: #FC605D;
}
</style>