Shades of Sweet Pink #F29188
Tints of Sweet Pink #F29188
RGB
CMYK
RGB Variations
Color information
#F29188 (or 0xF29188) is known color: Sweet Pink. HEX triplet: F2, 91 and 88. RGB value is (242,145,136). Sum of RGB (Red+Green+Blue) = 242+145+136=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 136 (53.52% from 255 or 26.00% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F29188 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29188 is #0D6E77. Grayscale: #ADADAD. Windows color (decimal): -880248 or 8950258. OLE color: 8950258.
HSL color Cylindrical-coordinate representation of color #F29188: hue angle of 5.09º degrees, saturation: 0.8, 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 #F29188 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 136 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.05 |
| HSL | 5.09º | 0.8% | 0.74% | - |
| HSV(B) | 5.09º | 0.44% | 0.95% | - |
| XYZ | 51.19 | 40.91 | 28.49 | - |
| YUV | 172.98 | 107.14 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 136 | 0 | 0.40 | 0.44 | 0.05 | 5.09 | 0.8 | 0.74 |
| Hex | F2 | 91 | 88 | 0 | 28 | 2C | 5 | 5 | 50 | 4A |
| Octal | 362 | 221 | 210 | 0 | 50 | 54 | 5 | 5 | 120 | 112 |
| Binary | 11110010 | 10010001 | 10001000 | 0 | 101000 | 101100 | 101 | 101 | 1010000 | 1001010 |
Color Harmonies of #F29188
Complementary color
Monochromatic Colors of #F29188
Black with #F29188
Text Example
Text Example
White with #F29188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29188; }
p { color: rgb(242,145,136); }
H1.HeaderClassName
{
color: #F29188;
}
.AnyTagClassName
{
color: #F29188;
}
</style>
background-color css
<style>
a { background-color: #F29188; }
a { background-color: rgb(242,145,136); }
div.DivClassName
{
background-color: #F29188;
}
.BgClassName
{
background-color: #F29188;
}
</style>
border-color css
<style>
span { border-color: #F29188; }
span { border-color: rgb(242,145,136); }
td.TdClassName
{
border-color: #F29188;
}
.TagClassName
{
border-color: #F29188;
}
</style>