Shades of Carnation Pink #F3A7C9
Tints of Carnation Pink #F3A7C9
RGB
CMYK
RGB Variations
Color information
#F3A7C9 (or 0xF3A7C9) is known color: Carnation Pink. HEX triplet: F3, A7 and C9. RGB value is (243,167,201). Sum of RGB (Red+Green+Blue) = 243+167+201=611 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.77% from 611); Green value is 167 (65.62% from 255 or 27.33% from 611); Blue value is 201 (78.91% from 255 or 32.90% from 611); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A7C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A7C9 is #0C5836. Grayscale: #C1C1C1. Windows color (decimal): -809015 or 13215731. OLE color: 13215731.
HSL color Cylindrical-coordinate representation of color #F3A7C9: hue angle of 333.16º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F3A7C9 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 167 | 201 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.05 |
| HSL | 333.16º | 0.76% | 0.8% | - |
| HSV(B) | 333.16º | 0.31% | 0.95% | - |
| XYZ | 61.32 | 50.91 | 61.85 | - |
| YUV | 193.6 | 132.18 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 167 | 201 | 0 | 0.31 | 0.17 | 0.05 | 333.16 | 0.76 | 0.8 |
| Hex | F3 | A7 | C9 | 0 | 1F | 11 | 5 | 14D | 4C | 50 |
| Octal | 363 | 247 | 311 | 0 | 37 | 21 | 5 | 515 | 114 | 120 |
| Binary | 11110011 | 10100111 | 11001001 | 0 | 11111 | 10001 | 101 | 101001101 | 1001100 | 1010000 |
Color Harmonies of #F3A7C9
Complementary color
Monochromatic Colors of #F3A7C9
Black with #F3A7C9
Text Example
Text Example
White with #F3A7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A7C9; }
p { color: rgb(243,167,201); }
H1.HeaderClassName
{
color: #F3A7C9;
}
.AnyTagClassName
{
color: #F3A7C9;
}
</style>
background-color css
<style>
a { background-color: #F3A7C9; }
a { background-color: rgb(243,167,201); }
div.DivClassName
{
background-color: #F3A7C9;
}
.BgClassName
{
background-color: #F3A7C9;
}
</style>
border-color css
<style>
span { border-color: #F3A7C9; }
span { border-color: rgb(243,167,201); }
td.TdClassName
{
border-color: #F3A7C9;
}
.TagClassName
{
border-color: #F3A7C9;
}
</style>