Shades of Carnation Pink #F7A3CA
Tints of Carnation Pink #F7A3CA
RGB
CMYK
RGB Variations
Color information
#F7A3CA (or 0xF7A3CA) is known color: Carnation Pink. HEX triplet: F7, A3 and CA. RGB value is (247,163,202). Sum of RGB (Red+Green+Blue) = 247+163+202=612 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.36% from 612); Green value is 163 (64.06% from 255 or 26.63% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A3CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A3CA is #085C35. Grayscale: #C0C0C0. Windows color (decimal): -547894 or 13280247. OLE color: 13280247.
HSL color Cylindrical-coordinate representation of color #F7A3CA: hue angle of 332.14º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F7A3CA is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 163 | 202 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.03 |
| HSL | 332.14º | 0.84% | 0.8% | - |
| HSV(B) | 332.14º | 0.34% | 0.97% | - |
| XYZ | 62.12 | 50.23 | 62.3 | - |
| YUV | 192.56 | 133.33 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 163 | 202 | 0 | 0.34 | 0.18 | 0.03 | 332.14 | 0.84 | 0.8 |
| Hex | F7 | A3 | CA | 0 | 22 | 12 | 3 | 14C | 54 | 50 |
| Octal | 367 | 243 | 312 | 0 | 42 | 22 | 3 | 514 | 124 | 120 |
| Binary | 11110111 | 10100011 | 11001010 | 0 | 100010 | 10010 | 11 | 101001100 | 1010100 | 1010000 |
Color Harmonies of #F7A3CA
Complementary color
Monochromatic Colors of #F7A3CA
Black with #F7A3CA
Text Example
Text Example
White with #F7A3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A3CA; }
p { color: rgb(247,163,202); }
H1.HeaderClassName
{
color: #F7A3CA;
}
.AnyTagClassName
{
color: #F7A3CA;
}
</style>
background-color css
<style>
a { background-color: #F7A3CA; }
a { background-color: rgb(247,163,202); }
div.DivClassName
{
background-color: #F7A3CA;
}
.BgClassName
{
background-color: #F7A3CA;
}
</style>
border-color css
<style>
span { border-color: #F7A3CA; }
span { border-color: rgb(247,163,202); }
td.TdClassName
{
border-color: #F7A3CA;
}
.TagClassName
{
border-color: #F7A3CA;
}
</style>