Shades of Carnation Pink #F4A1C3
Tints of Carnation Pink #F4A1C3
RGB
CMYK
RGB Variations
Color information
#F4A1C3 (or 0xF4A1C3) is known color: Carnation Pink. HEX triplet: F4, A1 and C3. RGB value is (244,161,195). Sum of RGB (Red+Green+Blue) = 244+161+195=600 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.67% from 600); Green value is 161 (63.28% from 255 or 26.83% from 600); Blue value is 195 (76.56% from 255 or 32.5% from 600); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A1C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A1C3 is #0B5E3C. Grayscale: #BDBDBD. Windows color (decimal): -745021 or 12820980. OLE color: 12820980.
HSL color Cylindrical-coordinate representation of color #F4A1C3: hue angle of 335.42º 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 #F4A1C3 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 161 | 195 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.04 |
| HSL | 335.42º | 0.79% | 0.79% | - |
| HSV(B) | 335.42º | 0.34% | 0.96% | - |
| XYZ | 59.9 | 48.66 | 57.87 | - |
| YUV | 189.69 | 131 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 161 | 195 | 0 | 0.34 | 0.20 | 0.04 | 335.42 | 0.79 | 0.79 |
| Hex | F4 | A1 | C3 | 0 | 22 | 14 | 4 | 14F | 4F | 4F |
| Octal | 364 | 241 | 303 | 0 | 42 | 24 | 4 | 517 | 117 | 117 |
| Binary | 11110100 | 10100001 | 11000011 | 0 | 100010 | 10100 | 100 | 101001111 | 1001111 | 1001111 |
Color Harmonies of #F4A1C3
Complementary color
Monochromatic Colors of #F4A1C3
Black with #F4A1C3
Text Example
Text Example
White with #F4A1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A1C3; }
p { color: rgb(244,161,195); }
H1.HeaderClassName
{
color: #F4A1C3;
}
.AnyTagClassName
{
color: #F4A1C3;
}
</style>
background-color css
<style>
a { background-color: #F4A1C3; }
a { background-color: rgb(244,161,195); }
div.DivClassName
{
background-color: #F4A1C3;
}
.BgClassName
{
background-color: #F4A1C3;
}
</style>
border-color css
<style>
span { border-color: #F4A1C3; }
span { border-color: rgb(244,161,195); }
td.TdClassName
{
border-color: #F4A1C3;
}
.TagClassName
{
border-color: #F4A1C3;
}
</style>