Shades of Sweet Pink #F09185
Tints of Sweet Pink #F09185
RGB
CMYK
RGB Variations
Color information
#F09185 (or 0xF09185) is known color: Sweet Pink. HEX triplet: F0, 91 and 85. RGB value is (240,145,133). Sum of RGB (Red+Green+Blue) = 240+145+133=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F09185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09185 is #0F6E7A. Grayscale: #ACACAC. Windows color (decimal): -1011323 or 8753648. OLE color: 8753648.
HSL color Cylindrical-coordinate representation of color #F09185: hue angle of 6.73º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F09185 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 133 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.06 |
| HSL | 6.73º | 0.78% | 0.73% | - |
| HSV(B) | 6.73º | 0.45% | 0.94% | - |
| XYZ | 50.29 | 40.47 | 27.35 | - |
| YUV | 172.04 | 105.97 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 133 | 0 | 0.40 | 0.45 | 0.06 | 6.73 | 0.78 | 0.73 |
| Hex | F0 | 91 | 85 | 0 | 28 | 2D | 6 | 7 | 4E | 49 |
| Octal | 360 | 221 | 205 | 0 | 50 | 55 | 6 | 7 | 116 | 111 |
| Binary | 11110000 | 10010001 | 10000101 | 0 | 101000 | 101101 | 110 | 111 | 1001110 | 1001001 |
Color Harmonies of #F09185
Complementary color
Monochromatic Colors of #F09185
Black with #F09185
Text Example
Text Example
White with #F09185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09185; }
p { color: rgb(240,145,133); }
H1.HeaderClassName
{
color: #F09185;
}
.AnyTagClassName
{
color: #F09185;
}
</style>
background-color css
<style>
a { background-color: #F09185; }
a { background-color: rgb(240,145,133); }
div.DivClassName
{
background-color: #F09185;
}
.BgClassName
{
background-color: #F09185;
}
</style>
border-color css
<style>
span { border-color: #F09185; }
span { border-color: rgb(240,145,133); }
td.TdClassName
{
border-color: #F09185;
}
.TagClassName
{
border-color: #F09185;
}
</style>