Shades of Sweet Pink #F09590
Tints of Sweet Pink #F09590
RGB
CMYK
RGB Variations
Color information
#F09590 (or 0xF09590) is known color: Sweet Pink. HEX triplet: F0, 95 and 90. RGB value is (240,149,144). Sum of RGB (Red+Green+Blue) = 240+149+144=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F09590 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09590 is #0F6A6F. Grayscale: #AFAFAF. Windows color (decimal): -1010288 or 9475568. OLE color: 9475568.
HSL color Cylindrical-coordinate representation of color #F09590: hue angle of 3.12º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F09590 is Cyan = 0, Magento = 0.38, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 144 | - |
| CMYK | 0 | 0.38 | 0.4 | 0.06 |
| HSL | 3.13º | 0.76% | 0.75% | - |
| HSV(B) | 3.13º | 0.4% | 0.94% | - |
| XYZ | 51.72 | 42.03 | 31.77 | - |
| YUV | 175.64 | 110.15 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 144 | 0 | 0.38 | 0.4 | 0.06 | 3.13 | 0.76 | 0.75 |
| Hex | F0 | 95 | 90 | 0 | 26 | 28 | 6 | 3 | 4C | 4B |
| Octal | 360 | 225 | 220 | 0 | 46 | 50 | 6 | 3 | 114 | 113 |
| Binary | 11110000 | 10010101 | 10010000 | 0 | 100110 | 101000 | 110 | 11 | 1001100 | 1001011 |
Color Harmonies of #F09590
Complementary color
Monochromatic Colors of #F09590
Black with #F09590
Text Example
Text Example
White with #F09590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09590; }
p { color: rgb(240,149,144); }
H1.HeaderClassName
{
color: #F09590;
}
.AnyTagClassName
{
color: #F09590;
}
</style>
background-color css
<style>
a { background-color: #F09590; }
a { background-color: rgb(240,149,144); }
div.DivClassName
{
background-color: #F09590;
}
.BgClassName
{
background-color: #F09590;
}
</style>
border-color css
<style>
span { border-color: #F09590; }
span { border-color: rgb(240,149,144); }
td.TdClassName
{
border-color: #F09590;
}
.TagClassName
{
border-color: #F09590;
}
</style>