Shades of Sweet Pink #F2998D
Tints of Sweet Pink #F2998D
RGB
CMYK
RGB Variations
Color information
#F2998D (or 0xF2998D) is known color: Sweet Pink. HEX triplet: F2, 99 and 8D. RGB value is (242,153,141). Sum of RGB (Red+Green+Blue) = 242+153+141=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F2998D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2998D is #0D6672. Grayscale: #B2B2B2. Windows color (decimal): -878195 or 9279986. OLE color: 9279986.
HSL color Cylindrical-coordinate representation of color #F2998D: hue angle of 7.13º 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 #F2998D is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 141 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.05 |
| HSL | 7.13º | 0.8% | 0.75% | - |
| HSV(B) | 7.13º | 0.42% | 0.95% | - |
| XYZ | 52.82 | 43.58 | 30.83 | - |
| YUV | 178.24 | 106.99 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 141 | 0 | 0.37 | 0.42 | 0.05 | 7.13 | 0.8 | 0.75 |
| Hex | F2 | 99 | 8D | 0 | 25 | 2A | 5 | 7 | 50 | 4B |
| Octal | 362 | 231 | 215 | 0 | 45 | 52 | 5 | 7 | 120 | 113 |
| Binary | 11110010 | 10011001 | 10001101 | 0 | 100101 | 101010 | 101 | 111 | 1010000 | 1001011 |
Color Harmonies of #F2998D
Complementary color
Monochromatic Colors of #F2998D
Black with #F2998D
Text Example
Text Example
White with #F2998D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2998D; }
p { color: rgb(242,153,141); }
H1.HeaderClassName
{
color: #F2998D;
}
.AnyTagClassName
{
color: #F2998D;
}
</style>
background-color css
<style>
a { background-color: #F2998D; }
a { background-color: rgb(242,153,141); }
div.DivClassName
{
background-color: #F2998D;
}
.BgClassName
{
background-color: #F2998D;
}
</style>
border-color css
<style>
span { border-color: #F2998D; }
span { border-color: rgb(242,153,141); }
td.TdClassName
{
border-color: #F2998D;
}
.TagClassName
{
border-color: #F2998D;
}
</style>