Shades of Sweet Pink #F09890
Tints of Sweet Pink #F09890
RGB
CMYK
RGB Variations
Color information
#F09890 (or 0xF09890) is known color: Sweet Pink. HEX triplet: F0, 98 and 90. RGB value is (240,152,144). Sum of RGB (Red+Green+Blue) = 240+152+144=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F09890 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09890 is #0F676F. Grayscale: #B1B1B1. Windows color (decimal): -1009520 or 9476336. OLE color: 9476336.
HSL color Cylindrical-coordinate representation of color #F09890: hue angle of 5º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F09890 is Cyan = 0, Magento = 0.37, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 152 | 144 | - |
| CMYK | 0 | 0.37 | 0.4 | 0.06 |
| HSL | 5º | 0.76% | 0.75% | - |
| HSV(B) | 5º | 0.4% | 0.94% | - |
| XYZ | 52.2 | 43 | 31.93 | - |
| YUV | 177.4 | 109.15 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 144 | 0 | 0.37 | 0.4 | 0.06 | 5 | 0.76 | 0.75 |
| Hex | F0 | 98 | 90 | 0 | 25 | 28 | 6 | 5 | 4C | 4B |
| Octal | 360 | 230 | 220 | 0 | 45 | 50 | 6 | 5 | 114 | 113 |
| Binary | 11110000 | 10011000 | 10010000 | 0 | 100101 | 101000 | 110 | 101 | 1001100 | 1001011 |
Color Harmonies of #F09890
Complementary color
Monochromatic Colors of #F09890
Black with #F09890
Text Example
Text Example
White with #F09890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09890; }
p { color: rgb(240,152,144); }
H1.HeaderClassName
{
color: #F09890;
}
.AnyTagClassName
{
color: #F09890;
}
</style>
background-color css
<style>
a { background-color: #F09890; }
a { background-color: rgb(240,152,144); }
div.DivClassName
{
background-color: #F09890;
}
.BgClassName
{
background-color: #F09890;
}
</style>
border-color css
<style>
span { border-color: #F09890; }
span { border-color: rgb(240,152,144); }
td.TdClassName
{
border-color: #F09890;
}
.TagClassName
{
border-color: #F09890;
}
</style>