Shades of Bittersweet #FF6562
Tints of Bittersweet #FF6562
RGB
CMYK
RGB Variations
Color information
#FF6562 (or 0xFF6562) is known color: Bittersweet. HEX triplet: FF, 65 and 62. RGB value is (255,101,98). Sum of RGB (Red+Green+Blue) = 255+101+98=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 98 (38.67% from 255 or 21.59% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6562 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6562 is #009A9D. Grayscale: #929292. Windows color (decimal): -39582 or 6448639. OLE color: 6448639.
HSL color Cylindrical-coordinate representation of color #FF6562: hue angle of 1.15º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF6562 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 98 | - |
| CMYK | 0 | 0.60 | 0.62 | 0 |
| HSL | 1.15º | 1% | 0.69% | - |
| HSV(B) | 1.15º | 0.62% | 1% | - |
| XYZ | 48.1 | 31.45 | 15.09 | - |
| YUV | 146.7 | 100.52 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 98 | 0 | 0.60 | 0.62 | 0 | 1.15 | 1 | 0.69 |
| Hex | FF | 65 | 62 | 0 | 3C | 3E | 0 | 1 | 64 | 45 |
| Octal | 377 | 145 | 142 | 0 | 74 | 76 | 0 | 1 | 144 | 105 |
| Binary | 11111111 | 1100101 | 1100010 | 0 | 111100 | 111110 | 0 | 1 | 1100100 | 1000101 |
Color Harmonies of #FF6562
Complementary color
Monochromatic Colors of #FF6562
Black with #FF6562
Text Example
Text Example
White with #FF6562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6562; }
p { color: rgb(255,101,98); }
H1.HeaderClassName
{
color: #FF6562;
}
.AnyTagClassName
{
color: #FF6562;
}
</style>
background-color css
<style>
a { background-color: #FF6562; }
a { background-color: rgb(255,101,98); }
div.DivClassName
{
background-color: #FF6562;
}
.BgClassName
{
background-color: #FF6562;
}
</style>
border-color css
<style>
span { border-color: #FF6562; }
span { border-color: rgb(255,101,98); }
td.TdClassName
{
border-color: #FF6562;
}
.TagClassName
{
border-color: #FF6562;
}
</style>