Shades of Sweet Pink #F09585
Tints of Sweet Pink #F09585
RGB
CMYK
RGB Variations
Color information
#F09585 (or 0xF09585) is known color: Sweet Pink. HEX triplet: F0, 95 and 85. RGB value is (240,149,133). Sum of RGB (Red+Green+Blue) = 240+149+133=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F09585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09585 is #0F6A7A. Grayscale: #AEAEAE. Windows color (decimal): -1010299 or 8754672. OLE color: 8754672.
HSL color Cylindrical-coordinate representation of color #F09585: hue angle of 8.97º 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 #F09585 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 133 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.06 |
| HSL | 8.97º | 0.78% | 0.73% | - |
| HSV(B) | 8.97º | 0.45% | 0.94% | - |
| XYZ | 50.92 | 41.71 | 27.56 | - |
| YUV | 174.39 | 104.65 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 133 | 0 | 0.38 | 0.45 | 0.06 | 8.97 | 0.78 | 0.73 |
| Hex | F0 | 95 | 85 | 0 | 26 | 2D | 6 | 9 | 4E | 49 |
| Octal | 360 | 225 | 205 | 0 | 46 | 55 | 6 | 11 | 116 | 111 |
| Binary | 11110000 | 10010101 | 10000101 | 0 | 100110 | 101101 | 110 | 1001 | 1001110 | 1001001 |
Color Harmonies of #F09585
Complementary color
Monochromatic Colors of #F09585
Black with #F09585
Text Example
Text Example
White with #F09585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09585; }
p { color: rgb(240,149,133); }
H1.HeaderClassName
{
color: #F09585;
}
.AnyTagClassName
{
color: #F09585;
}
</style>
background-color css
<style>
a { background-color: #F09585; }
a { background-color: rgb(240,149,133); }
div.DivClassName
{
background-color: #F09585;
}
.BgClassName
{
background-color: #F09585;
}
</style>
border-color css
<style>
span { border-color: #F09585; }
span { border-color: rgb(240,149,133); }
td.TdClassName
{
border-color: #F09585;
}
.TagClassName
{
border-color: #F09585;
}
</style>