Shades of Sweet Pink #F28E8D
Tints of Sweet Pink #F28E8D
RGB
CMYK
RGB Variations
Color information
#F28E8D (or 0xF28E8D) is known color: Sweet Pink. HEX triplet: F2, 8E and 8D. RGB value is (242,142,141). Sum of RGB (Red+Green+Blue) = 242+142+141=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28E8D is #0D7172. Grayscale: #ABABAB. Windows color (decimal): -881011 or 9277170. OLE color: 9277170.
HSL color Cylindrical-coordinate representation of color #F28E8D: hue angle of 0.59º 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 #F28E8D is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 141 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.05 |
| HSL | 0.59º | 0.8% | 0.75% | - |
| HSV(B) | 0.59º | 0.42% | 0.95% | - |
| XYZ | 51.1 | 40.15 | 30.26 | - |
| YUV | 171.79 | 110.63 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 141 | 0 | 0.41 | 0.42 | 0.05 | 0.59 | 0.8 | 0.75 |
| Hex | F2 | 8E | 8D | 0 | 29 | 2A | 5 | 1 | 50 | 4B |
| Octal | 362 | 216 | 215 | 0 | 51 | 52 | 5 | 1 | 120 | 113 |
| Binary | 11110010 | 10001110 | 10001101 | 0 | 101001 | 101010 | 101 | 1 | 1010000 | 1001011 |
Color Harmonies of #F28E8D
Complementary color
Monochromatic Colors of #F28E8D
Black with #F28E8D
Text Example
Text Example
White with #F28E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28E8D; }
p { color: rgb(242,142,141); }
H1.HeaderClassName
{
color: #F28E8D;
}
.AnyTagClassName
{
color: #F28E8D;
}
</style>
background-color css
<style>
a { background-color: #F28E8D; }
a { background-color: rgb(242,142,141); }
div.DivClassName
{
background-color: #F28E8D;
}
.BgClassName
{
background-color: #F28E8D;
}
</style>
border-color css
<style>
span { border-color: #F28E8D; }
span { border-color: rgb(242,142,141); }
td.TdClassName
{
border-color: #F28E8D;
}
.TagClassName
{
border-color: #F28E8D;
}
</style>