Shades of Sweet Pink #F19D99
Tints of Sweet Pink #F19D99
RGB
CMYK
RGB Variations
Color information
#F19D99 (or 0xF19D99) is known color: Sweet Pink. HEX triplet: F1, 9D and 99. RGB value is (241,157,153). Sum of RGB (Red+Green+Blue) = 241+157+153=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19D99 is #0E6266. Grayscale: #B5B5B5. Windows color (decimal): -942695 or 10067441. OLE color: 10067441.
HSL color Cylindrical-coordinate representation of color #F19D99: hue angle of 2.73º 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 #F19D99 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 157 | 153 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.05 |
| HSL | 2.73º | 0.76% | 0.77% | - |
| HSV(B) | 2.73º | 0.37% | 0.95% | - |
| XYZ | 54.08 | 45.11 | 35.99 | - |
| YUV | 181.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 157 | 153 | 0 | 0.35 | 0.37 | 0.05 | 2.73 | 0.76 | 0.77 |
| Hex | F1 | 9D | 99 | 0 | 23 | 25 | 5 | 3 | 4C | 4D |
| Octal | 361 | 235 | 231 | 0 | 43 | 45 | 5 | 3 | 114 | 115 |
| Binary | 11110001 | 10011101 | 10011001 | 0 | 100011 | 100101 | 101 | 11 | 1001100 | 1001101 |
Color Harmonies of #F19D99
Complementary color
Monochromatic Colors of #F19D99
Black with #F19D99
Text Example
Text Example
White with #F19D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19D99; }
p { color: rgb(241,157,153); }
H1.HeaderClassName
{
color: #F19D99;
}
.AnyTagClassName
{
color: #F19D99;
}
</style>
background-color css
<style>
a { background-color: #F19D99; }
a { background-color: rgb(241,157,153); }
div.DivClassName
{
background-color: #F19D99;
}
.BgClassName
{
background-color: #F19D99;
}
</style>
border-color css
<style>
span { border-color: #F19D99; }
span { border-color: rgb(241,157,153); }
td.TdClassName
{
border-color: #F19D99;
}
.TagClassName
{
border-color: #F19D99;
}
</style>