Shades of Sweet Pink #F29A8E
Tints of Sweet Pink #F29A8E
RGB
CMYK
RGB Variations
Color information
#F29A8E (or 0xF29A8E) is known color: Sweet Pink. HEX triplet: F2, 9A and 8E. RGB value is (242,154,142). Sum of RGB (Red+Green+Blue) = 242+154+142=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F29A8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29A8E is #0D6571. Grayscale: #B3B3B3. Windows color (decimal): -877938 or 9345778. OLE color: 9345778.
HSL color Cylindrical-coordinate representation of color #F29A8E: hue angle of 7.2º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F29A8E is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 154 | 142 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.05 |
| HSL | 7.2º | 0.79% | 0.75% | - |
| HSV(B) | 7.2º | 0.41% | 0.95% | - |
| XYZ | 53.06 | 43.94 | 31.28 | - |
| YUV | 178.94 | 107.15 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 154 | 142 | 0 | 0.36 | 0.41 | 0.05 | 7.2 | 0.79 | 0.75 |
| Hex | F2 | 9A | 8E | 0 | 24 | 29 | 5 | 7 | 4F | 4B |
| Octal | 362 | 232 | 216 | 0 | 44 | 51 | 5 | 7 | 117 | 113 |
| Binary | 11110010 | 10011010 | 10001110 | 0 | 100100 | 101001 | 101 | 111 | 1001111 | 1001011 |
Color Harmonies of #F29A8E
Complementary color
Monochromatic Colors of #F29A8E
Black with #F29A8E
Text Example
Text Example
White with #F29A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29A8E; }
p { color: rgb(242,154,142); }
H1.HeaderClassName
{
color: #F29A8E;
}
.AnyTagClassName
{
color: #F29A8E;
}
</style>
background-color css
<style>
a { background-color: #F29A8E; }
a { background-color: rgb(242,154,142); }
div.DivClassName
{
background-color: #F29A8E;
}
.BgClassName
{
background-color: #F29A8E;
}
</style>
border-color css
<style>
span { border-color: #F29A8E; }
span { border-color: rgb(242,154,142); }
td.TdClassName
{
border-color: #F29A8E;
}
.TagClassName
{
border-color: #F29A8E;
}
</style>