Shades of Sweet Pink #F19A8C
Tints of Sweet Pink #F19A8C
RGB
CMYK
RGB Variations
Color information
#F19A8C (or 0xF19A8C) is known color: Sweet Pink. HEX triplet: F1, 9A and 8C. RGB value is (241,154,140). Sum of RGB (Red+Green+Blue) = 241+154+140=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19A8C is #0E6573. Grayscale: #B2B2B2. Windows color (decimal): -943476 or 9214705. OLE color: 9214705.
HSL color Cylindrical-coordinate representation of color #F19A8C: hue angle of 8.32º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F19A8C is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 154 | 140 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.05 |
| HSL | 8.32º | 0.78% | 0.75% | - |
| HSV(B) | 8.32º | 0.42% | 0.95% | - |
| XYZ | 52.56 | 43.71 | 30.48 | - |
| YUV | 178.42 | 106.32 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 154 | 140 | 0 | 0.36 | 0.42 | 0.05 | 8.32 | 0.78 | 0.75 |
| Hex | F1 | 9A | 8C | 0 | 24 | 2A | 5 | 8 | 4E | 4B |
| Octal | 361 | 232 | 214 | 0 | 44 | 52 | 5 | 10 | 116 | 113 |
| Binary | 11110001 | 10011010 | 10001100 | 0 | 100100 | 101010 | 101 | 1000 | 1001110 | 1001011 |
Color Harmonies of #F19A8C
Complementary color
Monochromatic Colors of #F19A8C
Black with #F19A8C
Text Example
Text Example
White with #F19A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19A8C; }
p { color: rgb(241,154,140); }
H1.HeaderClassName
{
color: #F19A8C;
}
.AnyTagClassName
{
color: #F19A8C;
}
</style>
background-color css
<style>
a { background-color: #F19A8C; }
a { background-color: rgb(241,154,140); }
div.DivClassName
{
background-color: #F19A8C;
}
.BgClassName
{
background-color: #F19A8C;
}
</style>
border-color css
<style>
span { border-color: #F19A8C; }
span { border-color: rgb(241,154,140); }
td.TdClassName
{
border-color: #F19A8C;
}
.TagClassName
{
border-color: #F19A8C;
}
</style>