Shades of Carnation Pink #F6A3C1
Tints of Carnation Pink #F6A3C1
RGB
CMYK
RGB Variations
Color information
#F6A3C1 (or 0xF6A3C1) is known color: Carnation Pink. HEX triplet: F6, A3 and C1. RGB value is (246,163,193). Sum of RGB (Red+Green+Blue) = 246+163+193=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 163 (64.06% from 255 or 27.08% from 602); Blue value is 193 (75.78% from 255 or 32.06% from 602); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A3C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A3C1 is #095C3E. Grayscale: #BFBFBF. Windows color (decimal): -613439 or 12690422. OLE color: 12690422.
HSL color Cylindrical-coordinate representation of color #F6A3C1: hue angle of 338.31º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F6A3C1 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 163 | 193 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.04 |
| HSL | 338.31º | 0.82% | 0.8% | - |
| HSV(B) | 338.31º | 0.34% | 0.96% | - |
| XYZ | 60.73 | 49.64 | 56.83 | - |
| YUV | 191.24 | 129 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 163 | 193 | 0 | 0.34 | 0.22 | 0.04 | 338.31 | 0.82 | 0.8 |
| Hex | F6 | A3 | C1 | 0 | 22 | 16 | 4 | 152 | 52 | 50 |
| Octal | 366 | 243 | 301 | 0 | 42 | 26 | 4 | 522 | 122 | 120 |
| Binary | 11110110 | 10100011 | 11000001 | 0 | 100010 | 10110 | 100 | 101010010 | 1010010 | 1010000 |
Color Harmonies of #F6A3C1
Complementary color
Monochromatic Colors of #F6A3C1
Black with #F6A3C1
Text Example
Text Example
White with #F6A3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A3C1; }
p { color: rgb(246,163,193); }
H1.HeaderClassName
{
color: #F6A3C1;
}
.AnyTagClassName
{
color: #F6A3C1;
}
</style>
background-color css
<style>
a { background-color: #F6A3C1; }
a { background-color: rgb(246,163,193); }
div.DivClassName
{
background-color: #F6A3C1;
}
.BgClassName
{
background-color: #F6A3C1;
}
</style>
border-color css
<style>
span { border-color: #F6A3C1; }
span { border-color: rgb(246,163,193); }
td.TdClassName
{
border-color: #F6A3C1;
}
.TagClassName
{
border-color: #F6A3C1;
}
</style>