Shades of Sweet Pink #F09591
Tints of Sweet Pink #F09591
RGB
CMYK
RGB Variations
Color information
#F09591 (or 0xF09591) is known color: Sweet Pink. HEX triplet: F0, 95 and 91. RGB value is (240,149,145). Sum of RGB (Red+Green+Blue) = 240+149+145=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 145 (57.03% from 255 or 27.15% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F09591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09591 is #0F6A6E. Grayscale: #AFAFAF. Windows color (decimal): -1010287 or 9541104. OLE color: 9541104.
HSL color Cylindrical-coordinate representation of color #F09591: hue angle of 2.53º 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 #F09591 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 145 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.06 |
| HSL | 2.53º | 0.76% | 0.75% | - |
| HSV(B) | 2.53º | 0.4% | 0.94% | - |
| XYZ | 51.79 | 42.06 | 32.18 | - |
| YUV | 175.75 | 110.65 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 145 | 0 | 0.38 | 0.40 | 0.06 | 2.53 | 0.76 | 0.75 |
| Hex | F0 | 95 | 91 | 0 | 26 | 28 | 6 | 3 | 4C | 4B |
| Octal | 360 | 225 | 221 | 0 | 46 | 50 | 6 | 3 | 114 | 113 |
| Binary | 11110000 | 10010101 | 10010001 | 0 | 100110 | 101000 | 110 | 11 | 1001100 | 1001011 |
Color Harmonies of #F09591
Complementary color
Monochromatic Colors of #F09591
Black with #F09591
Text Example
Text Example
White with #F09591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09591; }
p { color: rgb(240,149,145); }
H1.HeaderClassName
{
color: #F09591;
}
.AnyTagClassName
{
color: #F09591;
}
</style>
background-color css
<style>
a { background-color: #F09591; }
a { background-color: rgb(240,149,145); }
div.DivClassName
{
background-color: #F09591;
}
.BgClassName
{
background-color: #F09591;
}
</style>
border-color css
<style>
span { border-color: #F09591; }
span { border-color: rgb(240,149,145); }
td.TdClassName
{
border-color: #F09591;
}
.TagClassName
{
border-color: #F09591;
}
</style>