Shades of Bittersweet #F95D5A
Tints of Bittersweet #F95D5A
RGB
CMYK
RGB Variations
Color information
#F95D5A (or 0xF95D5A) is known color: Bittersweet. HEX triplet: F9, 5D and 5A. RGB value is (249,93,90). Sum of RGB (Red+Green+Blue) = 249+93+90=432 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.64% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 249 - color contains mainly: red. Hex color #F95D5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95D5A is #06A2A5. Grayscale: #8B8B8B. Windows color (decimal): -434854 or 5922297. OLE color: 5922297.
HSL color Cylindrical-coordinate representation of color #F95D5A: hue angle of 1.13º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F95D5A is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 93 | 90 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.02 |
| HSL | 1.13º | 0.93% | 0.66% | - |
| HSV(B) | 1.13º | 0.64% | 0.98% | - |
| XYZ | 44.83 | 28.71 | 12.85 | - |
| YUV | 139.3 | 100.18 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 93 | 90 | 0 | 0.63 | 0.64 | 0.02 | 1.13 | 0.93 | 0.66 |
| Hex | F9 | 5D | 5A | 0 | 3F | 40 | 2 | 1 | 5D | 42 |
| Octal | 371 | 135 | 132 | 0 | 77 | 100 | 2 | 1 | 135 | 102 |
| Binary | 11111001 | 1011101 | 1011010 | 0 | 111111 | 1000000 | 10 | 1 | 1011101 | 1000010 |
Color Harmonies of #F95D5A
Complementary color
Monochromatic Colors of #F95D5A
Black with #F95D5A
Text Example
Text Example
White with #F95D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95D5A; }
p { color: rgb(249,93,90); }
H1.HeaderClassName
{
color: #F95D5A;
}
.AnyTagClassName
{
color: #F95D5A;
}
</style>
background-color css
<style>
a { background-color: #F95D5A; }
a { background-color: rgb(249,93,90); }
div.DivClassName
{
background-color: #F95D5A;
}
.BgClassName
{
background-color: #F95D5A;
}
</style>
border-color css
<style>
span { border-color: #F95D5A; }
span { border-color: rgb(249,93,90); }
td.TdClassName
{
border-color: #F95D5A;
}
.TagClassName
{
border-color: #F95D5A;
}
</style>