Shades of Sweet Pink #F08D89
Tints of Sweet Pink #F08D89
RGB
CMYK
RGB Variations
Color information
#F08D89 (or 0xF08D89) is known color: Sweet Pink. HEX triplet: F0, 8D and 89. RGB value is (240,141,137). Sum of RGB (Red+Green+Blue) = 240+141+137=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 137 (53.91% from 255 or 26.45% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08D89 is #0F7276. Grayscale: #AAAAAA. Windows color (decimal): -1012343 or 9014768. OLE color: 9014768.
HSL color Cylindrical-coordinate representation of color #F08D89: hue angle of 2.33º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08D89 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 137 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.06 |
| HSL | 2.33º | 0.77% | 0.74% | - |
| HSV(B) | 2.33º | 0.43% | 0.94% | - |
| XYZ | 49.98 | 39.38 | 28.63 | - |
| YUV | 170.15 | 109.3 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 137 | 0 | 0.41 | 0.43 | 0.06 | 2.33 | 0.77 | 0.74 |
| Hex | F0 | 8D | 89 | 0 | 29 | 2B | 6 | 2 | 4D | 4A |
| Octal | 360 | 215 | 211 | 0 | 51 | 53 | 6 | 2 | 115 | 112 |
| Binary | 11110000 | 10001101 | 10001001 | 0 | 101001 | 101011 | 110 | 10 | 1001101 | 1001010 |
Color Harmonies of #F08D89
Complementary color
Monochromatic Colors of #F08D89
Black with #F08D89
Text Example
Text Example
White with #F08D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08D89; }
p { color: rgb(240,141,137); }
H1.HeaderClassName
{
color: #F08D89;
}
.AnyTagClassName
{
color: #F08D89;
}
</style>
background-color css
<style>
a { background-color: #F08D89; }
a { background-color: rgb(240,141,137); }
div.DivClassName
{
background-color: #F08D89;
}
.BgClassName
{
background-color: #F08D89;
}
</style>
border-color css
<style>
span { border-color: #F08D89; }
span { border-color: rgb(240,141,137); }
td.TdClassName
{
border-color: #F08D89;
}
.TagClassName
{
border-color: #F08D89;
}
</style>