Shades of Sweet Pink #F19691
Tints of Sweet Pink #F19691
RGB
CMYK
RGB Variations
Color information
#F19691 (or 0xF19691) is known color: Sweet Pink. HEX triplet: F1, 96 and 91. RGB value is (241,150,145). Sum of RGB (Red+Green+Blue) = 241+150+145=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 145 (57.03% from 255 or 27.05% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F19691 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19691 is #0E696E. Grayscale: #B0B0B0. Windows color (decimal): -944495 or 9541361. OLE color: 9541361.
HSL color Cylindrical-coordinate representation of color #F19691: hue angle of 3.12º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F19691 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 150 | 145 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.05 |
| HSL | 3.13º | 0.77% | 0.76% | - |
| HSV(B) | 3.13º | 0.4% | 0.95% | - |
| XYZ | 52.29 | 42.56 | 32.25 | - |
| YUV | 176.64 | 110.15 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 150 | 145 | 0 | 0.38 | 0.40 | 0.05 | 3.13 | 0.77 | 0.76 |
| Hex | F1 | 96 | 91 | 0 | 26 | 28 | 5 | 3 | 4D | 4C |
| Octal | 361 | 226 | 221 | 0 | 46 | 50 | 5 | 3 | 115 | 114 |
| Binary | 11110001 | 10010110 | 10010001 | 0 | 100110 | 101000 | 101 | 11 | 1001101 | 1001100 |
Color Harmonies of #F19691
Complementary color
Monochromatic Colors of #F19691
Black with #F19691
Text Example
Text Example
White with #F19691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19691; }
p { color: rgb(241,150,145); }
H1.HeaderClassName
{
color: #F19691;
}
.AnyTagClassName
{
color: #F19691;
}
</style>
background-color css
<style>
a { background-color: #F19691; }
a { background-color: rgb(241,150,145); }
div.DivClassName
{
background-color: #F19691;
}
.BgClassName
{
background-color: #F19691;
}
</style>
border-color css
<style>
span { border-color: #F19691; }
span { border-color: rgb(241,150,145); }
td.TdClassName
{
border-color: #F19691;
}
.TagClassName
{
border-color: #F19691;
}
</style>