Shades of Carnation Pink #F4A1C1
Tints of Carnation Pink #F4A1C1
RGB
CMYK
RGB Variations
Color information
#F4A1C1 (or 0xF4A1C1) is known color: Carnation Pink. HEX triplet: F4, A1 and C1. RGB value is (244,161,193). Sum of RGB (Red+Green+Blue) = 244+161+193=598 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.80% from 598); Green value is 161 (63.28% from 255 or 26.92% from 598); Blue value is 193 (75.78% from 255 or 32.27% from 598); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A1C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A1C1 is #0B5E3E. Grayscale: #BDBDBD. Windows color (decimal): -745023 or 12689908. OLE color: 12689908.
HSL color Cylindrical-coordinate representation of color #F4A1C1: hue angle of 336.87º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F4A1C1 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 161 | 193 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.04 |
| HSL | 336.87º | 0.79% | 0.79% | - |
| HSV(B) | 336.87º | 0.34% | 0.96% | - |
| XYZ | 59.68 | 48.57 | 56.68 | - |
| YUV | 189.47 | 130 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 161 | 193 | 0 | 0.34 | 0.21 | 0.04 | 336.87 | 0.79 | 0.79 |
| Hex | F4 | A1 | C1 | 0 | 22 | 15 | 4 | 151 | 4F | 4F |
| Octal | 364 | 241 | 301 | 0 | 42 | 25 | 4 | 521 | 117 | 117 |
| Binary | 11110100 | 10100001 | 11000001 | 0 | 100010 | 10101 | 100 | 101010001 | 1001111 | 1001111 |
Color Harmonies of #F4A1C1
Complementary color
Monochromatic Colors of #F4A1C1
Black with #F4A1C1
Text Example
Text Example
White with #F4A1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A1C1; }
p { color: rgb(244,161,193); }
H1.HeaderClassName
{
color: #F4A1C1;
}
.AnyTagClassName
{
color: #F4A1C1;
}
</style>
background-color css
<style>
a { background-color: #F4A1C1; }
a { background-color: rgb(244,161,193); }
div.DivClassName
{
background-color: #F4A1C1;
}
.BgClassName
{
background-color: #F4A1C1;
}
</style>
border-color css
<style>
span { border-color: #F4A1C1; }
span { border-color: rgb(244,161,193); }
td.TdClassName
{
border-color: #F4A1C1;
}
.TagClassName
{
border-color: #F4A1C1;
}
</style>