Shades of Carnation Pink #F9A1CB
Tints of Carnation Pink #F9A1CB
RGB
CMYK
RGB Variations
Color information
#F9A1CB (or 0xF9A1CB) is known color: Carnation Pink. HEX triplet: F9, A1 and CB. RGB value is (249,161,203). Sum of RGB (Red+Green+Blue) = 249+161+203=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 161 (63.28% from 255 or 26.26% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A1CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A1CB is #065E34. Grayscale: #C0C0C0. Windows color (decimal): -417333 or 13345273. OLE color: 13345273.
HSL color Cylindrical-coordinate representation of color #F9A1CB: hue angle of 331.36º 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 #F9A1CB is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 161 | 203 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.02 |
| HSL | 331.36º | 0.88% | 0.8% | - |
| HSV(B) | 331.36º | 0.35% | 0.98% | - |
| XYZ | 62.59 | 49.94 | 62.84 | - |
| YUV | 192.1 | 134.15 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 161 | 203 | 0 | 0.35 | 0.18 | 0.02 | 331.36 | 0.88 | 0.8 |
| Hex | F9 | A1 | CB | 0 | 23 | 12 | 2 | 14B | 58 | 50 |
| Octal | 371 | 241 | 313 | 0 | 43 | 22 | 2 | 513 | 130 | 120 |
| Binary | 11111001 | 10100001 | 11001011 | 0 | 100011 | 10010 | 10 | 101001011 | 1011000 | 1010000 |
Color Harmonies of #F9A1CB
Complementary color
Monochromatic Colors of #F9A1CB
Black with #F9A1CB
Text Example
Text Example
White with #F9A1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A1CB; }
p { color: rgb(249,161,203); }
H1.HeaderClassName
{
color: #F9A1CB;
}
.AnyTagClassName
{
color: #F9A1CB;
}
</style>
background-color css
<style>
a { background-color: #F9A1CB; }
a { background-color: rgb(249,161,203); }
div.DivClassName
{
background-color: #F9A1CB;
}
.BgClassName
{
background-color: #F9A1CB;
}
</style>
border-color css
<style>
span { border-color: #F9A1CB; }
span { border-color: rgb(249,161,203); }
td.TdClassName
{
border-color: #F9A1CB;
}
.TagClassName
{
border-color: #F9A1CB;
}
</style>