Shades of Sweet Pink #F09D9C
Tints of Sweet Pink #F09D9C
RGB
CMYK
RGB Variations
Color information
#F09D9C (or 0xF09D9C) is known color: Sweet Pink. HEX triplet: F0, 9D and 9C. RGB value is (240,157,156). Sum of RGB (Red+Green+Blue) = 240+157+156=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F09D9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09D9C is #0F6263. Grayscale: #B5B5B5. Windows color (decimal): -1008228 or 10264048. OLE color: 10264048.
HSL color Cylindrical-coordinate representation of color #F09D9C: hue angle of 0.71º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09D9C is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 156 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.06 |
| HSL | 0.71º | 0.74% | 0.78% | - |
| HSV(B) | 0.71º | 0.35% | 0.94% | - |
| XYZ | 53.99 | 45.04 | 37.3 | - |
| YUV | 181.7 | 113.5 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 156 | 0 | 0.35 | 0.35 | 0.06 | 0.71 | 0.74 | 0.78 |
| Hex | F0 | 9D | 9C | 0 | 23 | 23 | 6 | 1 | 4A | 4E |
| Octal | 360 | 235 | 234 | 0 | 43 | 43 | 6 | 1 | 112 | 116 |
| Binary | 11110000 | 10011101 | 10011100 | 0 | 100011 | 100011 | 110 | 1 | 1001010 | 1001110 |
Color Harmonies of #F09D9C
Complementary color
Monochromatic Colors of #F09D9C
Black with #F09D9C
Text Example
Text Example
White with #F09D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09D9C; }
p { color: rgb(240,157,156); }
H1.HeaderClassName
{
color: #F09D9C;
}
.AnyTagClassName
{
color: #F09D9C;
}
</style>
background-color css
<style>
a { background-color: #F09D9C; }
a { background-color: rgb(240,157,156); }
div.DivClassName
{
background-color: #F09D9C;
}
.BgClassName
{
background-color: #F09D9C;
}
</style>
border-color css
<style>
span { border-color: #F09D9C; }
span { border-color: rgb(240,157,156); }
td.TdClassName
{
border-color: #F09D9C;
}
.TagClassName
{
border-color: #F09D9C;
}
</style>