Shades of Sweet Pink #F08D88
Tints of Sweet Pink #F08D88
RGB
CMYK
RGB Variations
Color information
#F08D88 (or 0xF08D88) is known color: Sweet Pink. HEX triplet: F0, 8D and 88. RGB value is (240,141,136). Sum of RGB (Red+Green+Blue) = 240+141+136=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08D88 is #0F7277. Grayscale: #AAAAAA. Windows color (decimal): -1012344 or 8949232. OLE color: 8949232.
HSL color Cylindrical-coordinate representation of color #F08D88: hue angle of 2.88º degrees, saturation: 0.78, 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 #F08D88 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 136 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.06 |
| HSL | 2.88º | 0.78% | 0.74% | - |
| HSV(B) | 2.88º | 0.43% | 0.94% | - |
| XYZ | 49.9 | 39.35 | 28.26 | - |
| YUV | 170.03 | 108.8 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 136 | 0 | 0.41 | 0.43 | 0.06 | 2.88 | 0.78 | 0.74 |
| Hex | F0 | 8D | 88 | 0 | 29 | 2B | 6 | 3 | 4E | 4A |
| Octal | 360 | 215 | 210 | 0 | 51 | 53 | 6 | 3 | 116 | 112 |
| Binary | 11110000 | 10001101 | 10001000 | 0 | 101001 | 101011 | 110 | 11 | 1001110 | 1001010 |
Color Harmonies of #F08D88
Complementary color
Monochromatic Colors of #F08D88
Black with #F08D88
Text Example
Text Example
White with #F08D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08D88; }
p { color: rgb(240,141,136); }
H1.HeaderClassName
{
color: #F08D88;
}
.AnyTagClassName
{
color: #F08D88;
}
</style>
background-color css
<style>
a { background-color: #F08D88; }
a { background-color: rgb(240,141,136); }
div.DivClassName
{
background-color: #F08D88;
}
.BgClassName
{
background-color: #F08D88;
}
</style>
border-color css
<style>
span { border-color: #F08D88; }
span { border-color: rgb(240,141,136); }
td.TdClassName
{
border-color: #F08D88;
}
.TagClassName
{
border-color: #F08D88;
}
</style>