Shades of Sweet Pink #F28C87
Tints of Sweet Pink #F28C87
RGB
CMYK
RGB Variations
Color information
#F28C87 (or 0xF28C87) is known color: Sweet Pink. HEX triplet: F2, 8C and 87. RGB value is (242,140,135). Sum of RGB (Red+Green+Blue) = 242+140+135=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 135 (53.12% from 255 or 26.11% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28C87 is #0D7378. Grayscale: #AAAAAA. Windows color (decimal): -881529 or 8883442. OLE color: 8883442.
HSL color Cylindrical-coordinate representation of color #F28C87: hue angle of 2.8º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F28C87 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 135 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.05 |
| HSL | 2.8º | 0.8% | 0.74% | - |
| HSV(B) | 2.8º | 0.44% | 0.95% | - |
| XYZ | 50.37 | 39.38 | 27.87 | - |
| YUV | 169.93 | 108.29 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 135 | 0 | 0.42 | 0.44 | 0.05 | 2.8 | 0.8 | 0.74 |
| Hex | F2 | 8C | 87 | 0 | 2A | 2C | 5 | 3 | 50 | 4A |
| Octal | 362 | 214 | 207 | 0 | 52 | 54 | 5 | 3 | 120 | 112 |
| Binary | 11110010 | 10001100 | 10000111 | 0 | 101010 | 101100 | 101 | 11 | 1010000 | 1001010 |
Color Harmonies of #F28C87
Complementary color
Monochromatic Colors of #F28C87
Black with #F28C87
Text Example
Text Example
White with #F28C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C87; }
p { color: rgb(242,140,135); }
H1.HeaderClassName
{
color: #F28C87;
}
.AnyTagClassName
{
color: #F28C87;
}
</style>
background-color css
<style>
a { background-color: #F28C87; }
a { background-color: rgb(242,140,135); }
div.DivClassName
{
background-color: #F28C87;
}
.BgClassName
{
background-color: #F28C87;
}
</style>
border-color css
<style>
span { border-color: #F28C87; }
span { border-color: rgb(242,140,135); }
td.TdClassName
{
border-color: #F28C87;
}
.TagClassName
{
border-color: #F28C87;
}
</style>