Shades of Brink Pink #FC678A
Tints of Brink Pink #FC678A
RGB
CMYK
RGB Variations
Color information
#FC678A (or 0xFC678A) is known color: Brink Pink. HEX triplet: FC, 67 and 8A. RGB value is (252,103,138). Sum of RGB (Red+Green+Blue) = 252+103+138=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 103 (40.62% from 255 or 20.89% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC678A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC678A is #039875. Grayscale: #979797. Windows color (decimal): -235638 or 9070588. OLE color: 9070588.
HSL color Cylindrical-coordinate representation of color #FC678A: hue angle of 345.91º 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 #FC678A is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 138 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.01 |
| HSL | 345.91º | 0.96% | 0.7% | - |
| HSV(B) | 345.91º | 0.59% | 0.99% | - |
| XYZ | 49.58 | 32.23 | 27.65 | - |
| YUV | 151.54 | 120.36 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 138 | 0 | 0.59 | 0.45 | 0.01 | 345.91 | 0.96 | 0.7 |
| Hex | FC | 67 | 8A | 0 | 3B | 2D | 1 | 15A | 60 | 46 |
| Octal | 374 | 147 | 212 | 0 | 73 | 55 | 1 | 532 | 140 | 106 |
| Binary | 11111100 | 1100111 | 10001010 | 0 | 111011 | 101101 | 1 | 101011010 | 1100000 | 1000110 |
Color Harmonies of #FC678A
Complementary color
Monochromatic Colors of #FC678A
Black with #FC678A
Text Example
Text Example
White with #FC678A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC678A; }
p { color: rgb(252,103,138); }
H1.HeaderClassName
{
color: #FC678A;
}
.AnyTagClassName
{
color: #FC678A;
}
</style>
background-color css
<style>
a { background-color: #FC678A; }
a { background-color: rgb(252,103,138); }
div.DivClassName
{
background-color: #FC678A;
}
.BgClassName
{
background-color: #FC678A;
}
</style>
border-color css
<style>
span { border-color: #FC678A; }
span { border-color: rgb(252,103,138); }
td.TdClassName
{
border-color: #FC678A;
}
.TagClassName
{
border-color: #FC678A;
}
</style>