Shades of Pink #F9C0CF
Tints of Pink #F9C0CF
RGB
CMYK
RGB Variations
Color information
#F9C0CF (or 0xF9C0CF) is known color: Pink. HEX triplet: F9, C0 and CF. RGB value is (249,192,207). Sum of RGB (Red+Green+Blue) = 249+192+207=648 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.43% from 648); Green value is 192 (75.39% from 255 or 29.63% from 648); Blue value is 207 (81.25% from 255 or 31.94% from 648); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C0CF is #063F30. Grayscale: #D2D2D2. Windows color (decimal): -409393 or 13615353. OLE color: 13615353.
HSL color Cylindrical-coordinate representation of color #F9C0CF: hue angle of 344.21º 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 #F9C0CF is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 207 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.02 |
| HSL | 344.21º | 0.83% | 0.86% | - |
| HSV(B) | 344.21º | 0.23% | 0.98% | - |
| XYZ | 69.18 | 62.34 | 67.42 | - |
| YUV | 210.75 | 125.88 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 207 | 0 | 0.23 | 0.17 | 0.02 | 344.21 | 0.83 | 0.86 |
| Hex | F9 | C0 | CF | 0 | 17 | 11 | 2 | 158 | 53 | 56 |
| Octal | 371 | 300 | 317 | 0 | 27 | 21 | 2 | 530 | 123 | 126 |
| Binary | 11111001 | 11000000 | 11001111 | 0 | 10111 | 10001 | 10 | 101011000 | 1010011 | 1010110 |
Color Harmonies of #F9C0CF
Complementary color
Monochromatic Colors of #F9C0CF
Black with #F9C0CF
Text Example
Text Example
White with #F9C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C0CF; }
p { color: rgb(249,192,207); }
H1.HeaderClassName
{
color: #F9C0CF;
}
.AnyTagClassName
{
color: #F9C0CF;
}
</style>
background-color css
<style>
a { background-color: #F9C0CF; }
a { background-color: rgb(249,192,207); }
div.DivClassName
{
background-color: #F9C0CF;
}
.BgClassName
{
background-color: #F9C0CF;
}
</style>
border-color css
<style>
span { border-color: #F9C0CF; }
span { border-color: rgb(249,192,207); }
td.TdClassName
{
border-color: #F9C0CF;
}
.TagClassName
{
border-color: #F9C0CF;
}
</style>