Shades of Sweet Pink #F2988D
Tints of Sweet Pink #F2988D
RGB
CMYK
RGB Variations
Color information
#F2988D (or 0xF2988D) is known color: Sweet Pink. HEX triplet: F2, 98 and 8D. RGB value is (242,152,141). Sum of RGB (Red+Green+Blue) = 242+152+141=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F2988D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2988D is #0D6772. Grayscale: #B1B1B1. Windows color (decimal): -878451 or 9279730. OLE color: 9279730.
HSL color Cylindrical-coordinate representation of color #F2988D: hue angle of 6.53º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F2988D is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 141 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.05 |
| HSL | 6.53º | 0.8% | 0.75% | - |
| HSV(B) | 6.53º | 0.42% | 0.95% | - |
| XYZ | 52.65 | 43.26 | 30.77 | - |
| YUV | 177.66 | 107.32 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 141 | 0 | 0.37 | 0.42 | 0.05 | 6.53 | 0.8 | 0.75 |
| Hex | F2 | 98 | 8D | 0 | 25 | 2A | 5 | 7 | 50 | 4B |
| Octal | 362 | 230 | 215 | 0 | 45 | 52 | 5 | 7 | 120 | 113 |
| Binary | 11110010 | 10011000 | 10001101 | 0 | 100101 | 101010 | 101 | 111 | 1010000 | 1001011 |
Color Harmonies of #F2988D
Complementary color
Monochromatic Colors of #F2988D
Black with #F2988D
Text Example
Text Example
White with #F2988D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2988D; }
p { color: rgb(242,152,141); }
H1.HeaderClassName
{
color: #F2988D;
}
.AnyTagClassName
{
color: #F2988D;
}
</style>
background-color css
<style>
a { background-color: #F2988D; }
a { background-color: rgb(242,152,141); }
div.DivClassName
{
background-color: #F2988D;
}
.BgClassName
{
background-color: #F2988D;
}
</style>
border-color css
<style>
span { border-color: #F2988D; }
span { border-color: rgb(242,152,141); }
td.TdClassName
{
border-color: #F2988D;
}
.TagClassName
{
border-color: #F2988D;
}
</style>