Shades of Brink Pink #FC647B
Tints of Brink Pink #FC647B
RGB
CMYK
RGB Variations
Color information
#FC647B (or 0xFC647B) is known color: Brink Pink. HEX triplet: FC, 64 and 7B. RGB value is (252,100,123). Sum of RGB (Red+Green+Blue) = 252+100+123=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC647B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC647B is #039B84. Grayscale: #949494. Windows color (decimal): -236421 or 8086780. OLE color: 8086780.
HSL color Cylindrical-coordinate representation of color #FC647B: hue angle of 350.92º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC647B is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 123 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.01 |
| HSL | 350.92º | 0.96% | 0.69% | - |
| HSV(B) | 350.92º | 0.6% | 0.99% | - |
| XYZ | 48.28 | 31.24 | 22.22 | - |
| YUV | 148.07 | 113.86 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 123 | 0 | 0.60 | 0.51 | 0.01 | 350.92 | 0.96 | 0.69 |
| Hex | FC | 64 | 7B | 0 | 3C | 33 | 1 | 15F | 60 | 45 |
| Octal | 374 | 144 | 173 | 0 | 74 | 63 | 1 | 537 | 140 | 105 |
| Binary | 11111100 | 1100100 | 1111011 | 0 | 111100 | 110011 | 1 | 101011111 | 1100000 | 1000101 |
Color Harmonies of #FC647B
Complementary color
Monochromatic Colors of #FC647B
Black with #FC647B
Text Example
Text Example
White with #FC647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC647B; }
p { color: rgb(252,100,123); }
H1.HeaderClassName
{
color: #FC647B;
}
.AnyTagClassName
{
color: #FC647B;
}
</style>
background-color css
<style>
a { background-color: #FC647B; }
a { background-color: rgb(252,100,123); }
div.DivClassName
{
background-color: #FC647B;
}
.BgClassName
{
background-color: #FC647B;
}
</style>
border-color css
<style>
span { border-color: #FC647B; }
span { border-color: rgb(252,100,123); }
td.TdClassName
{
border-color: #FC647B;
}
.TagClassName
{
border-color: #FC647B;
}
</style>