Shades of Carnation Pink #F6A0CA
Tints of Carnation Pink #F6A0CA
RGB
CMYK
RGB Variations
Color information
#F6A0CA (or 0xF6A0CA) is known color: Carnation Pink. HEX triplet: F6, A0 and CA. RGB value is (246,160,202). Sum of RGB (Red+Green+Blue) = 246+160+202=608 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.46% from 608); Green value is 160 (62.89% from 255 or 26.32% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A0CA is #095F35. Grayscale: #BEBEBE. Windows color (decimal): -614198 or 13279478. OLE color: 13279478.
HSL color Cylindrical-coordinate representation of color #F6A0CA: hue angle of 330.7º 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 #F6A0CA is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 160 | 202 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.04 |
| HSL | 330.7º | 0.83% | 0.8% | - |
| HSV(B) | 330.7º | 0.35% | 0.96% | - |
| XYZ | 61.24 | 49 | 62.11 | - |
| YUV | 190.5 | 134.49 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 160 | 202 | 0 | 0.35 | 0.18 | 0.04 | 330.7 | 0.83 | 0.8 |
| Hex | F6 | A0 | CA | 0 | 23 | 12 | 4 | 14B | 53 | 50 |
| Octal | 366 | 240 | 312 | 0 | 43 | 22 | 4 | 513 | 123 | 120 |
| Binary | 11110110 | 10100000 | 11001010 | 0 | 100011 | 10010 | 100 | 101001011 | 1010011 | 1010000 |
Color Harmonies of #F6A0CA
Complementary color
Monochromatic Colors of #F6A0CA
Black with #F6A0CA
Text Example
Text Example
White with #F6A0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A0CA; }
p { color: rgb(246,160,202); }
H1.HeaderClassName
{
color: #F6A0CA;
}
.AnyTagClassName
{
color: #F6A0CA;
}
</style>
background-color css
<style>
a { background-color: #F6A0CA; }
a { background-color: rgb(246,160,202); }
div.DivClassName
{
background-color: #F6A0CA;
}
.BgClassName
{
background-color: #F6A0CA;
}
</style>
border-color css
<style>
span { border-color: #F6A0CA; }
span { border-color: rgb(246,160,202); }
td.TdClassName
{
border-color: #F6A0CA;
}
.TagClassName
{
border-color: #F6A0CA;
}
</style>