Shades of Sweet Pink #F19E96
Tints of Sweet Pink #F19E96
RGB
CMYK
RGB Variations
Color information
#F19E96 (or 0xF19E96) is known color: Sweet Pink. HEX triplet: F1, 9E and 96. RGB value is (241,158,150). Sum of RGB (Red+Green+Blue) = 241+158+150=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F19E96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19E96 is #0E6169. Grayscale: #B6B6B6. Windows color (decimal): -942442 or 9871089. OLE color: 9871089.
HSL color Cylindrical-coordinate representation of color #F19E96: hue angle of 5.27º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F19E96 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 158 | 150 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.05 |
| HSL | 5.27º | 0.76% | 0.77% | - |
| HSV(B) | 5.27º | 0.38% | 0.95% | - |
| XYZ | 54.01 | 45.36 | 34.76 | - |
| YUV | 181.91 | 110 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 158 | 150 | 0 | 0.34 | 0.38 | 0.05 | 5.27 | 0.76 | 0.77 |
| Hex | F1 | 9E | 96 | 0 | 22 | 26 | 5 | 5 | 4C | 4D |
| Octal | 361 | 236 | 226 | 0 | 42 | 46 | 5 | 5 | 114 | 115 |
| Binary | 11110001 | 10011110 | 10010110 | 0 | 100010 | 100110 | 101 | 101 | 1001100 | 1001101 |
Color Harmonies of #F19E96
Complementary color
Monochromatic Colors of #F19E96
Black with #F19E96
Text Example
Text Example
White with #F19E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19E96; }
p { color: rgb(241,158,150); }
H1.HeaderClassName
{
color: #F19E96;
}
.AnyTagClassName
{
color: #F19E96;
}
</style>
background-color css
<style>
a { background-color: #F19E96; }
a { background-color: rgb(241,158,150); }
div.DivClassName
{
background-color: #F19E96;
}
.BgClassName
{
background-color: #F19E96;
}
</style>
border-color css
<style>
span { border-color: #F19E96; }
span { border-color: rgb(241,158,150); }
td.TdClassName
{
border-color: #F19E96;
}
.TagClassName
{
border-color: #F19E96;
}
</style>