Shades of Pink #F7C1CF
Tints of Pink #F7C1CF
RGB
CMYK
RGB Variations
Color information
#F7C1CF (or 0xF7C1CF) is known color: Pink. HEX triplet: F7, C1 and CF. RGB value is (247,193,207). Sum of RGB (Red+Green+Blue) = 247+193+207=647 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.18% from 647); Green value is 193 (75.78% from 255 or 29.83% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C1CF is #083E30. Grayscale: #D2D2D2. Windows color (decimal): -540209 or 13615607. OLE color: 13615607.
HSL color Cylindrical-coordinate representation of color #F7C1CF: hue angle of 344.44º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F7C1CF is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 193 | 207 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.03 |
| HSL | 344.44º | 0.77% | 0.86% | - |
| HSV(B) | 344.44º | 0.22% | 0.97% | - |
| XYZ | 68.69 | 62.42 | 67.46 | - |
| YUV | 210.74 | 125.89 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 193 | 207 | 0 | 0.22 | 0.16 | 0.03 | 344.44 | 0.77 | 0.86 |
| Hex | F7 | C1 | CF | 0 | 16 | 10 | 3 | 158 | 4D | 56 |
| Octal | 367 | 301 | 317 | 0 | 26 | 20 | 3 | 530 | 115 | 126 |
| Binary | 11110111 | 11000001 | 11001111 | 0 | 10110 | 10000 | 11 | 101011000 | 1001101 | 1010110 |
Color Harmonies of #F7C1CF
Complementary color
Monochromatic Colors of #F7C1CF
Black with #F7C1CF
Text Example
Text Example
White with #F7C1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C1CF; }
p { color: rgb(247,193,207); }
H1.HeaderClassName
{
color: #F7C1CF;
}
.AnyTagClassName
{
color: #F7C1CF;
}
</style>
background-color css
<style>
a { background-color: #F7C1CF; }
a { background-color: rgb(247,193,207); }
div.DivClassName
{
background-color: #F7C1CF;
}
.BgClassName
{
background-color: #F7C1CF;
}
</style>
border-color css
<style>
span { border-color: #F7C1CF; }
span { border-color: rgb(247,193,207); }
td.TdClassName
{
border-color: #F7C1CF;
}
.TagClassName
{
border-color: #F7C1CF;
}
</style>