Shades of Carnation Pink #F4A6C7
Tints of Carnation Pink #F4A6C7
RGB
CMYK
RGB Variations
Color information
#F4A6C7 (or 0xF4A6C7) is known color: Carnation Pink. HEX triplet: F4, A6 and C7. RGB value is (244,166,199). Sum of RGB (Red+Green+Blue) = 244+166+199=609 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.07% from 609); Green value is 166 (65.23% from 255 or 27.26% from 609); Blue value is 199 (78.12% from 255 or 32.68% from 609); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A6C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A6C7 is #0B5938. Grayscale: #C1C1C1. Windows color (decimal): -743737 or 13084404. OLE color: 13084404.
HSL color Cylindrical-coordinate representation of color #F4A6C7: hue angle of 334.62º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F4A6C7 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 166 | 199 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.04 |
| HSL | 334.62º | 0.78% | 0.8% | - |
| HSV(B) | 334.62º | 0.32% | 0.96% | - |
| XYZ | 61.25 | 50.63 | 60.58 | - |
| YUV | 193.08 | 131.34 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 166 | 199 | 0 | 0.32 | 0.18 | 0.04 | 334.62 | 0.78 | 0.8 |
| Hex | F4 | A6 | C7 | 0 | 20 | 12 | 4 | 14F | 4E | 50 |
| Octal | 364 | 246 | 307 | 0 | 40 | 22 | 4 | 517 | 116 | 120 |
| Binary | 11110100 | 10100110 | 11000111 | 0 | 100000 | 10010 | 100 | 101001111 | 1001110 | 1010000 |
Color Harmonies of #F4A6C7
Complementary color
Monochromatic Colors of #F4A6C7
Black with #F4A6C7
Text Example
Text Example
White with #F4A6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A6C7; }
p { color: rgb(244,166,199); }
H1.HeaderClassName
{
color: #F4A6C7;
}
.AnyTagClassName
{
color: #F4A6C7;
}
</style>
background-color css
<style>
a { background-color: #F4A6C7; }
a { background-color: rgb(244,166,199); }
div.DivClassName
{
background-color: #F4A6C7;
}
.BgClassName
{
background-color: #F4A6C7;
}
</style>
border-color css
<style>
span { border-color: #F4A6C7; }
span { border-color: rgb(244,166,199); }
td.TdClassName
{
border-color: #F4A6C7;
}
.TagClassName
{
border-color: #F4A6C7;
}
</style>