Shades of Sweet Pink #F2928D
Tints of Sweet Pink #F2928D
RGB
CMYK
RGB Variations
Color information
#F2928D (or 0xF2928D) is known color: Sweet Pink. HEX triplet: F2, 92 and 8D. RGB value is (242,146,141). Sum of RGB (Red+Green+Blue) = 242+146+141=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F2928D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2928D is #0D6D72. Grayscale: #AEAEAE. Windows color (decimal): -879987 or 9278194. OLE color: 9278194.
HSL color Cylindrical-coordinate representation of color #F2928D: hue angle of 2.97º 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 #F2928D is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 146 | 141 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.05 |
| HSL | 2.97º | 0.8% | 0.75% | - |
| HSV(B) | 2.97º | 0.42% | 0.95% | - |
| XYZ | 51.7 | 41.36 | 30.46 | - |
| YUV | 174.13 | 109.3 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 146 | 141 | 0 | 0.40 | 0.42 | 0.05 | 2.97 | 0.8 | 0.75 |
| Hex | F2 | 92 | 8D | 0 | 28 | 2A | 5 | 3 | 50 | 4B |
| Octal | 362 | 222 | 215 | 0 | 50 | 52 | 5 | 3 | 120 | 113 |
| Binary | 11110010 | 10010010 | 10001101 | 0 | 101000 | 101010 | 101 | 11 | 1010000 | 1001011 |
Color Harmonies of #F2928D
Complementary color
Monochromatic Colors of #F2928D
Black with #F2928D
Text Example
Text Example
White with #F2928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2928D; }
p { color: rgb(242,146,141); }
H1.HeaderClassName
{
color: #F2928D;
}
.AnyTagClassName
{
color: #F2928D;
}
</style>
background-color css
<style>
a { background-color: #F2928D; }
a { background-color: rgb(242,146,141); }
div.DivClassName
{
background-color: #F2928D;
}
.BgClassName
{
background-color: #F2928D;
}
</style>
border-color css
<style>
span { border-color: #F2928D; }
span { border-color: rgb(242,146,141); }
td.TdClassName
{
border-color: #F2928D;
}
.TagClassName
{
border-color: #F2928D;
}
</style>