Shades of Sweet Pink #F0998C
Tints of Sweet Pink #F0998C
RGB
CMYK
RGB Variations
Color information
#F0998C (or 0xF0998C) is known color: Sweet Pink. HEX triplet: F0, 99 and 8C. RGB value is (240,153,140). Sum of RGB (Red+Green+Blue) = 240+153+140=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 140 (55.08% from 255 or 26.27% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F0998C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0998C is #0F6673. Grayscale: #B1B1B1. Windows color (decimal): -1009268 or 9214448. OLE color: 9214448.
HSL color Cylindrical-coordinate representation of color #F0998C: hue angle of 7.8º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0998C is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 140 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.06 |
| HSL | 7.8º | 0.77% | 0.75% | - |
| HSV(B) | 7.8º | 0.42% | 0.94% | - |
| XYZ | 52.06 | 43.2 | 30.41 | - |
| YUV | 177.53 | 106.82 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 140 | 0 | 0.36 | 0.42 | 0.06 | 7.8 | 0.77 | 0.75 |
| Hex | F0 | 99 | 8C | 0 | 24 | 2A | 6 | 8 | 4D | 4B |
| Octal | 360 | 231 | 214 | 0 | 44 | 52 | 6 | 10 | 115 | 113 |
| Binary | 11110000 | 10011001 | 10001100 | 0 | 100100 | 101010 | 110 | 1000 | 1001101 | 1001011 |
Color Harmonies of #F0998C
Complementary color
Monochromatic Colors of #F0998C
Black with #F0998C
Text Example
Text Example
White with #F0998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0998C; }
p { color: rgb(240,153,140); }
H1.HeaderClassName
{
color: #F0998C;
}
.AnyTagClassName
{
color: #F0998C;
}
</style>
background-color css
<style>
a { background-color: #F0998C; }
a { background-color: rgb(240,153,140); }
div.DivClassName
{
background-color: #F0998C;
}
.BgClassName
{
background-color: #F0998C;
}
</style>
border-color css
<style>
span { border-color: #F0998C; }
span { border-color: rgb(240,153,140); }
td.TdClassName
{
border-color: #F0998C;
}
.TagClassName
{
border-color: #F0998C;
}
</style>