Shades of Carnation Pink #F7A2BF
Tints of Carnation Pink #F7A2BF
RGB
CMYK
RGB Variations
Color information
#F7A2BF (or 0xF7A2BF) is known color: Carnation Pink. HEX triplet: F7, A2 and BF. RGB value is (247,162,191). Sum of RGB (Red+Green+Blue) = 247+162+191=600 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.17% from 600); Green value is 162 (63.67% from 255 or 27% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A2BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A2BF is #085D40. Grayscale: #BEBEBE. Windows color (decimal): -548161 or 12559095. OLE color: 12559095.
HSL color Cylindrical-coordinate representation of color #F7A2BF: hue angle of 339.53º 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 #F7A2BF is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 162 | 191 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.03 |
| HSL | 339.53º | 0.84% | 0.8% | - |
| HSV(B) | 339.53º | 0.34% | 0.97% | - |
| XYZ | 60.68 | 49.38 | 55.62 | - |
| YUV | 190.72 | 128.16 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 162 | 191 | 0 | 0.34 | 0.23 | 0.03 | 339.53 | 0.84 | 0.8 |
| Hex | F7 | A2 | BF | 0 | 22 | 17 | 3 | 154 | 54 | 50 |
| Octal | 367 | 242 | 277 | 0 | 42 | 27 | 3 | 524 | 124 | 120 |
| Binary | 11110111 | 10100010 | 10111111 | 0 | 100010 | 10111 | 11 | 101010100 | 1010100 | 1010000 |
Color Harmonies of #F7A2BF
Complementary color
Monochromatic Colors of #F7A2BF
Black with #F7A2BF
Text Example
Text Example
White with #F7A2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A2BF; }
p { color: rgb(247,162,191); }
H1.HeaderClassName
{
color: #F7A2BF;
}
.AnyTagClassName
{
color: #F7A2BF;
}
</style>
background-color css
<style>
a { background-color: #F7A2BF; }
a { background-color: rgb(247,162,191); }
div.DivClassName
{
background-color: #F7A2BF;
}
.BgClassName
{
background-color: #F7A2BF;
}
</style>
border-color css
<style>
span { border-color: #F7A2BF; }
span { border-color: rgb(247,162,191); }
td.TdClassName
{
border-color: #F7A2BF;
}
.TagClassName
{
border-color: #F7A2BF;
}
</style>