Shades of Sweet Pink #F0968A
Tints of Sweet Pink #F0968A
RGB
CMYK
RGB Variations
Color information
#F0968A (or 0xF0968A) is known color: Sweet Pink. HEX triplet: F0, 96 and 8A. RGB value is (240,150,138). Sum of RGB (Red+Green+Blue) = 240+150+138=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F0968A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0968A is #0F6975. Grayscale: #AFAFAF. Windows color (decimal): -1010038 or 9082608. OLE color: 9082608.
HSL color Cylindrical-coordinate representation of color #F0968A: hue angle of 7.06º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0968A is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 138 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.06 |
| HSL | 7.06º | 0.77% | 0.74% | - |
| HSV(B) | 7.06º | 0.43% | 0.94% | - |
| XYZ | 51.43 | 42.17 | 29.47 | - |
| YUV | 175.54 | 106.82 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 138 | 0 | 0.37 | 0.42 | 0.06 | 7.06 | 0.77 | 0.74 |
| Hex | F0 | 96 | 8A | 0 | 25 | 2A | 6 | 7 | 4D | 4A |
| Octal | 360 | 226 | 212 | 0 | 45 | 52 | 6 | 7 | 115 | 112 |
| Binary | 11110000 | 10010110 | 10001010 | 0 | 100101 | 101010 | 110 | 111 | 1001101 | 1001010 |
Color Harmonies of #F0968A
Complementary color
Monochromatic Colors of #F0968A
Black with #F0968A
Text Example
Text Example
White with #F0968A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0968A; }
p { color: rgb(240,150,138); }
H1.HeaderClassName
{
color: #F0968A;
}
.AnyTagClassName
{
color: #F0968A;
}
</style>
background-color css
<style>
a { background-color: #F0968A; }
a { background-color: rgb(240,150,138); }
div.DivClassName
{
background-color: #F0968A;
}
.BgClassName
{
background-color: #F0968A;
}
</style>
border-color css
<style>
span { border-color: #F0968A; }
span { border-color: rgb(240,150,138); }
td.TdClassName
{
border-color: #F0968A;
}
.TagClassName
{
border-color: #F0968A;
}
</style>