Shades of Sweet Pink #F09186
Tints of Sweet Pink #F09186
RGB
CMYK
RGB Variations
Color information
#F09186 (or 0xF09186) is known color: Sweet Pink. HEX triplet: F0, 91 and 86. RGB value is (240,145,134). Sum of RGB (Red+Green+Blue) = 240+145+134=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F09186 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09186 is #0F6E79. Grayscale: #ACACAC. Windows color (decimal): -1011322 or 8819184. OLE color: 8819184.
HSL color Cylindrical-coordinate representation of color #F09186: hue angle of 6.23º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F09186 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 134 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.06 |
| HSL | 6.23º | 0.78% | 0.73% | - |
| HSV(B) | 6.23º | 0.44% | 0.94% | - |
| XYZ | 50.36 | 40.5 | 27.72 | - |
| YUV | 172.15 | 106.47 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 134 | 0 | 0.40 | 0.44 | 0.06 | 6.23 | 0.78 | 0.73 |
| Hex | F0 | 91 | 86 | 0 | 28 | 2C | 6 | 6 | 4E | 49 |
| Octal | 360 | 221 | 206 | 0 | 50 | 54 | 6 | 6 | 116 | 111 |
| Binary | 11110000 | 10010001 | 10000110 | 0 | 101000 | 101100 | 110 | 110 | 1001110 | 1001001 |
Color Harmonies of #F09186
Complementary color
Monochromatic Colors of #F09186
Black with #F09186
Text Example
Text Example
White with #F09186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09186; }
p { color: rgb(240,145,134); }
H1.HeaderClassName
{
color: #F09186;
}
.AnyTagClassName
{
color: #F09186;
}
</style>
background-color css
<style>
a { background-color: #F09186; }
a { background-color: rgb(240,145,134); }
div.DivClassName
{
background-color: #F09186;
}
.BgClassName
{
background-color: #F09186;
}
</style>
border-color css
<style>
span { border-color: #F09186; }
span { border-color: rgb(240,145,134); }
td.TdClassName
{
border-color: #F09186;
}
.TagClassName
{
border-color: #F09186;
}
</style>