Shades of Sweet Pink #F18E8D
Tints of Sweet Pink #F18E8D
RGB
CMYK
RGB Variations
Color information
#F18E8D (or 0xF18E8D) is known color: Sweet Pink. HEX triplet: F1, 8E and 8D. RGB value is (241,142,141). Sum of RGB (Red+Green+Blue) = 241+142+141=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F18E8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18E8D is #0E7172. Grayscale: #ABABAB. Windows color (decimal): -946547 or 9277169. OLE color: 9277169.
HSL color Cylindrical-coordinate representation of color #F18E8D: hue angle of 0.6º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18E8D is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 142 | 141 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.05 |
| HSL | 0.6º | 0.78% | 0.75% | - |
| HSV(B) | 0.6º | 0.41% | 0.95% | - |
| XYZ | 50.76 | 39.97 | 30.24 | - |
| YUV | 171.49 | 110.8 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 142 | 141 | 0 | 0.41 | 0.41 | 0.05 | 0.6 | 0.78 | 0.75 |
| Hex | F1 | 8E | 8D | 0 | 29 | 29 | 5 | 1 | 4E | 4B |
| Octal | 361 | 216 | 215 | 0 | 51 | 51 | 5 | 1 | 116 | 113 |
| Binary | 11110001 | 10001110 | 10001101 | 0 | 101001 | 101001 | 101 | 1 | 1001110 | 1001011 |
Color Harmonies of #F18E8D
Complementary color
Monochromatic Colors of #F18E8D
Black with #F18E8D
Text Example
Text Example
White with #F18E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18E8D; }
p { color: rgb(241,142,141); }
H1.HeaderClassName
{
color: #F18E8D;
}
.AnyTagClassName
{
color: #F18E8D;
}
</style>
background-color css
<style>
a { background-color: #F18E8D; }
a { background-color: rgb(241,142,141); }
div.DivClassName
{
background-color: #F18E8D;
}
.BgClassName
{
background-color: #F18E8D;
}
</style>
border-color css
<style>
span { border-color: #F18E8D; }
span { border-color: rgb(241,142,141); }
td.TdClassName
{
border-color: #F18E8D;
}
.TagClassName
{
border-color: #F18E8D;
}
</style>