Shades of Sweet Pink #F98D88
Tints of Sweet Pink #F98D88
RGB
CMYK
RGB Variations
Color information
#F98D88 (or 0xF98D88) is known color: Sweet Pink. HEX triplet: F9, 8D and 88. RGB value is (249,141,136). Sum of RGB (Red+Green+Blue) = 249+141+136=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 136 (53.52% from 255 or 25.86% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98D88 is #067277. Grayscale: #ACACAC. Windows color (decimal): -422520 or 8949241. OLE color: 8949241.
HSL color Cylindrical-coordinate representation of color #F98D88: hue angle of 2.65º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F98D88 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 136 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.02 |
| HSL | 2.65º | 0.9% | 0.75% | - |
| HSV(B) | 2.65º | 0.45% | 0.98% | - |
| XYZ | 53.04 | 40.97 | 28.4 | - |
| YUV | 172.72 | 107.28 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 136 | 0 | 0.43 | 0.45 | 0.02 | 2.65 | 0.9 | 0.75 |
| Hex | F9 | 8D | 88 | 0 | 2B | 2D | 2 | 3 | 5A | 4B |
| Octal | 371 | 215 | 210 | 0 | 53 | 55 | 2 | 3 | 132 | 113 |
| Binary | 11111001 | 10001101 | 10001000 | 0 | 101011 | 101101 | 10 | 11 | 1011010 | 1001011 |
Color Harmonies of #F98D88
Complementary color
Monochromatic Colors of #F98D88
Black with #F98D88
Text Example
Text Example
White with #F98D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98D88; }
p { color: rgb(249,141,136); }
H1.HeaderClassName
{
color: #F98D88;
}
.AnyTagClassName
{
color: #F98D88;
}
</style>
background-color css
<style>
a { background-color: #F98D88; }
a { background-color: rgb(249,141,136); }
div.DivClassName
{
background-color: #F98D88;
}
.BgClassName
{
background-color: #F98D88;
}
</style>
border-color css
<style>
span { border-color: #F98D88; }
span { border-color: rgb(249,141,136); }
td.TdClassName
{
border-color: #F98D88;
}
.TagClassName
{
border-color: #F98D88;
}
</style>