Shades of Carnation Pink #F7A1BC
Tints of Carnation Pink #F7A1BC
RGB
CMYK
RGB Variations
Color information
#F7A1BC (or 0xF7A1BC) is known color: Carnation Pink. HEX triplet: F7, A1 and BC. RGB value is (247,161,188). Sum of RGB (Red+Green+Blue) = 247+161+188=596 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.44% from 596); Green value is 161 (63.28% from 255 or 27.01% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A1BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A1BC is #085E43. Grayscale: #BDBDBD. Windows color (decimal): -548420 or 12362231. OLE color: 12362231.
HSL color Cylindrical-coordinate representation of color #F7A1BC: hue angle of 341.16º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F7A1BC is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 161 | 188 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.03 |
| HSL | 341.16º | 0.84% | 0.8% | - |
| HSV(B) | 341.16º | 0.35% | 0.97% | - |
| XYZ | 60.18 | 48.89 | 53.84 | - |
| YUV | 189.79 | 126.99 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 161 | 188 | 0 | 0.35 | 0.24 | 0.03 | 341.16 | 0.84 | 0.8 |
| Hex | F7 | A1 | BC | 0 | 23 | 18 | 3 | 155 | 54 | 50 |
| Octal | 367 | 241 | 274 | 0 | 43 | 30 | 3 | 525 | 124 | 120 |
| Binary | 11110111 | 10100001 | 10111100 | 0 | 100011 | 11000 | 11 | 101010101 | 1010100 | 1010000 |
Color Harmonies of #F7A1BC
Complementary color
Monochromatic Colors of #F7A1BC
Black with #F7A1BC
Text Example
Text Example
White with #F7A1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A1BC; }
p { color: rgb(247,161,188); }
H1.HeaderClassName
{
color: #F7A1BC;
}
.AnyTagClassName
{
color: #F7A1BC;
}
</style>
background-color css
<style>
a { background-color: #F7A1BC; }
a { background-color: rgb(247,161,188); }
div.DivClassName
{
background-color: #F7A1BC;
}
.BgClassName
{
background-color: #F7A1BC;
}
</style>
border-color css
<style>
span { border-color: #F7A1BC; }
span { border-color: rgb(247,161,188); }
td.TdClassName
{
border-color: #F7A1BC;
}
.TagClassName
{
border-color: #F7A1BC;
}
</style>