Shades of Sweet Pink #F08D86
Tints of Sweet Pink #F08D86
RGB
CMYK
RGB Variations
Color information
#F08D86 (or 0xF08D86) is known color: Sweet Pink. HEX triplet: F0, 8D and 86. RGB value is (240,141,134). Sum of RGB (Red+Green+Blue) = 240+141+134=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 134 (52.73% from 255 or 26.02% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08D86 is #0F7279. Grayscale: #A9A9A9. Windows color (decimal): -1012346 or 8818160. OLE color: 8818160.
HSL color Cylindrical-coordinate representation of color #F08D86: hue angle of 3.96º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F08D86 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 134 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.06 |
| HSL | 3.96º | 0.78% | 0.73% | - |
| HSV(B) | 3.96º | 0.44% | 0.94% | - |
| XYZ | 49.76 | 39.3 | 27.52 | - |
| YUV | 169.8 | 107.8 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 134 | 0 | 0.41 | 0.44 | 0.06 | 3.96 | 0.78 | 0.73 |
| Hex | F0 | 8D | 86 | 0 | 29 | 2C | 6 | 4 | 4E | 49 |
| Octal | 360 | 215 | 206 | 0 | 51 | 54 | 6 | 4 | 116 | 111 |
| Binary | 11110000 | 10001101 | 10000110 | 0 | 101001 | 101100 | 110 | 100 | 1001110 | 1001001 |
Color Harmonies of #F08D86
Complementary color
Monochromatic Colors of #F08D86
Black with #F08D86
Text Example
Text Example
White with #F08D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08D86; }
p { color: rgb(240,141,134); }
H1.HeaderClassName
{
color: #F08D86;
}
.AnyTagClassName
{
color: #F08D86;
}
</style>
background-color css
<style>
a { background-color: #F08D86; }
a { background-color: rgb(240,141,134); }
div.DivClassName
{
background-color: #F08D86;
}
.BgClassName
{
background-color: #F08D86;
}
</style>
border-color css
<style>
span { border-color: #F08D86; }
span { border-color: rgb(240,141,134); }
td.TdClassName
{
border-color: #F08D86;
}
.TagClassName
{
border-color: #F08D86;
}
</style>