Shades of Brink Pink #FC6879
Tints of Brink Pink #FC6879
RGB
CMYK
RGB Variations
Color information
#FC6879 (or 0xFC6879) is known color: Brink Pink. HEX triplet: FC, 68 and 79. RGB value is (252,104,121). Sum of RGB (Red+Green+Blue) = 252+104+121=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6879 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6879 is #039786. Grayscale: #969696. Windows color (decimal): -235399 or 7956732. OLE color: 7956732.
HSL color Cylindrical-coordinate representation of color #FC6879: hue angle of 353.11º 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 #FC6879 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 104 | 121 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.01 |
| HSL | 353.11º | 0.96% | 0.7% | - |
| HSV(B) | 353.11º | 0.59% | 0.99% | - |
| XYZ | 48.55 | 31.98 | 21.7 | - |
| YUV | 150.19 | 111.53 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 104 | 121 | 0 | 0.59 | 0.52 | 0.01 | 353.11 | 0.96 | 0.7 |
| Hex | FC | 68 | 79 | 0 | 3B | 34 | 1 | 161 | 60 | 46 |
| Octal | 374 | 150 | 171 | 0 | 73 | 64 | 1 | 541 | 140 | 106 |
| Binary | 11111100 | 1101000 | 1111001 | 0 | 111011 | 110100 | 1 | 101100001 | 1100000 | 1000110 |
Color Harmonies of #FC6879
Complementary color
Monochromatic Colors of #FC6879
Black with #FC6879
Text Example
Text Example
White with #FC6879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6879; }
p { color: rgb(252,104,121); }
H1.HeaderClassName
{
color: #FC6879;
}
.AnyTagClassName
{
color: #FC6879;
}
</style>
background-color css
<style>
a { background-color: #FC6879; }
a { background-color: rgb(252,104,121); }
div.DivClassName
{
background-color: #FC6879;
}
.BgClassName
{
background-color: #FC6879;
}
</style>
border-color css
<style>
span { border-color: #FC6879; }
span { border-color: rgb(252,104,121); }
td.TdClassName
{
border-color: #FC6879;
}
.TagClassName
{
border-color: #FC6879;
}
</style>