Shades of Carnation Pink #F5A2CA
Tints of Carnation Pink #F5A2CA
RGB
CMYK
RGB Variations
Color information
#F5A2CA (or 0xF5A2CA) is known color: Carnation Pink. HEX triplet: F5, A2 and CA. RGB value is (245,162,202). Sum of RGB (Red+Green+Blue) = 245+162+202=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 162 (63.67% from 255 or 26.60% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A2CA is #0A5D35. Grayscale: #BFBFBF. Windows color (decimal): -679222 or 13279989. OLE color: 13279989.
HSL color Cylindrical-coordinate representation of color #F5A2CA: hue angle of 331.08º degrees, saturation: 0.81, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F5A2CA is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 162 | 202 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.04 |
| HSL | 331.08º | 0.81% | 0.8% | - |
| HSV(B) | 331.08º | 0.34% | 0.96% | - |
| XYZ | 61.24 | 49.52 | 62.21 | - |
| YUV | 191.38 | 134 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 162 | 202 | 0 | 0.34 | 0.18 | 0.04 | 331.08 | 0.81 | 0.8 |
| Hex | F5 | A2 | CA | 0 | 22 | 12 | 4 | 14B | 51 | 50 |
| Octal | 365 | 242 | 312 | 0 | 42 | 22 | 4 | 513 | 121 | 120 |
| Binary | 11110101 | 10100010 | 11001010 | 0 | 100010 | 10010 | 100 | 101001011 | 1010001 | 1010000 |
Color Harmonies of #F5A2CA
Complementary color
Monochromatic Colors of #F5A2CA
Black with #F5A2CA
Text Example
Text Example
White with #F5A2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A2CA; }
p { color: rgb(245,162,202); }
H1.HeaderClassName
{
color: #F5A2CA;
}
.AnyTagClassName
{
color: #F5A2CA;
}
</style>
background-color css
<style>
a { background-color: #F5A2CA; }
a { background-color: rgb(245,162,202); }
div.DivClassName
{
background-color: #F5A2CA;
}
.BgClassName
{
background-color: #F5A2CA;
}
</style>
border-color css
<style>
span { border-color: #F5A2CA; }
span { border-color: rgb(245,162,202); }
td.TdClassName
{
border-color: #F5A2CA;
}
.TagClassName
{
border-color: #F5A2CA;
}
</style>