Shades of Sweet Pink #F09C9B
Tints of Sweet Pink #F09C9B
RGB
CMYK
RGB Variations
Color information
#F09C9B (or 0xF09C9B) is known color: Sweet Pink. HEX triplet: F0, 9C and 9B. RGB value is (240,156,155). Sum of RGB (Red+Green+Blue) = 240+156+155=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F09C9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09C9B is #0F6364. Grayscale: #B5B5B5. Windows color (decimal): -1008485 or 10198256. OLE color: 10198256.
HSL color Cylindrical-coordinate representation of color #F09C9B: hue angle of 0.71º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09C9B is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 155 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.06 |
| HSL | 0.71º | 0.74% | 0.77% | - |
| HSV(B) | 0.71º | 0.35% | 0.94% | - |
| XYZ | 53.74 | 44.67 | 36.8 | - |
| YUV | 181 | 113.33 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 155 | 0 | 0.35 | 0.35 | 0.06 | 0.71 | 0.74 | 0.77 |
| Hex | F0 | 9C | 9B | 0 | 23 | 23 | 6 | 1 | 4A | 4D |
| Octal | 360 | 234 | 233 | 0 | 43 | 43 | 6 | 1 | 112 | 115 |
| Binary | 11110000 | 10011100 | 10011011 | 0 | 100011 | 100011 | 110 | 1 | 1001010 | 1001101 |
Color Harmonies of #F09C9B
Complementary color
Monochromatic Colors of #F09C9B
Black with #F09C9B
Text Example
Text Example
White with #F09C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09C9B; }
p { color: rgb(240,156,155); }
H1.HeaderClassName
{
color: #F09C9B;
}
.AnyTagClassName
{
color: #F09C9B;
}
</style>
background-color css
<style>
a { background-color: #F09C9B; }
a { background-color: rgb(240,156,155); }
div.DivClassName
{
background-color: #F09C9B;
}
.BgClassName
{
background-color: #F09C9B;
}
</style>
border-color css
<style>
span { border-color: #F09C9B; }
span { border-color: rgb(240,156,155); }
td.TdClassName
{
border-color: #F09C9B;
}
.TagClassName
{
border-color: #F09C9B;
}
</style>