Shades of Bittersweet #FD6558
Tints of Bittersweet #FD6558
RGB
CMYK
RGB Variations
Color information
#FD6558 (or 0xFD6558) is known color: Bittersweet. HEX triplet: FD, 65 and 58. RGB value is (253,101,88). Sum of RGB (Red+Green+Blue) = 253+101+88=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6558 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6558 is #029AA7. Grayscale: #919191. Windows color (decimal): -170664 or 5793277. OLE color: 5793277.
HSL color Cylindrical-coordinate representation of color #FD6558: hue angle of 4.73º degrees, saturation: 0.98, 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 #FD6558 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 101 | 88 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.01 |
| HSL | 4.73º | 0.98% | 0.67% | - |
| HSV(B) | 4.73º | 0.65% | 0.99% | - |
| XYZ | 46.92 | 30.89 | 12.72 | - |
| YUV | 144.97 | 95.86 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 101 | 88 | 0 | 0.60 | 0.65 | 0.01 | 4.73 | 0.98 | 0.67 |
| Hex | FD | 65 | 58 | 0 | 3C | 41 | 1 | 5 | 62 | 43 |
| Octal | 375 | 145 | 130 | 0 | 74 | 101 | 1 | 5 | 142 | 103 |
| Binary | 11111101 | 1100101 | 1011000 | 0 | 111100 | 1000001 | 1 | 101 | 1100010 | 1000011 |
Color Harmonies of #FD6558
Complementary color
Monochromatic Colors of #FD6558
Black with #FD6558
Text Example
Text Example
White with #FD6558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6558; }
p { color: rgb(253,101,88); }
H1.HeaderClassName
{
color: #FD6558;
}
.AnyTagClassName
{
color: #FD6558;
}
</style>
background-color css
<style>
a { background-color: #FD6558; }
a { background-color: rgb(253,101,88); }
div.DivClassName
{
background-color: #FD6558;
}
.BgClassName
{
background-color: #FD6558;
}
</style>
border-color css
<style>
span { border-color: #FD6558; }
span { border-color: rgb(253,101,88); }
td.TdClassName
{
border-color: #FD6558;
}
.TagClassName
{
border-color: #FD6558;
}
</style>