Shades of Sweet Pink #F98A86
Tints of Sweet Pink #F98A86
RGB
CMYK
RGB Variations
Color information
#F98A86 (or 0xF98A86) is known color: Sweet Pink. HEX triplet: F9, 8A and 86. RGB value is (249,138,134). Sum of RGB (Red+Green+Blue) = 249+138+134=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98A86 is #067579. Grayscale: #AAAAAA. Windows color (decimal): -423290 or 8817401. OLE color: 8817401.
HSL color Cylindrical-coordinate representation of color #F98A86: hue angle of 2.09º 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 #F98A86 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 134 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.02 |
| HSL | 2.09º | 0.91% | 0.75% | - |
| HSV(B) | 2.09º | 0.46% | 0.98% | - |
| XYZ | 52.46 | 40.04 | 27.52 | - |
| YUV | 170.73 | 107.27 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 134 | 0 | 0.45 | 0.46 | 0.02 | 2.09 | 0.91 | 0.75 |
| Hex | F9 | 8A | 86 | 0 | 2D | 2E | 2 | 2 | 5B | 4B |
| Octal | 371 | 212 | 206 | 0 | 55 | 56 | 2 | 2 | 133 | 113 |
| Binary | 11111001 | 10001010 | 10000110 | 0 | 101101 | 101110 | 10 | 10 | 1011011 | 1001011 |
Color Harmonies of #F98A86
Complementary color
Monochromatic Colors of #F98A86
Black with #F98A86
Text Example
Text Example
White with #F98A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98A86; }
p { color: rgb(249,138,134); }
H1.HeaderClassName
{
color: #F98A86;
}
.AnyTagClassName
{
color: #F98A86;
}
</style>
background-color css
<style>
a { background-color: #F98A86; }
a { background-color: rgb(249,138,134); }
div.DivClassName
{
background-color: #F98A86;
}
.BgClassName
{
background-color: #F98A86;
}
</style>
border-color css
<style>
span { border-color: #F98A86; }
span { border-color: rgb(249,138,134); }
td.TdClassName
{
border-color: #F98A86;
}
.TagClassName
{
border-color: #F98A86;
}
</style>