Shades of Carnation Pink #F0A9C7
Tints of Carnation Pink #F0A9C7
RGB
CMYK
RGB Variations
Color information
#F0A9C7 (or 0xF0A9C7) is known color: Carnation Pink. HEX triplet: F0, A9 and C7. RGB value is (240,169,199). Sum of RGB (Red+Green+Blue) = 240+169+199=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 169 (66.41% from 255 or 27.80% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A9C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A9C7 is #0F5638. Grayscale: #C1C1C1. Windows color (decimal): -1005113 or 13085168. OLE color: 13085168.
HSL color Cylindrical-coordinate representation of color #F0A9C7: hue angle of 334.65º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0A9C7 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 169 | 199 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.06 |
| HSL | 334.65º | 0.7% | 0.8% | - |
| HSV(B) | 334.65º | 0.3% | 0.94% | - |
| XYZ | 60.43 | 51.02 | 60.7 | - |
| YUV | 193.65 | 131.02 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 169 | 199 | 0 | 0.30 | 0.17 | 0.06 | 334.65 | 0.7 | 0.8 |
| Hex | F0 | A9 | C7 | 0 | 1E | 11 | 6 | 14F | 46 | 50 |
| Octal | 360 | 251 | 307 | 0 | 36 | 21 | 6 | 517 | 106 | 120 |
| Binary | 11110000 | 10101001 | 11000111 | 0 | 11110 | 10001 | 110 | 101001111 | 1000110 | 1010000 |
Color Harmonies of #F0A9C7
Complementary color
Monochromatic Colors of #F0A9C7
Black with #F0A9C7
Text Example
Text Example
White with #F0A9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A9C7; }
p { color: rgb(240,169,199); }
H1.HeaderClassName
{
color: #F0A9C7;
}
.AnyTagClassName
{
color: #F0A9C7;
}
</style>
background-color css
<style>
a { background-color: #F0A9C7; }
a { background-color: rgb(240,169,199); }
div.DivClassName
{
background-color: #F0A9C7;
}
.BgClassName
{
background-color: #F0A9C7;
}
</style>
border-color css
<style>
span { border-color: #F0A9C7; }
span { border-color: rgb(240,169,199); }
td.TdClassName
{
border-color: #F0A9C7;
}
.TagClassName
{
border-color: #F0A9C7;
}
</style>