Shades of Sweet Pink #F19F9D
Tints of Sweet Pink #F19F9D
RGB
CMYK
RGB Variations
Color information
#F19F9D (or 0xF19F9D) is known color: Sweet Pink. HEX triplet: F1, 9F and 9D. RGB value is (241,159,157). Sum of RGB (Red+Green+Blue) = 241+159+157=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19F9D is #0E6062. Grayscale: #B7B7B7. Windows color (decimal): -942179 or 10330097. OLE color: 10330097.
HSL color Cylindrical-coordinate representation of color #F19F9D: hue angle of 1.43º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F19F9D is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 159 | 157 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.05 |
| HSL | 1.43º | 0.75% | 0.78% | - |
| HSV(B) | 1.43º | 0.35% | 0.95% | - |
| XYZ | 54.76 | 45.93 | 37.88 | - |
| YUV | 183.29 | 113.17 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 159 | 157 | 0 | 0.34 | 0.35 | 0.05 | 1.43 | 0.75 | 0.78 |
| Hex | F1 | 9F | 9D | 0 | 22 | 23 | 5 | 1 | 4B | 4E |
| Octal | 361 | 237 | 235 | 0 | 42 | 43 | 5 | 1 | 113 | 116 |
| Binary | 11110001 | 10011111 | 10011101 | 0 | 100010 | 100011 | 101 | 1 | 1001011 | 1001110 |
Color Harmonies of #F19F9D
Complementary color
Monochromatic Colors of #F19F9D
Black with #F19F9D
Text Example
Text Example
White with #F19F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19F9D; }
p { color: rgb(241,159,157); }
H1.HeaderClassName
{
color: #F19F9D;
}
.AnyTagClassName
{
color: #F19F9D;
}
</style>
background-color css
<style>
a { background-color: #F19F9D; }
a { background-color: rgb(241,159,157); }
div.DivClassName
{
background-color: #F19F9D;
}
.BgClassName
{
background-color: #F19F9D;
}
</style>
border-color css
<style>
span { border-color: #F19F9D; }
span { border-color: rgb(241,159,157); }
td.TdClassName
{
border-color: #F19F9D;
}
.TagClassName
{
border-color: #F19F9D;
}
</style>