Shades of Carnation Pink #F9A1CD
Tints of Carnation Pink #F9A1CD
RGB
CMYK
RGB Variations
Color information
#F9A1CD (or 0xF9A1CD) is known color: Carnation Pink. HEX triplet: F9, A1 and CD. RGB value is (249,161,205). Sum of RGB (Red+Green+Blue) = 249+161+205=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 161 (63.28% from 255 or 26.18% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A1CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A1CD is #065E32. Grayscale: #C0C0C0. Windows color (decimal): -417331 or 13476345. OLE color: 13476345.
HSL color Cylindrical-coordinate representation of color #F9A1CD: hue angle of 330º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9A1CD is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 161 | 205 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.02 |
| HSL | 330º | 0.88% | 0.8% | - |
| HSV(B) | 330º | 0.35% | 0.98% | - |
| XYZ | 62.83 | 50.04 | 64.1 | - |
| YUV | 192.33 | 135.15 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 161 | 205 | 0 | 0.35 | 0.18 | 0.02 | 330 | 0.88 | 0.8 |
| Hex | F9 | A1 | CD | 0 | 23 | 12 | 2 | 14A | 58 | 50 |
| Octal | 371 | 241 | 315 | 0 | 43 | 22 | 2 | 512 | 130 | 120 |
| Binary | 11111001 | 10100001 | 11001101 | 0 | 100011 | 10010 | 10 | 101001010 | 1011000 | 1010000 |
Color Harmonies of #F9A1CD
Complementary color
Monochromatic Colors of #F9A1CD
Black with #F9A1CD
Text Example
Text Example
White with #F9A1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A1CD; }
p { color: rgb(249,161,205); }
H1.HeaderClassName
{
color: #F9A1CD;
}
.AnyTagClassName
{
color: #F9A1CD;
}
</style>
background-color css
<style>
a { background-color: #F9A1CD; }
a { background-color: rgb(249,161,205); }
div.DivClassName
{
background-color: #F9A1CD;
}
.BgClassName
{
background-color: #F9A1CD;
}
</style>
border-color css
<style>
span { border-color: #F9A1CD; }
span { border-color: rgb(249,161,205); }
td.TdClassName
{
border-color: #F9A1CD;
}
.TagClassName
{
border-color: #F9A1CD;
}
</style>