Shades of Carnation Pink #F0A6C5
Tints of Carnation Pink #F0A6C5
RGB
CMYK
RGB Variations
Color information
#F0A6C5 (or 0xF0A6C5) is known color: Carnation Pink. HEX triplet: F0, A6 and C5. RGB value is (240,166,197). Sum of RGB (Red+Green+Blue) = 240+166+197=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 166 (65.23% from 255 or 27.53% from 603); Blue value is 197 (77.34% from 255 or 32.67% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A6C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A6C5 is #0F593A. Grayscale: #BFBFBF. Windows color (decimal): -1005883 or 12953328. OLE color: 12953328.
HSL color Cylindrical-coordinate representation of color #F0A6C5: hue angle of 334.86º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0A6C5 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 166 | 197 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.06 |
| HSL | 334.86º | 0.71% | 0.8% | - |
| HSV(B) | 334.86º | 0.31% | 0.94% | - |
| XYZ | 59.65 | 49.83 | 59.3 | - |
| YUV | 191.66 | 131.02 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 166 | 197 | 0 | 0.31 | 0.18 | 0.06 | 334.86 | 0.71 | 0.8 |
| Hex | F0 | A6 | C5 | 0 | 1F | 12 | 6 | 14F | 47 | 50 |
| Octal | 360 | 246 | 305 | 0 | 37 | 22 | 6 | 517 | 107 | 120 |
| Binary | 11110000 | 10100110 | 11000101 | 0 | 11111 | 10010 | 110 | 101001111 | 1000111 | 1010000 |
Color Harmonies of #F0A6C5
Complementary color
Monochromatic Colors of #F0A6C5
Black with #F0A6C5
Text Example
Text Example
White with #F0A6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A6C5; }
p { color: rgb(240,166,197); }
H1.HeaderClassName
{
color: #F0A6C5;
}
.AnyTagClassName
{
color: #F0A6C5;
}
</style>
background-color css
<style>
a { background-color: #F0A6C5; }
a { background-color: rgb(240,166,197); }
div.DivClassName
{
background-color: #F0A6C5;
}
.BgClassName
{
background-color: #F0A6C5;
}
</style>
border-color css
<style>
span { border-color: #F0A6C5; }
span { border-color: rgb(240,166,197); }
td.TdClassName
{
border-color: #F0A6C5;
}
.TagClassName
{
border-color: #F0A6C5;
}
</style>