Shades of Sweet Pink #F09688
Tints of Sweet Pink #F09688
RGB
CMYK
RGB Variations
Color information
#F09688 (or 0xF09688) is known color: Sweet Pink. HEX triplet: F0, 96 and 88. RGB value is (240,150,136). Sum of RGB (Red+Green+Blue) = 240+150+136=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 136 (53.52% from 255 or 25.86% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F09688 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09688 is #0F6977. Grayscale: #AFAFAF. Windows color (decimal): -1010040 or 8951536. OLE color: 8951536.
HSL color Cylindrical-coordinate representation of color #F09688: hue angle of 8.08º degrees, saturation: 0.78, 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 #F09688 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 136 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.06 |
| HSL | 8.08º | 0.78% | 0.74% | - |
| HSV(B) | 8.08º | 0.43% | 0.94% | - |
| XYZ | 51.29 | 42.12 | 28.72 | - |
| YUV | 175.31 | 105.82 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 136 | 0 | 0.37 | 0.43 | 0.06 | 8.08 | 0.78 | 0.74 |
| Hex | F0 | 96 | 88 | 0 | 25 | 2B | 6 | 8 | 4E | 4A |
| Octal | 360 | 226 | 210 | 0 | 45 | 53 | 6 | 10 | 116 | 112 |
| Binary | 11110000 | 10010110 | 10001000 | 0 | 100101 | 101011 | 110 | 1000 | 1001110 | 1001010 |
Color Harmonies of #F09688
Complementary color
Monochromatic Colors of #F09688
Black with #F09688
Text Example
Text Example
White with #F09688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09688; }
p { color: rgb(240,150,136); }
H1.HeaderClassName
{
color: #F09688;
}
.AnyTagClassName
{
color: #F09688;
}
</style>
background-color css
<style>
a { background-color: #F09688; }
a { background-color: rgb(240,150,136); }
div.DivClassName
{
background-color: #F09688;
}
.BgClassName
{
background-color: #F09688;
}
</style>
border-color css
<style>
span { border-color: #F09688; }
span { border-color: rgb(240,150,136); }
td.TdClassName
{
border-color: #F09688;
}
.TagClassName
{
border-color: #F09688;
}
</style>