Shades of Carnation Pink #F4A5C9
Tints of Carnation Pink #F4A5C9
RGB
CMYK
RGB Variations
Color information
#F4A5C9 (or 0xF4A5C9) is known color: Carnation Pink. HEX triplet: F4, A5 and C9. RGB value is (244,165,201). Sum of RGB (Red+Green+Blue) = 244+165+201=610 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40% from 610); Green value is 165 (64.84% from 255 or 27.05% from 610); Blue value is 201 (78.91% from 255 or 32.95% from 610); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A5C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A5C9 is #0B5A36. Grayscale: #C0C0C0. Windows color (decimal): -743991 or 13215220. OLE color: 13215220.
HSL color Cylindrical-coordinate representation of color #F4A5C9: hue angle of 332.66º 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 #F4A5C9 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 165 | 201 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.04 |
| HSL | 332.66º | 0.78% | 0.8% | - |
| HSV(B) | 332.66º | 0.32% | 0.96% | - |
| XYZ | 61.31 | 50.36 | 61.75 | - |
| YUV | 192.73 | 132.67 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 165 | 201 | 0 | 0.32 | 0.18 | 0.04 | 332.66 | 0.78 | 0.8 |
| Hex | F4 | A5 | C9 | 0 | 20 | 12 | 4 | 14D | 4E | 50 |
| Octal | 364 | 245 | 311 | 0 | 40 | 22 | 4 | 515 | 116 | 120 |
| Binary | 11110100 | 10100101 | 11001001 | 0 | 100000 | 10010 | 100 | 101001101 | 1001110 | 1010000 |
Color Harmonies of #F4A5C9
Complementary color
Monochromatic Colors of #F4A5C9
Black with #F4A5C9
Text Example
Text Example
White with #F4A5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A5C9; }
p { color: rgb(244,165,201); }
H1.HeaderClassName
{
color: #F4A5C9;
}
.AnyTagClassName
{
color: #F4A5C9;
}
</style>
background-color css
<style>
a { background-color: #F4A5C9; }
a { background-color: rgb(244,165,201); }
div.DivClassName
{
background-color: #F4A5C9;
}
.BgClassName
{
background-color: #F4A5C9;
}
</style>
border-color css
<style>
span { border-color: #F4A5C9; }
span { border-color: rgb(244,165,201); }
td.TdClassName
{
border-color: #F4A5C9;
}
.TagClassName
{
border-color: #F4A5C9;
}
</style>