Shades of Sweet Pink #F09D9A
Tints of Sweet Pink #F09D9A
RGB
CMYK
RGB Variations
Color information
#F09D9A (or 0xF09D9A) is known color: Sweet Pink. HEX triplet: F0, 9D and 9A. RGB value is (240,157,154). Sum of RGB (Red+Green+Blue) = 240+157+154=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 154 (60.55% from 255 or 27.95% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F09D9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09D9A is #0F6265. Grayscale: #B5B5B5. Windows color (decimal): -1008230 or 10132976. OLE color: 10132976.
HSL color Cylindrical-coordinate representation of color #F09D9A: hue angle of 2.09º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F09D9A is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 154 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.06 |
| HSL | 2.09º | 0.74% | 0.77% | - |
| HSV(B) | 2.09º | 0.36% | 0.94% | - |
| XYZ | 53.82 | 44.97 | 36.42 | - |
| YUV | 181.48 | 112.5 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 154 | 0 | 0.35 | 0.36 | 0.06 | 2.09 | 0.74 | 0.77 |
| Hex | F0 | 9D | 9A | 0 | 23 | 24 | 6 | 2 | 4A | 4D |
| Octal | 360 | 235 | 232 | 0 | 43 | 44 | 6 | 2 | 112 | 115 |
| Binary | 11110000 | 10011101 | 10011010 | 0 | 100011 | 100100 | 110 | 10 | 1001010 | 1001101 |
Color Harmonies of #F09D9A
Complementary color
Monochromatic Colors of #F09D9A
Black with #F09D9A
Text Example
Text Example
White with #F09D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09D9A; }
p { color: rgb(240,157,154); }
H1.HeaderClassName
{
color: #F09D9A;
}
.AnyTagClassName
{
color: #F09D9A;
}
</style>
background-color css
<style>
a { background-color: #F09D9A; }
a { background-color: rgb(240,157,154); }
div.DivClassName
{
background-color: #F09D9A;
}
.BgClassName
{
background-color: #F09D9A;
}
</style>
border-color css
<style>
span { border-color: #F09D9A; }
span { border-color: rgb(240,157,154); }
td.TdClassName
{
border-color: #F09D9A;
}
.TagClassName
{
border-color: #F09D9A;
}
</style>