Shades of Sweet Pink #F98D86
Tints of Sweet Pink #F98D86
RGB
CMYK
RGB Variations
Color information
#F98D86 (or 0xF98D86) is known color: Sweet Pink. HEX triplet: F9, 8D and 86. RGB value is (249,141,134). Sum of RGB (Red+Green+Blue) = 249+141+134=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 134 (52.73% from 255 or 25.57% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98D86 is #067279. Grayscale: #ACACAC. Windows color (decimal): -422522 or 8818169. OLE color: 8818169.
HSL color Cylindrical-coordinate representation of color #F98D86: hue angle of 3.65º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F98D86 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 134 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.02 |
| HSL | 3.65º | 0.91% | 0.75% | - |
| HSV(B) | 3.65º | 0.46% | 0.98% | - |
| XYZ | 52.89 | 40.91 | 27.66 | - |
| YUV | 172.49 | 106.28 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 134 | 0 | 0.43 | 0.46 | 0.02 | 3.65 | 0.91 | 0.75 |
| Hex | F9 | 8D | 86 | 0 | 2B | 2E | 2 | 4 | 5B | 4B |
| Octal | 371 | 215 | 206 | 0 | 53 | 56 | 2 | 4 | 133 | 113 |
| Binary | 11111001 | 10001101 | 10000110 | 0 | 101011 | 101110 | 10 | 100 | 1011011 | 1001011 |
Color Harmonies of #F98D86
Complementary color
Monochromatic Colors of #F98D86
Black with #F98D86
Text Example
Text Example
White with #F98D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98D86; }
p { color: rgb(249,141,134); }
H1.HeaderClassName
{
color: #F98D86;
}
.AnyTagClassName
{
color: #F98D86;
}
</style>
background-color css
<style>
a { background-color: #F98D86; }
a { background-color: rgb(249,141,134); }
div.DivClassName
{
background-color: #F98D86;
}
.BgClassName
{
background-color: #F98D86;
}
</style>
border-color css
<style>
span { border-color: #F98D86; }
span { border-color: rgb(249,141,134); }
td.TdClassName
{
border-color: #F98D86;
}
.TagClassName
{
border-color: #F98D86;
}
</style>