Shades of Sweet Pink #F2988C
Tints of Sweet Pink #F2988C
RGB
CMYK
RGB Variations
Color information
#F2988C (or 0xF2988C) is known color: Sweet Pink. HEX triplet: F2, 98 and 8C. RGB value is (242,152,140). Sum of RGB (Red+Green+Blue) = 242+152+140=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 140 (55.08% from 255 or 26.22% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F2988C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2988C is #0D6773. Grayscale: #B1B1B1. Windows color (decimal): -878452 or 9214194. OLE color: 9214194.
HSL color Cylindrical-coordinate representation of color #F2988C: hue angle of 7.06º 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 #F2988C is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 140 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.05 |
| HSL | 7.06º | 0.8% | 0.75% | - |
| HSV(B) | 7.06º | 0.42% | 0.95% | - |
| XYZ | 52.58 | 43.23 | 30.38 | - |
| YUV | 177.54 | 106.82 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 140 | 0 | 0.37 | 0.42 | 0.05 | 7.06 | 0.8 | 0.75 |
| Hex | F2 | 98 | 8C | 0 | 25 | 2A | 5 | 7 | 50 | 4B |
| Octal | 362 | 230 | 214 | 0 | 45 | 52 | 5 | 7 | 120 | 113 |
| Binary | 11110010 | 10011000 | 10001100 | 0 | 100101 | 101010 | 101 | 111 | 1010000 | 1001011 |
Color Harmonies of #F2988C
Complementary color
Monochromatic Colors of #F2988C
Black with #F2988C
Text Example
Text Example
White with #F2988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2988C; }
p { color: rgb(242,152,140); }
H1.HeaderClassName
{
color: #F2988C;
}
.AnyTagClassName
{
color: #F2988C;
}
</style>
background-color css
<style>
a { background-color: #F2988C; }
a { background-color: rgb(242,152,140); }
div.DivClassName
{
background-color: #F2988C;
}
.BgClassName
{
background-color: #F2988C;
}
</style>
border-color css
<style>
span { border-color: #F2988C; }
span { border-color: rgb(242,152,140); }
td.TdClassName
{
border-color: #F2988C;
}
.TagClassName
{
border-color: #F2988C;
}
</style>