Shades of Pink #F7BFC9
Tints of Pink #F7BFC9
RGB
CMYK
RGB Variations
Color information
#F7BFC9 (or 0xF7BFC9) is known color: Pink. HEX triplet: F7, BF and C9. RGB value is (247,191,201). Sum of RGB (Red+Green+Blue) = 247+191+201=639 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.65% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 201 (78.91% from 255 or 31.46% from 639); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BFC9 is #084036. Grayscale: #D0D0D0. Windows color (decimal): -540727 or 13221879. OLE color: 13221879.
HSL color Cylindrical-coordinate representation of color #F7BFC9: hue angle of 349.29º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7BFC9 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
RGB | 247 | 191 | 201 | - |
CMYK | 0 | 0.23 | 0.19 | 0.03 |
HSL | 349.29º | 0.78% | 0.86% | - |
HSV(B) | 349.29º | 0.23% | 0.97% | - |
XYZ | 67.53 | 61.25 | 63.52 | - |
YUV | 208.88 | 123.55 | 155.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 191 | 201 | 0 | 0.23 | 0.19 | 0.03 | 349.29 | 0.78 | 0.86 |
Hex | F7 | BF | C9 | 0 | 17 | 13 | 3 | 15D | 4E | 56 |
Octal | 367 | 277 | 311 | 0 | 27 | 23 | 3 | 535 | 116 | 126 |
Binary | 11110111 | 10111111 | 11001001 | 0 | 10111 | 10011 | 11 | 101011101 | 1001110 | 1010110 |
Color Harmonies of #F7BFC9
Complementary color
Monochromatic Colors of #F7BFC9
Black with #F7BFC9
Text Example
Text Example
White with #F7BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BFC9; }
p { color: rgb(247,191,201); }
H1.HeaderClassName
{
color: #F7BFC9;
}
.AnyTagClassName
{
color: #F7BFC9;
}
</style>
background-color css
<style>
a { background-color: #F7BFC9; }
a { background-color: rgb(247,191,201); }
div.DivClassName
{
background-color: #F7BFC9;
}
.BgClassName
{
background-color: #F7BFC9;
}
</style>
border-color css
<style>
span { border-color: #F7BFC9; }
span { border-color: rgb(247,191,201); }
td.TdClassName
{
border-color: #F7BFC9;
}
.TagClassName
{
border-color: #F7BFC9;
}
</style>