Shades of Carnation Pink #F7A0BB
Tints of Carnation Pink #F7A0BB
RGB
CMYK
RGB Variations
Color information
#F7A0BB (or 0xF7A0BB) is known color: Carnation Pink. HEX triplet: F7, A0 and BB. RGB value is (247,160,187). Sum of RGB (Red+Green+Blue) = 247+160+187=594 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.58% from 594); Green value is 160 (62.89% from 255 or 26.94% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A0BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A0BB is #085F44. Grayscale: #BDBDBD. Windows color (decimal): -548677 or 12296439. OLE color: 12296439.
HSL color Cylindrical-coordinate representation of color #F7A0BB: hue angle of 341.38º 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 #F7A0BB is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 187 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.03 |
| HSL | 341.38º | 0.84% | 0.8% | - |
| HSV(B) | 341.38º | 0.35% | 0.97% | - |
| XYZ | 59.9 | 48.5 | 53.22 | - |
| YUV | 189.09 | 126.82 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 187 | 0 | 0.35 | 0.24 | 0.03 | 341.38 | 0.84 | 0.8 |
| Hex | F7 | A0 | BB | 0 | 23 | 18 | 3 | 155 | 54 | 50 |
| Octal | 367 | 240 | 273 | 0 | 43 | 30 | 3 | 525 | 124 | 120 |
| Binary | 11110111 | 10100000 | 10111011 | 0 | 100011 | 11000 | 11 | 101010101 | 1010100 | 1010000 |
Color Harmonies of #F7A0BB
Complementary color
Monochromatic Colors of #F7A0BB
Black with #F7A0BB
Text Example
Text Example
White with #F7A0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A0BB; }
p { color: rgb(247,160,187); }
H1.HeaderClassName
{
color: #F7A0BB;
}
.AnyTagClassName
{
color: #F7A0BB;
}
</style>
background-color css
<style>
a { background-color: #F7A0BB; }
a { background-color: rgb(247,160,187); }
div.DivClassName
{
background-color: #F7A0BB;
}
.BgClassName
{
background-color: #F7A0BB;
}
</style>
border-color css
<style>
span { border-color: #F7A0BB; }
span { border-color: rgb(247,160,187); }
td.TdClassName
{
border-color: #F7A0BB;
}
.TagClassName
{
border-color: #F7A0BB;
}
</style>