Shades of Sweet Pink #F29E99
Tints of Sweet Pink #F29E99
RGB
CMYK
RGB Variations
Color information
#F29E99 (or 0xF29E99) is known color: Sweet Pink. HEX triplet: F2, 9E and 99. RGB value is (242,158,153). Sum of RGB (Red+Green+Blue) = 242+158+153=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F29E99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29E99 is #0D6166. Grayscale: #B6B6B6. Windows color (decimal): -876903 or 10067698. OLE color: 10067698.
HSL color Cylindrical-coordinate representation of color #F29E99: hue angle of 3.37º degrees, saturation: 0.77, 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 #F29E99 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 158 | 153 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.05 |
| HSL | 3.37º | 0.77% | 0.77% | - |
| HSV(B) | 3.37º | 0.37% | 0.95% | - |
| XYZ | 54.59 | 45.63 | 36.07 | - |
| YUV | 182.55 | 111.33 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 158 | 153 | 0 | 0.35 | 0.37 | 0.05 | 3.37 | 0.77 | 0.77 |
| Hex | F2 | 9E | 99 | 0 | 23 | 25 | 5 | 3 | 4D | 4D |
| Octal | 362 | 236 | 231 | 0 | 43 | 45 | 5 | 3 | 115 | 115 |
| Binary | 11110010 | 10011110 | 10011001 | 0 | 100011 | 100101 | 101 | 11 | 1001101 | 1001101 |
Color Harmonies of #F29E99
Complementary color
Monochromatic Colors of #F29E99
Black with #F29E99
Text Example
Text Example
White with #F29E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29E99; }
p { color: rgb(242,158,153); }
H1.HeaderClassName
{
color: #F29E99;
}
.AnyTagClassName
{
color: #F29E99;
}
</style>
background-color css
<style>
a { background-color: #F29E99; }
a { background-color: rgb(242,158,153); }
div.DivClassName
{
background-color: #F29E99;
}
.BgClassName
{
background-color: #F29E99;
}
</style>
border-color css
<style>
span { border-color: #F29E99; }
span { border-color: rgb(242,158,153); }
td.TdClassName
{
border-color: #F29E99;
}
.TagClassName
{
border-color: #F29E99;
}
</style>