Shades of Carnation Pink #F7A2BC
Tints of Carnation Pink #F7A2BC
RGB
CMYK
RGB Variations
Color information
#F7A2BC (or 0xF7A2BC) is known color: Carnation Pink. HEX triplet: F7, A2 and BC. RGB value is (247,162,188). Sum of RGB (Red+Green+Blue) = 247+162+188=597 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.37% from 597); Green value is 162 (63.67% from 255 or 27.14% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A2BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A2BC is #085D43. Grayscale: #BEBEBE. Windows color (decimal): -548164 or 12362487. OLE color: 12362487.
HSL color Cylindrical-coordinate representation of color #F7A2BC: hue angle of 341.65º 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 #F7A2BC is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 162 | 188 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.03 |
| HSL | 341.65º | 0.84% | 0.8% | - |
| HSV(B) | 341.65º | 0.34% | 0.97% | - |
| XYZ | 60.36 | 49.25 | 53.9 | - |
| YUV | 190.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 162 | 188 | 0 | 0.34 | 0.24 | 0.03 | 341.65 | 0.84 | 0.8 |
| Hex | F7 | A2 | BC | 0 | 22 | 18 | 3 | 156 | 54 | 50 |
| Octal | 367 | 242 | 274 | 0 | 42 | 30 | 3 | 526 | 124 | 120 |
| Binary | 11110111 | 10100010 | 10111100 | 0 | 100010 | 11000 | 11 | 101010110 | 1010100 | 1010000 |
Color Harmonies of #F7A2BC
Complementary color
Monochromatic Colors of #F7A2BC
Black with #F7A2BC
Text Example
Text Example
White with #F7A2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A2BC; }
p { color: rgb(247,162,188); }
H1.HeaderClassName
{
color: #F7A2BC;
}
.AnyTagClassName
{
color: #F7A2BC;
}
</style>
background-color css
<style>
a { background-color: #F7A2BC; }
a { background-color: rgb(247,162,188); }
div.DivClassName
{
background-color: #F7A2BC;
}
.BgClassName
{
background-color: #F7A2BC;
}
</style>
border-color css
<style>
span { border-color: #F7A2BC; }
span { border-color: rgb(247,162,188); }
td.TdClassName
{
border-color: #F7A2BC;
}
.TagClassName
{
border-color: #F7A2BC;
}
</style>