Shades of Sweet Pink #F19A8F
Tints of Sweet Pink #F19A8F
RGB
CMYK
RGB Variations
Color information
#F19A8F (or 0xF19A8F) is known color: Sweet Pink. HEX triplet: F1, 9A and 8F. RGB value is (241,154,143). Sum of RGB (Red+Green+Blue) = 241+154+143=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19A8F is #0E6570. Grayscale: #B2B2B2. Windows color (decimal): -943473 or 9411313. OLE color: 9411313.
HSL color Cylindrical-coordinate representation of color #F19A8F: hue angle of 6.73º 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 #F19A8F is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 154 | 143 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.05 |
| HSL | 6.73º | 0.78% | 0.75% | - |
| HSV(B) | 6.73º | 0.41% | 0.95% | - |
| XYZ | 52.79 | 43.8 | 31.66 | - |
| YUV | 178.76 | 107.82 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 154 | 143 | 0 | 0.36 | 0.41 | 0.05 | 6.73 | 0.78 | 0.75 |
| Hex | F1 | 9A | 8F | 0 | 24 | 29 | 5 | 7 | 4E | 4B |
| Octal | 361 | 232 | 217 | 0 | 44 | 51 | 5 | 7 | 116 | 113 |
| Binary | 11110001 | 10011010 | 10001111 | 0 | 100100 | 101001 | 101 | 111 | 1001110 | 1001011 |
Color Harmonies of #F19A8F
Complementary color
Monochromatic Colors of #F19A8F
Black with #F19A8F
Text Example
Text Example
White with #F19A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19A8F; }
p { color: rgb(241,154,143); }
H1.HeaderClassName
{
color: #F19A8F;
}
.AnyTagClassName
{
color: #F19A8F;
}
</style>
background-color css
<style>
a { background-color: #F19A8F; }
a { background-color: rgb(241,154,143); }
div.DivClassName
{
background-color: #F19A8F;
}
.BgClassName
{
background-color: #F19A8F;
}
</style>
border-color css
<style>
span { border-color: #F19A8F; }
span { border-color: rgb(241,154,143); }
td.TdClassName
{
border-color: #F19A8F;
}
.TagClassName
{
border-color: #F19A8F;
}
</style>