Shades of Sweet Pink #F0968E
Tints of Sweet Pink #F0968E
RGB
CMYK
RGB Variations
Color information
#F0968E (or 0xF0968E) is known color: Sweet Pink. HEX triplet: F0, 96 and 8E. RGB value is (240,150,142). Sum of RGB (Red+Green+Blue) = 240+150+142=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F0968E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0968E is #0F6971. Grayscale: #B0B0B0. Windows color (decimal): -1010034 or 9344752. OLE color: 9344752.
HSL color Cylindrical-coordinate representation of color #F0968E: hue angle of 4.9º 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 #F0968E is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 142 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.06 |
| HSL | 4.9º | 0.77% | 0.75% | - |
| HSV(B) | 4.9º | 0.41% | 0.94% | - |
| XYZ | 51.72 | 42.29 | 31.03 | - |
| YUV | 176 | 108.82 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 142 | 0 | 0.37 | 0.41 | 0.06 | 4.9 | 0.77 | 0.75 |
| Hex | F0 | 96 | 8E | 0 | 25 | 29 | 6 | 5 | 4D | 4B |
| Octal | 360 | 226 | 216 | 0 | 45 | 51 | 6 | 5 | 115 | 113 |
| Binary | 11110000 | 10010110 | 10001110 | 0 | 100101 | 101001 | 110 | 101 | 1001101 | 1001011 |
Color Harmonies of #F0968E
Complementary color
Monochromatic Colors of #F0968E
Black with #F0968E
Text Example
Text Example
White with #F0968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0968E; }
p { color: rgb(240,150,142); }
H1.HeaderClassName
{
color: #F0968E;
}
.AnyTagClassName
{
color: #F0968E;
}
</style>
background-color css
<style>
a { background-color: #F0968E; }
a { background-color: rgb(240,150,142); }
div.DivClassName
{
background-color: #F0968E;
}
.BgClassName
{
background-color: #F0968E;
}
</style>
border-color css
<style>
span { border-color: #F0968E; }
span { border-color: rgb(240,150,142); }
td.TdClassName
{
border-color: #F0968E;
}
.TagClassName
{
border-color: #F0968E;
}
</style>