Shades of Carnation Pink #F5A0C0
Tints of Carnation Pink #F5A0C0
RGB
CMYK
RGB Variations
Color information
#F5A0C0 (or 0xF5A0C0) is known color: Carnation Pink. HEX triplet: F5, A0 and C0. RGB value is (245,160,192). Sum of RGB (Red+Green+Blue) = 245+160+192=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 160 (62.89% from 255 or 26.80% from 597); Blue value is 192 (75.39% from 255 or 32.16% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A0C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A0C0 is #0A5F3F. Grayscale: #BDBDBD. Windows color (decimal): -679744 or 12624117. OLE color: 12624117.
HSL color Cylindrical-coordinate representation of color #F5A0C0: hue angle of 337.41º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F5A0C0 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 160 | 192 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.04 |
| HSL | 337.41º | 0.81% | 0.79% | - |
| HSV(B) | 337.41º | 0.35% | 0.96% | - |
| XYZ | 59.74 | 48.36 | 56.05 | - |
| YUV | 189.06 | 129.66 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 160 | 192 | 0 | 0.35 | 0.22 | 0.04 | 337.41 | 0.81 | 0.79 |
| Hex | F5 | A0 | C0 | 0 | 23 | 16 | 4 | 151 | 51 | 4F |
| Octal | 365 | 240 | 300 | 0 | 43 | 26 | 4 | 521 | 121 | 117 |
| Binary | 11110101 | 10100000 | 11000000 | 0 | 100011 | 10110 | 100 | 101010001 | 1010001 | 1001111 |
Color Harmonies of #F5A0C0
Complementary color
Monochromatic Colors of #F5A0C0
Black with #F5A0C0
Text Example
Text Example
White with #F5A0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A0C0; }
p { color: rgb(245,160,192); }
H1.HeaderClassName
{
color: #F5A0C0;
}
.AnyTagClassName
{
color: #F5A0C0;
}
</style>
background-color css
<style>
a { background-color: #F5A0C0; }
a { background-color: rgb(245,160,192); }
div.DivClassName
{
background-color: #F5A0C0;
}
.BgClassName
{
background-color: #F5A0C0;
}
</style>
border-color css
<style>
span { border-color: #F5A0C0; }
span { border-color: rgb(245,160,192); }
td.TdClassName
{
border-color: #F5A0C0;
}
.TagClassName
{
border-color: #F5A0C0;
}
</style>