Shades of Carnation Pink #F0A7C5
Tints of Carnation Pink #F0A7C5
RGB
CMYK
RGB Variations
Color information
#F0A7C5 (or 0xF0A7C5) is known color: Carnation Pink. HEX triplet: F0, A7 and C5. RGB value is (240,167,197). Sum of RGB (Red+Green+Blue) = 240+167+197=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 167 (65.62% from 255 or 27.65% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A7C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A7C5 is #0F583A. Grayscale: #C0C0C0. Windows color (decimal): -1005627 or 12953584. OLE color: 12953584.
HSL color Cylindrical-coordinate representation of color #F0A7C5: hue angle of 335.34º degrees, saturation: 0.71, 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 #F0A7C5 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 167 | 197 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.06 |
| HSL | 335.34º | 0.71% | 0.8% | - |
| HSV(B) | 335.34º | 0.3% | 0.94% | - |
| XYZ | 59.83 | 50.19 | 59.36 | - |
| YUV | 192.25 | 130.68 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 167 | 197 | 0 | 0.30 | 0.18 | 0.06 | 335.34 | 0.71 | 0.8 |
| Hex | F0 | A7 | C5 | 0 | 1E | 12 | 6 | 14F | 47 | 50 |
| Octal | 360 | 247 | 305 | 0 | 36 | 22 | 6 | 517 | 107 | 120 |
| Binary | 11110000 | 10100111 | 11000101 | 0 | 11110 | 10010 | 110 | 101001111 | 1000111 | 1010000 |
Color Harmonies of #F0A7C5
Complementary color
Monochromatic Colors of #F0A7C5
Black with #F0A7C5
Text Example
Text Example
White with #F0A7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A7C5; }
p { color: rgb(240,167,197); }
H1.HeaderClassName
{
color: #F0A7C5;
}
.AnyTagClassName
{
color: #F0A7C5;
}
</style>
background-color css
<style>
a { background-color: #F0A7C5; }
a { background-color: rgb(240,167,197); }
div.DivClassName
{
background-color: #F0A7C5;
}
.BgClassName
{
background-color: #F0A7C5;
}
</style>
border-color css
<style>
span { border-color: #F0A7C5; }
span { border-color: rgb(240,167,197); }
td.TdClassName
{
border-color: #F0A7C5;
}
.TagClassName
{
border-color: #F0A7C5;
}
</style>