Shades of Carnation Pink #F6A3C4
Tints of Carnation Pink #F6A3C4
RGB
CMYK
RGB Variations
Color information
#F6A3C4 (or 0xF6A3C4) is known color: Carnation Pink. HEX triplet: F6, A3 and C4. RGB value is (246,163,196). Sum of RGB (Red+Green+Blue) = 246+163+196=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 163 (64.06% from 255 or 26.94% from 605); Blue value is 196 (76.95% from 255 or 32.40% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A3C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A3C4 is #095C3B. Grayscale: #BFBFBF. Windows color (decimal): -613436 or 12887030. OLE color: 12887030.
HSL color Cylindrical-coordinate representation of color #F6A3C4: hue angle of 336.14º 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 #F6A3C4 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 163 | 196 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.04 |
| HSL | 336.14º | 0.82% | 0.8% | - |
| HSV(B) | 336.14º | 0.34% | 0.96% | - |
| XYZ | 61.07 | 49.77 | 58.61 | - |
| YUV | 191.58 | 130.5 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 163 | 196 | 0 | 0.34 | 0.20 | 0.04 | 336.14 | 0.82 | 0.8 |
| Hex | F6 | A3 | C4 | 0 | 22 | 14 | 4 | 150 | 52 | 50 |
| Octal | 366 | 243 | 304 | 0 | 42 | 24 | 4 | 520 | 122 | 120 |
| Binary | 11110110 | 10100011 | 11000100 | 0 | 100010 | 10100 | 100 | 101010000 | 1010010 | 1010000 |
Color Harmonies of #F6A3C4
Complementary color
Monochromatic Colors of #F6A3C4
Black with #F6A3C4
Text Example
Text Example
White with #F6A3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A3C4; }
p { color: rgb(246,163,196); }
H1.HeaderClassName
{
color: #F6A3C4;
}
.AnyTagClassName
{
color: #F6A3C4;
}
</style>
background-color css
<style>
a { background-color: #F6A3C4; }
a { background-color: rgb(246,163,196); }
div.DivClassName
{
background-color: #F6A3C4;
}
.BgClassName
{
background-color: #F6A3C4;
}
</style>
border-color css
<style>
span { border-color: #F6A3C4; }
span { border-color: rgb(246,163,196); }
td.TdClassName
{
border-color: #F6A3C4;
}
.TagClassName
{
border-color: #F6A3C4;
}
</style>