Shades of Sweet Pink #F28E80
Tints of Sweet Pink #F28E80
RGB
CMYK
RGB Variations
Color information
#F28E80 (or 0xF28E80) is known color: Sweet Pink. HEX triplet: F2, 8E and 80. RGB value is (242,142,128). Sum of RGB (Red+Green+Blue) = 242+142+128=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28E80 is #0D717F. Grayscale: #AAAAAA. Windows color (decimal): -881024 or 8425202. OLE color: 8425202.
HSL color Cylindrical-coordinate representation of color #F28E80: hue angle of 7.37º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F28E80 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 128 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.05 |
| HSL | 7.37º | 0.81% | 0.73% | - |
| HSV(B) | 7.37º | 0.47% | 0.95% | - |
| XYZ | 50.19 | 39.78 | 25.46 | - |
| YUV | 170.3 | 104.13 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 128 | 0 | 0.41 | 0.47 | 0.05 | 7.37 | 0.81 | 0.73 |
| Hex | F2 | 8E | 80 | 0 | 29 | 2F | 5 | 7 | 51 | 49 |
| Octal | 362 | 216 | 200 | 0 | 51 | 57 | 5 | 7 | 121 | 111 |
| Binary | 11110010 | 10001110 | 10000000 | 0 | 101001 | 101111 | 101 | 111 | 1010001 | 1001001 |
Color Harmonies of #F28E80
Complementary color
Monochromatic Colors of #F28E80
Black with #F28E80
Text Example
Text Example
White with #F28E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28E80; }
p { color: rgb(242,142,128); }
H1.HeaderClassName
{
color: #F28E80;
}
.AnyTagClassName
{
color: #F28E80;
}
</style>
background-color css
<style>
a { background-color: #F28E80; }
a { background-color: rgb(242,142,128); }
div.DivClassName
{
background-color: #F28E80;
}
.BgClassName
{
background-color: #F28E80;
}
</style>
border-color css
<style>
span { border-color: #F28E80; }
span { border-color: rgb(242,142,128); }
td.TdClassName
{
border-color: #F28E80;
}
.TagClassName
{
border-color: #F28E80;
}
</style>