Shades of Bittersweet #FD6460
Tints of Bittersweet #FD6460
RGB
CMYK
RGB Variations
Color information
#FD6460 (or 0xFD6460) is known color: Bittersweet. HEX triplet: FD, 64 and 60. RGB value is (253,100,96). Sum of RGB (Red+Green+Blue) = 253+100+96=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6460 is #029B9F. Grayscale: #919191. Windows color (decimal): -170912 or 6317309. OLE color: 6317309.
HSL color Cylindrical-coordinate representation of color #FD6460: hue angle of 1.53º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD6460 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 100 | 96 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.01 |
| HSL | 1.53º | 0.98% | 0.68% | - |
| HSV(B) | 1.53º | 0.62% | 0.99% | - |
| XYZ | 47.18 | 30.84 | 14.53 | - |
| YUV | 145.29 | 100.19 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 100 | 96 | 0 | 0.60 | 0.62 | 0.01 | 1.53 | 0.98 | 0.68 |
| Hex | FD | 64 | 60 | 0 | 3C | 3E | 1 | 2 | 62 | 44 |
| Octal | 375 | 144 | 140 | 0 | 74 | 76 | 1 | 2 | 142 | 104 |
| Binary | 11111101 | 1100100 | 1100000 | 0 | 111100 | 111110 | 1 | 10 | 1100010 | 1000100 |
Color Harmonies of #FD6460
Complementary color
Monochromatic Colors of #FD6460
Black with #FD6460
Text Example
Text Example
White with #FD6460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6460; }
p { color: rgb(253,100,96); }
H1.HeaderClassName
{
color: #FD6460;
}
.AnyTagClassName
{
color: #FD6460;
}
</style>
background-color css
<style>
a { background-color: #FD6460; }
a { background-color: rgb(253,100,96); }
div.DivClassName
{
background-color: #FD6460;
}
.BgClassName
{
background-color: #FD6460;
}
</style>
border-color css
<style>
span { border-color: #FD6460; }
span { border-color: rgb(253,100,96); }
td.TdClassName
{
border-color: #FD6460;
}
.TagClassName
{
border-color: #FD6460;
}
</style>