Shades of Carnation Pink #F5A0BF
Tints of Carnation Pink #F5A0BF
RGB
CMYK
RGB Variations
Color information
#F5A0BF (or 0xF5A0BF) is known color: Carnation Pink. HEX triplet: F5, A0 and BF. RGB value is (245,160,191). Sum of RGB (Red+Green+Blue) = 245+160+191=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 160 (62.89% from 255 or 26.85% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A0BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A0BF is #0A5F40. Grayscale: #BCBCBC. Windows color (decimal): -679745 or 12558581. OLE color: 12558581.
HSL color Cylindrical-coordinate representation of color #F5A0BF: hue angle of 338.12º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F5A0BF is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 160 | 191 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.04 |
| HSL | 338.12º | 0.81% | 0.79% | - |
| HSV(B) | 338.12º | 0.35% | 0.96% | - |
| XYZ | 59.63 | 48.32 | 55.47 | - |
| YUV | 188.95 | 129.16 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 160 | 191 | 0 | 0.35 | 0.22 | 0.04 | 338.12 | 0.81 | 0.79 |
| Hex | F5 | A0 | BF | 0 | 23 | 16 | 4 | 152 | 51 | 4F |
| Octal | 365 | 240 | 277 | 0 | 43 | 26 | 4 | 522 | 121 | 117 |
| Binary | 11110101 | 10100000 | 10111111 | 0 | 100011 | 10110 | 100 | 101010010 | 1010001 | 1001111 |
Color Harmonies of #F5A0BF
Complementary color
Monochromatic Colors of #F5A0BF
Black with #F5A0BF
Text Example
Text Example
White with #F5A0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A0BF; }
p { color: rgb(245,160,191); }
H1.HeaderClassName
{
color: #F5A0BF;
}
.AnyTagClassName
{
color: #F5A0BF;
}
</style>
background-color css
<style>
a { background-color: #F5A0BF; }
a { background-color: rgb(245,160,191); }
div.DivClassName
{
background-color: #F5A0BF;
}
.BgClassName
{
background-color: #F5A0BF;
}
</style>
border-color css
<style>
span { border-color: #F5A0BF; }
span { border-color: rgb(245,160,191); }
td.TdClassName
{
border-color: #F5A0BF;
}
.TagClassName
{
border-color: #F5A0BF;
}
</style>