Shades of Carnation Pink #F6A0C9
Tints of Carnation Pink #F6A0C9
RGB
CMYK
RGB Variations
Color information
#F6A0C9 (or 0xF6A0C9) is known color: Carnation Pink. HEX triplet: F6, A0 and C9. RGB value is (246,160,201). Sum of RGB (Red+Green+Blue) = 246+160+201=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 160 (62.89% from 255 or 26.36% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A0C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A0C9 is #095F36. Grayscale: #BEBEBE. Windows color (decimal): -614199 or 13213942. OLE color: 13213942.
HSL color Cylindrical-coordinate representation of color #F6A0C9: hue angle of 331.4º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F6A0C9 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 160 | 201 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.04 |
| HSL | 331.4º | 0.83% | 0.8% | - |
| HSV(B) | 331.4º | 0.35% | 0.96% | - |
| XYZ | 61.12 | 48.95 | 61.49 | - |
| YUV | 190.39 | 133.99 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 160 | 201 | 0 | 0.35 | 0.18 | 0.04 | 331.4 | 0.83 | 0.8 |
| Hex | F6 | A0 | C9 | 0 | 23 | 12 | 4 | 14B | 53 | 50 |
| Octal | 366 | 240 | 311 | 0 | 43 | 22 | 4 | 513 | 123 | 120 |
| Binary | 11110110 | 10100000 | 11001001 | 0 | 100011 | 10010 | 100 | 101001011 | 1010011 | 1010000 |
Color Harmonies of #F6A0C9
Complementary color
Monochromatic Colors of #F6A0C9
Black with #F6A0C9
Text Example
Text Example
White with #F6A0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A0C9; }
p { color: rgb(246,160,201); }
H1.HeaderClassName
{
color: #F6A0C9;
}
.AnyTagClassName
{
color: #F6A0C9;
}
</style>
background-color css
<style>
a { background-color: #F6A0C9; }
a { background-color: rgb(246,160,201); }
div.DivClassName
{
background-color: #F6A0C9;
}
.BgClassName
{
background-color: #F6A0C9;
}
</style>
border-color css
<style>
span { border-color: #F6A0C9; }
span { border-color: rgb(246,160,201); }
td.TdClassName
{
border-color: #F6A0C9;
}
.TagClassName
{
border-color: #F6A0C9;
}
</style>