Shades of Sweet Pink #F88D8D
Tints of Sweet Pink #F88D8D
RGB
CMYK
RGB Variations
Color information
#F88D8D (or 0xF88D8D) is known color: Sweet Pink. HEX triplet: F8, 8D and 8D. RGB value is (248,141,141). Sum of RGB (Red+Green+Blue) = 248+141+141=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F88D8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88D8D is #077272. Grayscale: #ADADAD. Windows color (decimal): -488051 or 9276920. OLE color: 9276920.
HSL color Cylindrical-coordinate representation of color #F88D8D: hue angle of 0º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F88D8D is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 141 | 141 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.03 |
| HSL | 0º | 0.88% | 0.76% | - |
| HSV(B) | 0º | 0.43% | 0.97% | - |
| XYZ | 53.04 | 40.93 | 30.3 | - |
| YUV | 172.99 | 109.95 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 141 | 141 | 0 | 0.43 | 0.43 | 0.03 | 0 | 0.88 | 0.76 |
| Hex | F8 | 8D | 8D | 0 | 2B | 2B | 3 | 0 | 58 | 4C |
| Octal | 370 | 215 | 215 | 0 | 53 | 53 | 3 | 0 | 130 | 114 |
| Binary | 11111000 | 10001101 | 10001101 | 0 | 101011 | 101011 | 11 | 0 | 1011000 | 1001100 |
Color Harmonies of #F88D8D
Complementary color
Monochromatic Colors of #F88D8D
Black with #F88D8D
Text Example
Text Example
White with #F88D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88D8D; }
p { color: rgb(248,141,141); }
H1.HeaderClassName
{
color: #F88D8D;
}
.AnyTagClassName
{
color: #F88D8D;
}
</style>
background-color css
<style>
a { background-color: #F88D8D; }
a { background-color: rgb(248,141,141); }
div.DivClassName
{
background-color: #F88D8D;
}
.BgClassName
{
background-color: #F88D8D;
}
</style>
border-color css
<style>
span { border-color: #F88D8D; }
span { border-color: rgb(248,141,141); }
td.TdClassName
{
border-color: #F88D8D;
}
.TagClassName
{
border-color: #F88D8D;
}
</style>