Shades of Sweet Pink #F0968D
Tints of Sweet Pink #F0968D
RGB
CMYK
RGB Variations
Color information
#F0968D (or 0xF0968D) is known color: Sweet Pink. HEX triplet: F0, 96 and 8D. RGB value is (240,150,141). Sum of RGB (Red+Green+Blue) = 240+150+141=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F0968D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0968D is #0F6972. Grayscale: #B0B0B0. Windows color (decimal): -1010035 or 9279216. OLE color: 9279216.
HSL color Cylindrical-coordinate representation of color #F0968D: hue angle of 5.45º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F0968D is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 141 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.06 |
| HSL | 5.45º | 0.77% | 0.75% | - |
| HSV(B) | 5.45º | 0.41% | 0.94% | - |
| XYZ | 51.65 | 42.26 | 30.63 | - |
| YUV | 175.88 | 108.32 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 141 | 0 | 0.37 | 0.41 | 0.06 | 5.45 | 0.77 | 0.75 |
| Hex | F0 | 96 | 8D | 0 | 25 | 29 | 6 | 5 | 4D | 4B |
| Octal | 360 | 226 | 215 | 0 | 45 | 51 | 6 | 5 | 115 | 113 |
| Binary | 11110000 | 10010110 | 10001101 | 0 | 100101 | 101001 | 110 | 101 | 1001101 | 1001011 |
Color Harmonies of #F0968D
Complementary color
Monochromatic Colors of #F0968D
Black with #F0968D
Text Example
Text Example
White with #F0968D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0968D; }
p { color: rgb(240,150,141); }
H1.HeaderClassName
{
color: #F0968D;
}
.AnyTagClassName
{
color: #F0968D;
}
</style>
background-color css
<style>
a { background-color: #F0968D; }
a { background-color: rgb(240,150,141); }
div.DivClassName
{
background-color: #F0968D;
}
.BgClassName
{
background-color: #F0968D;
}
</style>
border-color css
<style>
span { border-color: #F0968D; }
span { border-color: rgb(240,150,141); }
td.TdClassName
{
border-color: #F0968D;
}
.TagClassName
{
border-color: #F0968D;
}
</style>