Shades of Sweet Pink #F19D96
Tints of Sweet Pink #F19D96
RGB
CMYK
RGB Variations
Color information
#F19D96 (or 0xF19D96) is known color: Sweet Pink. HEX triplet: F1, 9D and 96. RGB value is (241,157,150). Sum of RGB (Red+Green+Blue) = 241+157+150=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19D96 is #0E6269. Grayscale: #B5B5B5. Windows color (decimal): -942698 or 9870833. OLE color: 9870833.
HSL color Cylindrical-coordinate representation of color #F19D96: hue angle of 4.62º 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 #F19D96 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 157 | 150 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.05 |
| HSL | 4.62º | 0.76% | 0.77% | - |
| HSV(B) | 4.62º | 0.38% | 0.95% | - |
| XYZ | 53.84 | 45.02 | 34.71 | - |
| YUV | 181.32 | 110.33 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 157 | 150 | 0 | 0.35 | 0.38 | 0.05 | 4.62 | 0.76 | 0.77 |
| Hex | F1 | 9D | 96 | 0 | 23 | 26 | 5 | 5 | 4C | 4D |
| Octal | 361 | 235 | 226 | 0 | 43 | 46 | 5 | 5 | 114 | 115 |
| Binary | 11110001 | 10011101 | 10010110 | 0 | 100011 | 100110 | 101 | 101 | 1001100 | 1001101 |
Color Harmonies of #F19D96
Complementary color
Monochromatic Colors of #F19D96
Black with #F19D96
Text Example
Text Example
White with #F19D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19D96; }
p { color: rgb(241,157,150); }
H1.HeaderClassName
{
color: #F19D96;
}
.AnyTagClassName
{
color: #F19D96;
}
</style>
background-color css
<style>
a { background-color: #F19D96; }
a { background-color: rgb(241,157,150); }
div.DivClassName
{
background-color: #F19D96;
}
.BgClassName
{
background-color: #F19D96;
}
</style>
border-color css
<style>
span { border-color: #F19D96; }
span { border-color: rgb(241,157,150); }
td.TdClassName
{
border-color: #F19D96;
}
.TagClassName
{
border-color: #F19D96;
}
</style>