Shades of Sweet Pink #F19A99
Tints of Sweet Pink #F19A99
RGB
CMYK
RGB Variations
Color information
#F19A99 (or 0xF19A99) is known color: Sweet Pink. HEX triplet: F1, 9A and 99. RGB value is (241,154,153). Sum of RGB (Red+Green+Blue) = 241+154+153=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 153 (60.16% from 255 or 27.92% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19A99 is #0E6566. Grayscale: #B3B3B3. Windows color (decimal): -943463 or 10066673. OLE color: 10066673.
HSL color Cylindrical-coordinate representation of color #F19A99: hue angle of 0.68º 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 #F19A99 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 154 | 153 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.05 |
| HSL | 0.68º | 0.76% | 0.77% | - |
| HSV(B) | 0.68º | 0.37% | 0.95% | - |
| XYZ | 53.58 | 44.11 | 35.83 | - |
| YUV | 179.9 | 112.82 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 154 | 153 | 0 | 0.36 | 0.37 | 0.05 | 0.68 | 0.76 | 0.77 |
| Hex | F1 | 9A | 99 | 0 | 24 | 25 | 5 | 1 | 4C | 4D |
| Octal | 361 | 232 | 231 | 0 | 44 | 45 | 5 | 1 | 114 | 115 |
| Binary | 11110001 | 10011010 | 10011001 | 0 | 100100 | 100101 | 101 | 1 | 1001100 | 1001101 |
Color Harmonies of #F19A99
Complementary color
Monochromatic Colors of #F19A99
Black with #F19A99
Text Example
Text Example
White with #F19A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19A99; }
p { color: rgb(241,154,153); }
H1.HeaderClassName
{
color: #F19A99;
}
.AnyTagClassName
{
color: #F19A99;
}
</style>
background-color css
<style>
a { background-color: #F19A99; }
a { background-color: rgb(241,154,153); }
div.DivClassName
{
background-color: #F19A99;
}
.BgClassName
{
background-color: #F19A99;
}
</style>
border-color css
<style>
span { border-color: #F19A99; }
span { border-color: rgb(241,154,153); }
td.TdClassName
{
border-color: #F19A99;
}
.TagClassName
{
border-color: #F19A99;
}
</style>