Shades of Sweet Pink #F19588
Tints of Sweet Pink #F19588
RGB
CMYK
RGB Variations
Color information
#F19588 (or 0xF19588) is known color: Sweet Pink. HEX triplet: F1, 95 and 88. RGB value is (241,149,136). Sum of RGB (Red+Green+Blue) = 241+149+136=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 136 (53.52% from 255 or 25.86% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F19588 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19588 is #0E6A77. Grayscale: #AFAFAF. Windows color (decimal): -944760 or 8951281. OLE color: 8951281.
HSL color Cylindrical-coordinate representation of color #F19588: hue angle of 7.43º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F19588 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 149 | 136 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.05 |
| HSL | 7.43º | 0.79% | 0.74% | - |
| HSV(B) | 7.43º | 0.44% | 0.95% | - |
| XYZ | 51.47 | 41.97 | 28.68 | - |
| YUV | 175.03 | 105.98 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 149 | 136 | 0 | 0.38 | 0.44 | 0.05 | 7.43 | 0.79 | 0.74 |
| Hex | F1 | 95 | 88 | 0 | 26 | 2C | 5 | 7 | 4F | 4A |
| Octal | 361 | 225 | 210 | 0 | 46 | 54 | 5 | 7 | 117 | 112 |
| Binary | 11110001 | 10010101 | 10001000 | 0 | 100110 | 101100 | 101 | 111 | 1001111 | 1001010 |
Color Harmonies of #F19588
Complementary color
Monochromatic Colors of #F19588
Black with #F19588
Text Example
Text Example
White with #F19588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19588; }
p { color: rgb(241,149,136); }
H1.HeaderClassName
{
color: #F19588;
}
.AnyTagClassName
{
color: #F19588;
}
</style>
background-color css
<style>
a { background-color: #F19588; }
a { background-color: rgb(241,149,136); }
div.DivClassName
{
background-color: #F19588;
}
.BgClassName
{
background-color: #F19588;
}
</style>
border-color css
<style>
span { border-color: #F19588; }
span { border-color: rgb(241,149,136); }
td.TdClassName
{
border-color: #F19588;
}
.TagClassName
{
border-color: #F19588;
}
</style>