Shades of Carnation Pink #F7A4CA
Tints of Carnation Pink #F7A4CA
RGB
CMYK
RGB Variations
Color information
#F7A4CA (or 0xF7A4CA) is known color: Carnation Pink. HEX triplet: F7, A4 and CA. RGB value is (247,164,202). Sum of RGB (Red+Green+Blue) = 247+164+202=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 164 (64.45% from 255 or 26.75% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A4CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A4CA is #085B35. Grayscale: #C1C1C1. Windows color (decimal): -547638 or 13280503. OLE color: 13280503.
HSL color Cylindrical-coordinate representation of color #F7A4CA: hue angle of 332.53º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F7A4CA is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 164 | 202 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.03 |
| HSL | 332.53º | 0.84% | 0.81% | - |
| HSV(B) | 332.53º | 0.34% | 0.97% | - |
| XYZ | 62.29 | 50.59 | 62.36 | - |
| YUV | 193.15 | 133 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 164 | 202 | 0 | 0.34 | 0.18 | 0.03 | 332.53 | 0.84 | 0.81 |
| Hex | F7 | A4 | CA | 0 | 22 | 12 | 3 | 14D | 54 | 51 |
| Octal | 367 | 244 | 312 | 0 | 42 | 22 | 3 | 515 | 124 | 121 |
| Binary | 11110111 | 10100100 | 11001010 | 0 | 100010 | 10010 | 11 | 101001101 | 1010100 | 1010001 |
Color Harmonies of #F7A4CA
Complementary color
Monochromatic Colors of #F7A4CA
Black with #F7A4CA
Text Example
Text Example
White with #F7A4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A4CA; }
p { color: rgb(247,164,202); }
H1.HeaderClassName
{
color: #F7A4CA;
}
.AnyTagClassName
{
color: #F7A4CA;
}
</style>
background-color css
<style>
a { background-color: #F7A4CA; }
a { background-color: rgb(247,164,202); }
div.DivClassName
{
background-color: #F7A4CA;
}
.BgClassName
{
background-color: #F7A4CA;
}
</style>
border-color css
<style>
span { border-color: #F7A4CA; }
span { border-color: rgb(247,164,202); }
td.TdClassName
{
border-color: #F7A4CA;
}
.TagClassName
{
border-color: #F7A4CA;
}
</style>