Shades of Sweet Pink #F19F99
Tints of Sweet Pink #F19F99
RGB
CMYK
RGB Variations
Color information
#F19F99 (or 0xF19F99) is known color: Sweet Pink. HEX triplet: F1, 9F and 99. RGB value is (241,159,153). Sum of RGB (Red+Green+Blue) = 241+159+153=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19F99 is #0E6066. Grayscale: #B6B6B6. Windows color (decimal): -942183 or 10067953. OLE color: 10067953.
HSL color Cylindrical-coordinate representation of color #F19F99: hue angle of 4.09º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F19F99 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 159 | 153 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.05 |
| HSL | 4.09º | 0.76% | 0.77% | - |
| HSV(B) | 4.09º | 0.37% | 0.95% | - |
| XYZ | 54.42 | 45.8 | 36.11 | - |
| YUV | 182.83 | 111.17 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 159 | 153 | 0 | 0.34 | 0.37 | 0.05 | 4.09 | 0.76 | 0.77 |
| Hex | F1 | 9F | 99 | 0 | 22 | 25 | 5 | 4 | 4C | 4D |
| Octal | 361 | 237 | 231 | 0 | 42 | 45 | 5 | 4 | 114 | 115 |
| Binary | 11110001 | 10011111 | 10011001 | 0 | 100010 | 100101 | 101 | 100 | 1001100 | 1001101 |
Color Harmonies of #F19F99
Complementary color
Monochromatic Colors of #F19F99
Black with #F19F99
Text Example
Text Example
White with #F19F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19F99; }
p { color: rgb(241,159,153); }
H1.HeaderClassName
{
color: #F19F99;
}
.AnyTagClassName
{
color: #F19F99;
}
</style>
background-color css
<style>
a { background-color: #F19F99; }
a { background-color: rgb(241,159,153); }
div.DivClassName
{
background-color: #F19F99;
}
.BgClassName
{
background-color: #F19F99;
}
</style>
border-color css
<style>
span { border-color: #F19F99; }
span { border-color: rgb(241,159,153); }
td.TdClassName
{
border-color: #F19F99;
}
.TagClassName
{
border-color: #F19F99;
}
</style>