Shades of Sweet Pink #F28989
Tints of Sweet Pink #F28989
RGB
CMYK
RGB Variations
Color information
#F28989 (or 0xF28989) is known color: Sweet Pink. HEX triplet: F2, 89 and 89. RGB value is (242,137,137). Sum of RGB (Red+Green+Blue) = 242+137+137=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 137 (53.91% from 255 or 26.55% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F28989 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28989 is #0D7676. Grayscale: #A8A8A8. Windows color (decimal): -882295 or 9013746. OLE color: 9013746.
HSL color Cylindrical-coordinate representation of color #F28989: hue angle of 0º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F28989 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 137 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.05 |
| HSL | 0º | 0.8% | 0.74% | - |
| HSV(B) | 0º | 0.43% | 0.95% | - |
| XYZ | 50.08 | 38.57 | 28.47 | - |
| YUV | 168.4 | 110.29 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 137 | 0 | 0.43 | 0.43 | 0.05 | 0 | 0.8 | 0.74 |
| Hex | F2 | 89 | 89 | 0 | 2B | 2B | 5 | 0 | 50 | 4A |
| Octal | 362 | 211 | 211 | 0 | 53 | 53 | 5 | 0 | 120 | 112 |
| Binary | 11110010 | 10001001 | 10001001 | 0 | 101011 | 101011 | 101 | 0 | 1010000 | 1001010 |
Color Harmonies of #F28989
Complementary color
Monochromatic Colors of #F28989
Black with #F28989
Text Example
Text Example
White with #F28989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28989; }
p { color: rgb(242,137,137); }
H1.HeaderClassName
{
color: #F28989;
}
.AnyTagClassName
{
color: #F28989;
}
</style>
background-color css
<style>
a { background-color: #F28989; }
a { background-color: rgb(242,137,137); }
div.DivClassName
{
background-color: #F28989;
}
.BgClassName
{
background-color: #F28989;
}
</style>
border-color css
<style>
span { border-color: #F28989; }
span { border-color: rgb(242,137,137); }
td.TdClassName
{
border-color: #F28989;
}
.TagClassName
{
border-color: #F28989;
}
</style>