Shades of Sweet Pink #F19A8E
Tints of Sweet Pink #F19A8E
RGB
CMYK
RGB Variations
Color information
#F19A8E (or 0xF19A8E) is known color: Sweet Pink. HEX triplet: F1, 9A and 8E. RGB value is (241,154,142). Sum of RGB (Red+Green+Blue) = 241+154+142=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 142 (55.86% from 255 or 26.44% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19A8E is #0E6571. Grayscale: #B2B2B2. Windows color (decimal): -943474 or 9345777. OLE color: 9345777.
HSL color Cylindrical-coordinate representation of color #F19A8E: hue angle of 7.27º 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 #F19A8E is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 154 | 142 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.05 |
| HSL | 7.27º | 0.78% | 0.75% | - |
| HSV(B) | 7.27º | 0.41% | 0.95% | - |
| XYZ | 52.71 | 43.76 | 31.26 | - |
| YUV | 178.65 | 107.32 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 154 | 142 | 0 | 0.36 | 0.41 | 0.05 | 7.27 | 0.78 | 0.75 |
| Hex | F1 | 9A | 8E | 0 | 24 | 29 | 5 | 7 | 4E | 4B |
| Octal | 361 | 232 | 216 | 0 | 44 | 51 | 5 | 7 | 116 | 113 |
| Binary | 11110001 | 10011010 | 10001110 | 0 | 100100 | 101001 | 101 | 111 | 1001110 | 1001011 |
Color Harmonies of #F19A8E
Complementary color
Monochromatic Colors of #F19A8E
Black with #F19A8E
Text Example
Text Example
White with #F19A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19A8E; }
p { color: rgb(241,154,142); }
H1.HeaderClassName
{
color: #F19A8E;
}
.AnyTagClassName
{
color: #F19A8E;
}
</style>
background-color css
<style>
a { background-color: #F19A8E; }
a { background-color: rgb(241,154,142); }
div.DivClassName
{
background-color: #F19A8E;
}
.BgClassName
{
background-color: #F19A8E;
}
</style>
border-color css
<style>
span { border-color: #F19A8E; }
span { border-color: rgb(241,154,142); }
td.TdClassName
{
border-color: #F19A8E;
}
.TagClassName
{
border-color: #F19A8E;
}
</style>