Shades of Carnation Pink #F7A3BF
Tints of Carnation Pink #F7A3BF
RGB
CMYK
RGB Variations
Color information
#F7A3BF (or 0xF7A3BF) is known color: Carnation Pink. HEX triplet: F7, A3 and BF. RGB value is (247,163,191). Sum of RGB (Red+Green+Blue) = 247+163+191=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 163 (64.06% from 255 or 27.12% from 601); Blue value is 191 (75% from 255 or 31.78% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A3BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A3BF is #085C40. Grayscale: #BFBFBF. Windows color (decimal): -547905 or 12559351. OLE color: 12559351.
HSL color Cylindrical-coordinate representation of color #F7A3BF: hue angle of 340º 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 #F7A3BF is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 163 | 191 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.03 |
| HSL | 340º | 0.84% | 0.8% | - |
| HSV(B) | 340º | 0.34% | 0.97% | - |
| XYZ | 60.86 | 49.73 | 55.68 | - |
| YUV | 191.31 | 127.83 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 163 | 191 | 0 | 0.34 | 0.23 | 0.03 | 340 | 0.84 | 0.8 |
| Hex | F7 | A3 | BF | 0 | 22 | 17 | 3 | 154 | 54 | 50 |
| Octal | 367 | 243 | 277 | 0 | 42 | 27 | 3 | 524 | 124 | 120 |
| Binary | 11110111 | 10100011 | 10111111 | 0 | 100010 | 10111 | 11 | 101010100 | 1010100 | 1010000 |
Color Harmonies of #F7A3BF
Complementary color
Monochromatic Colors of #F7A3BF
Black with #F7A3BF
Text Example
Text Example
White with #F7A3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A3BF; }
p { color: rgb(247,163,191); }
H1.HeaderClassName
{
color: #F7A3BF;
}
.AnyTagClassName
{
color: #F7A3BF;
}
</style>
background-color css
<style>
a { background-color: #F7A3BF; }
a { background-color: rgb(247,163,191); }
div.DivClassName
{
background-color: #F7A3BF;
}
.BgClassName
{
background-color: #F7A3BF;
}
</style>
border-color css
<style>
span { border-color: #F7A3BF; }
span { border-color: rgb(247,163,191); }
td.TdClassName
{
border-color: #F7A3BF;
}
.TagClassName
{
border-color: #F7A3BF;
}
</style>