Shades of Sweet Pink #F0968B
Tints of Sweet Pink #F0968B
RGB
CMYK
RGB Variations
Color information
#F0968B (or 0xF0968B) is known color: Sweet Pink. HEX triplet: F0, 96 and 8B. RGB value is (240,150,139). Sum of RGB (Red+Green+Blue) = 240+150+139=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F0968B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0968B is #0F6974. Grayscale: #AFAFAF. Windows color (decimal): -1010037 or 9148144. OLE color: 9148144.
HSL color Cylindrical-coordinate representation of color #F0968B: hue angle of 6.53º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0968B is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 139 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.06 |
| HSL | 6.53º | 0.77% | 0.74% | - |
| HSV(B) | 6.53º | 0.42% | 0.94% | - |
| XYZ | 51.5 | 42.2 | 29.86 | - |
| YUV | 175.66 | 107.32 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 139 | 0 | 0.37 | 0.42 | 0.06 | 6.53 | 0.77 | 0.74 |
| Hex | F0 | 96 | 8B | 0 | 25 | 2A | 6 | 7 | 4D | 4A |
| Octal | 360 | 226 | 213 | 0 | 45 | 52 | 6 | 7 | 115 | 112 |
| Binary | 11110000 | 10010110 | 10001011 | 0 | 100101 | 101010 | 110 | 111 | 1001101 | 1001010 |
Color Harmonies of #F0968B
Complementary color
Monochromatic Colors of #F0968B
Black with #F0968B
Text Example
Text Example
White with #F0968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0968B; }
p { color: rgb(240,150,139); }
H1.HeaderClassName
{
color: #F0968B;
}
.AnyTagClassName
{
color: #F0968B;
}
</style>
background-color css
<style>
a { background-color: #F0968B; }
a { background-color: rgb(240,150,139); }
div.DivClassName
{
background-color: #F0968B;
}
.BgClassName
{
background-color: #F0968B;
}
</style>
border-color css
<style>
span { border-color: #F0968B; }
span { border-color: rgb(240,150,139); }
td.TdClassName
{
border-color: #F0968B;
}
.TagClassName
{
border-color: #F0968B;
}
</style>