Shades of Pink #F9C0CA
Tints of Pink #F9C0CA
RGB
CMYK
RGB Variations
Color information
#F9C0CA (or 0xF9C0CA) is known color: Pink. HEX triplet: F9, C0 and CA. RGB value is (249,192,202). Sum of RGB (Red+Green+Blue) = 249+192+202=643 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.72% from 643); Green value is 192 (75.39% from 255 or 29.86% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C0CA is #063F35. Grayscale: #D2D2D2. Windows color (decimal): -409398 or 13287673. OLE color: 13287673.
HSL color Cylindrical-coordinate representation of color #F9C0CA: hue angle of 349.47º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9C0CA is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 202 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.02 |
| HSL | 349.47º | 0.83% | 0.86% | - |
| HSV(B) | 349.47º | 0.23% | 0.98% | - |
| XYZ | 68.58 | 62.1 | 64.25 | - |
| YUV | 210.18 | 123.38 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 202 | 0 | 0.23 | 0.19 | 0.02 | 349.47 | 0.83 | 0.86 |
| Hex | F9 | C0 | CA | 0 | 17 | 13 | 2 | 15D | 53 | 56 |
| Octal | 371 | 300 | 312 | 0 | 27 | 23 | 2 | 535 | 123 | 126 |
| Binary | 11111001 | 11000000 | 11001010 | 0 | 10111 | 10011 | 10 | 101011101 | 1010011 | 1010110 |
Color Harmonies of #F9C0CA
Complementary color
Monochromatic Colors of #F9C0CA
Black with #F9C0CA
Text Example
Text Example
White with #F9C0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C0CA; }
p { color: rgb(249,192,202); }
H1.HeaderClassName
{
color: #F9C0CA;
}
.AnyTagClassName
{
color: #F9C0CA;
}
</style>
background-color css
<style>
a { background-color: #F9C0CA; }
a { background-color: rgb(249,192,202); }
div.DivClassName
{
background-color: #F9C0CA;
}
.BgClassName
{
background-color: #F9C0CA;
}
</style>
border-color css
<style>
span { border-color: #F9C0CA; }
span { border-color: rgb(249,192,202); }
td.TdClassName
{
border-color: #F9C0CA;
}
.TagClassName
{
border-color: #F9C0CA;
}
</style>