Shades of Bittersweet #FE5F5D
Tints of Bittersweet #FE5F5D
RGB
CMYK
RGB Variations
Color information
#FE5F5D (or 0xFE5F5D) is known color: Bittersweet. HEX triplet: FE, 5F and 5D. RGB value is (254,95,93). Sum of RGB (Red+Green+Blue) = 254+95+93=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5F5D is #01A0A2. Grayscale: #8E8E8E. Windows color (decimal): -106659 or 6119422. OLE color: 6119422.
HSL color Cylindrical-coordinate representation of color #FE5F5D: hue angle of 0.75º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5F5D is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 95 | 93 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.00 |
| HSL | 0.75º | 0.99% | 0.68% | - |
| HSV(B) | 0.75º | 0.63% | 1% | - |
| XYZ | 46.94 | 30.05 | 13.68 | - |
| YUV | 142.31 | 100.18 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 95 | 93 | 0 | 0.63 | 0.63 | 0.00 | 0.75 | 0.99 | 0.68 |
| Hex | FE | 5F | 5D | 0 | 3F | 3F | 0 | 1 | 63 | 44 |
| Octal | 376 | 137 | 135 | 0 | 77 | 77 | 0 | 1 | 143 | 104 |
| Binary | 11111110 | 1011111 | 1011101 | 0 | 111111 | 111111 | 0 | 1 | 1100011 | 1000100 |
Color Harmonies of #FE5F5D
Complementary color
Monochromatic Colors of #FE5F5D
Black with #FE5F5D
Text Example
Text Example
White with #FE5F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5F5D; }
p { color: rgb(254,95,93); }
H1.HeaderClassName
{
color: #FE5F5D;
}
.AnyTagClassName
{
color: #FE5F5D;
}
</style>
background-color css
<style>
a { background-color: #FE5F5D; }
a { background-color: rgb(254,95,93); }
div.DivClassName
{
background-color: #FE5F5D;
}
.BgClassName
{
background-color: #FE5F5D;
}
</style>
border-color css
<style>
span { border-color: #FE5F5D; }
span { border-color: rgb(254,95,93); }
td.TdClassName
{
border-color: #FE5F5D;
}
.TagClassName
{
border-color: #FE5F5D;
}
</style>