Shades of Bittersweet #FF6462
Tints of Bittersweet #FF6462
RGB
CMYK
RGB Variations
Color information
#FF6462 (or 0xFF6462) is known color: Bittersweet. HEX triplet: FF, 64 and 62. RGB value is (255,100,98). Sum of RGB (Red+Green+Blue) = 255+100+98=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6462 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6462 is #009B9D. Grayscale: #929292. Windows color (decimal): -39838 or 6448383. OLE color: 6448383.
HSL color Cylindrical-coordinate representation of color #FF6462: hue angle of 0.76º 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 #FF6462 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 98 | - |
| CMYK | 0 | 0.61 | 0.62 | 0 |
| HSL | 0.76º | 1% | 0.69% | - |
| HSV(B) | 0.76º | 0.62% | 1% | - |
| XYZ | 48 | 31.26 | 15.06 | - |
| YUV | 146.12 | 100.85 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 98 | 0 | 0.61 | 0.62 | 0 | 0.76 | 1 | 0.69 |
| Hex | FF | 64 | 62 | 0 | 3D | 3E | 0 | 1 | 64 | 45 |
| Octal | 377 | 144 | 142 | 0 | 75 | 76 | 0 | 1 | 144 | 105 |
| Binary | 11111111 | 1100100 | 1100010 | 0 | 111101 | 111110 | 0 | 1 | 1100100 | 1000101 |
Color Harmonies of #FF6462
Complementary color
Monochromatic Colors of #FF6462
Black with #FF6462
Text Example
Text Example
White with #FF6462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6462; }
p { color: rgb(255,100,98); }
H1.HeaderClassName
{
color: #FF6462;
}
.AnyTagClassName
{
color: #FF6462;
}
</style>
background-color css
<style>
a { background-color: #FF6462; }
a { background-color: rgb(255,100,98); }
div.DivClassName
{
background-color: #FF6462;
}
.BgClassName
{
background-color: #FF6462;
}
</style>
border-color css
<style>
span { border-color: #FF6462; }
span { border-color: rgb(255,100,98); }
td.TdClassName
{
border-color: #FF6462;
}
.TagClassName
{
border-color: #FF6462;
}
</style>