Shades of Bittersweet #FF6458
Tints of Bittersweet #FF6458
RGB
CMYK
RGB Variations
Color information
#FF6458 (or 0xFF6458) is known color: Bittersweet. HEX triplet: FF, 64 and 58. RGB value is (255,100,88). Sum of RGB (Red+Green+Blue) = 255+100+88=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 88 (34.77% from 255 or 19.86% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6458 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6458 is #009BA7. Grayscale: #919191. Windows color (decimal): -39848 or 5793023. OLE color: 5793023.
HSL color Cylindrical-coordinate representation of color #FF6458: hue angle of 4.31º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF6458 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 88 | - |
| CMYK | 0 | 0.61 | 0.65 | 0 |
| HSL | 4.31º | 1% | 0.67% | - |
| HSV(B) | 4.31º | 0.65% | 1% | - |
| XYZ | 47.56 | 31.08 | 12.72 | - |
| YUV | 144.98 | 95.85 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 88 | 0 | 0.61 | 0.65 | 0 | 4.31 | 1 | 0.67 |
| Hex | FF | 64 | 58 | 0 | 3D | 41 | 0 | 4 | 64 | 43 |
| Octal | 377 | 144 | 130 | 0 | 75 | 101 | 0 | 4 | 144 | 103 |
| Binary | 11111111 | 1100100 | 1011000 | 0 | 111101 | 1000001 | 0 | 100 | 1100100 | 1000011 |
Color Harmonies of #FF6458
Complementary color
Monochromatic Colors of #FF6458
Black with #FF6458
Text Example
Text Example
White with #FF6458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6458; }
p { color: rgb(255,100,88); }
H1.HeaderClassName
{
color: #FF6458;
}
.AnyTagClassName
{
color: #FF6458;
}
</style>
background-color css
<style>
a { background-color: #FF6458; }
a { background-color: rgb(255,100,88); }
div.DivClassName
{
background-color: #FF6458;
}
.BgClassName
{
background-color: #FF6458;
}
</style>
border-color css
<style>
span { border-color: #FF6458; }
span { border-color: rgb(255,100,88); }
td.TdClassName
{
border-color: #FF6458;
}
.TagClassName
{
border-color: #FF6458;
}
</style>