Shades of Bittersweet #F15D5D
Tints of Bittersweet #F15D5D
RGB
CMYK
RGB Variations
Color information
#F15D5D (or 0xF15D5D) is known color: Bittersweet. HEX triplet: F1, 5D and 5D. RGB value is (241,93,93). Sum of RGB (Red+Green+Blue) = 241+93+93=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15D5D is #0EA2A2. Grayscale: #898989. Windows color (decimal): -959139 or 6118897. OLE color: 6118897.
HSL color Cylindrical-coordinate representation of color #F15D5D: hue angle of 0º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15D5D is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 93 | 93 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.05 |
| HSL | 0º | 0.84% | 0.65% | - |
| HSV(B) | 0º | 0.61% | 0.95% | - |
| XYZ | 42.17 | 27.32 | 13.41 | - |
| YUV | 137.25 | 103.03 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 93 | 0 | 0.61 | 0.61 | 0.05 | 0 | 0.84 | 0.65 |
| Hex | F1 | 5D | 5D | 0 | 3D | 3D | 5 | 0 | 54 | 41 |
| Octal | 361 | 135 | 135 | 0 | 75 | 75 | 5 | 0 | 124 | 101 |
| Binary | 11110001 | 1011101 | 1011101 | 0 | 111101 | 111101 | 101 | 0 | 1010100 | 1000001 |
Color Harmonies of #F15D5D
Complementary color
Monochromatic Colors of #F15D5D
Black with #F15D5D
Text Example
Text Example
White with #F15D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15D5D; }
p { color: rgb(241,93,93); }
H1.HeaderClassName
{
color: #F15D5D;
}
.AnyTagClassName
{
color: #F15D5D;
}
</style>
background-color css
<style>
a { background-color: #F15D5D; }
a { background-color: rgb(241,93,93); }
div.DivClassName
{
background-color: #F15D5D;
}
.BgClassName
{
background-color: #F15D5D;
}
</style>
border-color css
<style>
span { border-color: #F15D5D; }
span { border-color: rgb(241,93,93); }
td.TdClassName
{
border-color: #F15D5D;
}
.TagClassName
{
border-color: #F15D5D;
}
</style>