Shades of Brink Pink #FC678E
Tints of Brink Pink #FC678E
RGB
CMYK
RGB Variations
Color information
#FC678E (or 0xFC678E) is known color: Brink Pink. HEX triplet: FC, 67 and 8E. RGB value is (252,103,142). Sum of RGB (Red+Green+Blue) = 252+103+142=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC678E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC678E is #039871. Grayscale: #979797. Windows color (decimal): -235634 or 9332732. OLE color: 9332732.
HSL color Cylindrical-coordinate representation of color #FC678E: hue angle of 344.3º 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 #FC678E is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 142 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.01 |
| HSL | 344.3º | 0.96% | 0.7% | - |
| HSV(B) | 344.3º | 0.59% | 0.99% | - |
| XYZ | 49.88 | 32.35 | 29.21 | - |
| YUV | 152 | 122.36 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 142 | 0 | 0.59 | 0.44 | 0.01 | 344.3 | 0.96 | 0.7 |
| Hex | FC | 67 | 8E | 0 | 3B | 2C | 1 | 158 | 60 | 46 |
| Octal | 374 | 147 | 216 | 0 | 73 | 54 | 1 | 530 | 140 | 106 |
| Binary | 11111100 | 1100111 | 10001110 | 0 | 111011 | 101100 | 1 | 101011000 | 1100000 | 1000110 |
Color Harmonies of #FC678E
Complementary color
Monochromatic Colors of #FC678E
Black with #FC678E
Text Example
Text Example
White with #FC678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC678E; }
p { color: rgb(252,103,142); }
H1.HeaderClassName
{
color: #FC678E;
}
.AnyTagClassName
{
color: #FC678E;
}
</style>
background-color css
<style>
a { background-color: #FC678E; }
a { background-color: rgb(252,103,142); }
div.DivClassName
{
background-color: #FC678E;
}
.BgClassName
{
background-color: #FC678E;
}
</style>
border-color css
<style>
span { border-color: #FC678E; }
span { border-color: rgb(252,103,142); }
td.TdClassName
{
border-color: #FC678E;
}
.TagClassName
{
border-color: #FC678E;
}
</style>