Shades of Sweet Pink #F18C87
Tints of Sweet Pink #F18C87
RGB
CMYK
RGB Variations
Color information
#F18C87 (or 0xF18C87) is known color: Sweet Pink. HEX triplet: F1, 8C and 87. RGB value is (241,140,135). Sum of RGB (Red+Green+Blue) = 241+140+135=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 135 (53.12% from 255 or 26.16% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18C87 is #0E7378. Grayscale: #A9A9A9. Windows color (decimal): -947065 or 8883441. OLE color: 8883441.
HSL color Cylindrical-coordinate representation of color #F18C87: hue angle of 2.83º 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 #F18C87 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 140 | 135 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.05 |
| HSL | 2.83º | 0.79% | 0.74% | - |
| HSV(B) | 2.83º | 0.44% | 0.95% | - |
| XYZ | 50.03 | 39.21 | 27.85 | - |
| YUV | 169.63 | 108.46 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 135 | 0 | 0.42 | 0.44 | 0.05 | 2.83 | 0.79 | 0.74 |
| Hex | F1 | 8C | 87 | 0 | 2A | 2C | 5 | 3 | 4F | 4A |
| Octal | 361 | 214 | 207 | 0 | 52 | 54 | 5 | 3 | 117 | 112 |
| Binary | 11110001 | 10001100 | 10000111 | 0 | 101010 | 101100 | 101 | 11 | 1001111 | 1001010 |
Color Harmonies of #F18C87
Complementary color
Monochromatic Colors of #F18C87
Black with #F18C87
Text Example
Text Example
White with #F18C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18C87; }
p { color: rgb(241,140,135); }
H1.HeaderClassName
{
color: #F18C87;
}
.AnyTagClassName
{
color: #F18C87;
}
</style>
background-color css
<style>
a { background-color: #F18C87; }
a { background-color: rgb(241,140,135); }
div.DivClassName
{
background-color: #F18C87;
}
.BgClassName
{
background-color: #F18C87;
}
</style>
border-color css
<style>
span { border-color: #F18C87; }
span { border-color: rgb(241,140,135); }
td.TdClassName
{
border-color: #F18C87;
}
.TagClassName
{
border-color: #F18C87;
}
</style>