Shades of Brink Pink #FC687F
Tints of Brink Pink #FC687F
RGB
CMYK
RGB Variations
Color information
#FC687F (or 0xFC687F) is known color: Brink Pink. HEX triplet: FC, 68 and 7F. RGB value is (252,104,127). Sum of RGB (Red+Green+Blue) = 252+104+127=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC687F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC687F is #039780. Grayscale: #969696. Windows color (decimal): -235393 or 8349948. OLE color: 8349948.
HSL color Cylindrical-coordinate representation of color #FC687F: hue angle of 350.68º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC687F is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 104 | 127 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.01 |
| HSL | 350.68º | 0.96% | 0.7% | - |
| HSV(B) | 350.68º | 0.59% | 0.99% | - |
| XYZ | 48.93 | 32.13 | 23.7 | - |
| YUV | 150.87 | 114.53 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 104 | 127 | 0 | 0.59 | 0.50 | 0.01 | 350.68 | 0.96 | 0.7 |
| Hex | FC | 68 | 7F | 0 | 3B | 32 | 1 | 15F | 60 | 46 |
| Octal | 374 | 150 | 177 | 0 | 73 | 62 | 1 | 537 | 140 | 106 |
| Binary | 11111100 | 1101000 | 1111111 | 0 | 111011 | 110010 | 1 | 101011111 | 1100000 | 1000110 |
Color Harmonies of #FC687F
Complementary color
Monochromatic Colors of #FC687F
Black with #FC687F
Text Example
Text Example
White with #FC687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC687F; }
p { color: rgb(252,104,127); }
H1.HeaderClassName
{
color: #FC687F;
}
.AnyTagClassName
{
color: #FC687F;
}
</style>
background-color css
<style>
a { background-color: #FC687F; }
a { background-color: rgb(252,104,127); }
div.DivClassName
{
background-color: #FC687F;
}
.BgClassName
{
background-color: #FC687F;
}
</style>
border-color css
<style>
span { border-color: #FC687F; }
span { border-color: rgb(252,104,127); }
td.TdClassName
{
border-color: #FC687F;
}
.TagClassName
{
border-color: #FC687F;
}
</style>