Shades of Sweet Pink #F18B86
Tints of Sweet Pink #F18B86
RGB
CMYK
RGB Variations
Color information
#F18B86 (or 0xF18B86) is known color: Sweet Pink. HEX triplet: F1, 8B and 86. RGB value is (241,139,134). Sum of RGB (Red+Green+Blue) = 241+139+134=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 134 (52.73% from 255 or 26.07% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18B86 is #0E7479. Grayscale: #A9A9A9. Windows color (decimal): -947322 or 8817649. OLE color: 8817649.
HSL color Cylindrical-coordinate representation of color #F18B86: hue angle of 2.8º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F18B86 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 134 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.05 |
| HSL | 2.8º | 0.79% | 0.74% | - |
| HSV(B) | 2.8º | 0.44% | 0.95% | - |
| XYZ | 49.81 | 38.89 | 27.43 | - |
| YUV | 168.93 | 108.29 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 134 | 0 | 0.42 | 0.44 | 0.05 | 2.8 | 0.79 | 0.74 |
| Hex | F1 | 8B | 86 | 0 | 2A | 2C | 5 | 3 | 4F | 4A |
| Octal | 361 | 213 | 206 | 0 | 52 | 54 | 5 | 3 | 117 | 112 |
| Binary | 11110001 | 10001011 | 10000110 | 0 | 101010 | 101100 | 101 | 11 | 1001111 | 1001010 |
Color Harmonies of #F18B86
Complementary color
Monochromatic Colors of #F18B86
Black with #F18B86
Text Example
Text Example
White with #F18B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18B86; }
p { color: rgb(241,139,134); }
H1.HeaderClassName
{
color: #F18B86;
}
.AnyTagClassName
{
color: #F18B86;
}
</style>
background-color css
<style>
a { background-color: #F18B86; }
a { background-color: rgb(241,139,134); }
div.DivClassName
{
background-color: #F18B86;
}
.BgClassName
{
background-color: #F18B86;
}
</style>
border-color css
<style>
span { border-color: #F18B86; }
span { border-color: rgb(241,139,134); }
td.TdClassName
{
border-color: #F18B86;
}
.TagClassName
{
border-color: #F18B86;
}
</style>