Shades of Bittersweet #FF6058
Tints of Bittersweet #FF6058
RGB
CMYK
RGB Variations
Color information
#FF6058 (or 0xFF6058) is known color: Bittersweet. HEX triplet: FF, 60 and 58. RGB value is (255,96,88). Sum of RGB (Red+Green+Blue) = 255+96+88=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 88 (34.77% from 255 or 20.05% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6058 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6058 is #009FA7. Grayscale: #8E8E8E. Windows color (decimal): -40872 or 5791999. OLE color: 5791999.
HSL color Cylindrical-coordinate representation of color #FF6058: hue angle of 2.87º 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 #FF6058 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 88 | - |
| CMYK | 0 | 0.62 | 0.65 | 0 |
| HSL | 2.87º | 1% | 0.67% | - |
| HSV(B) | 2.87º | 0.65% | 1% | - |
| XYZ | 47.18 | 30.33 | 12.6 | - |
| YUV | 142.63 | 97.18 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 88 | 0 | 0.62 | 0.65 | 0 | 2.87 | 1 | 0.67 |
| Hex | FF | 60 | 58 | 0 | 3E | 41 | 0 | 3 | 64 | 43 |
| Octal | 377 | 140 | 130 | 0 | 76 | 101 | 0 | 3 | 144 | 103 |
| Binary | 11111111 | 1100000 | 1011000 | 0 | 111110 | 1000001 | 0 | 11 | 1100100 | 1000011 |
Color Harmonies of #FF6058
Complementary color
Monochromatic Colors of #FF6058
Black with #FF6058
Text Example
Text Example
White with #FF6058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6058; }
p { color: rgb(255,96,88); }
H1.HeaderClassName
{
color: #FF6058;
}
.AnyTagClassName
{
color: #FF6058;
}
</style>
background-color css
<style>
a { background-color: #FF6058; }
a { background-color: rgb(255,96,88); }
div.DivClassName
{
background-color: #FF6058;
}
.BgClassName
{
background-color: #FF6058;
}
</style>
border-color css
<style>
span { border-color: #FF6058; }
span { border-color: rgb(255,96,88); }
td.TdClassName
{
border-color: #FF6058;
}
.TagClassName
{
border-color: #FF6058;
}
</style>