Shades of Brink Pink #FC6682
Tints of Brink Pink #FC6682
RGB
CMYK
RGB Variations
Color information
#FC6682 (or 0xFC6682) is known color: Brink Pink. HEX triplet: FC, 66 and 82. RGB value is (252,102,130). Sum of RGB (Red+Green+Blue) = 252+102+130=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6682 is #03997D. Grayscale: #969696. Windows color (decimal): -235902 or 8546044. OLE color: 8546044.
HSL color Cylindrical-coordinate representation of color #FC6682: hue angle of 348.8º 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 #FC6682 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 130 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.01 |
| HSL | 348.8º | 0.96% | 0.69% | - |
| HSV(B) | 348.8º | 0.6% | 0.99% | - |
| XYZ | 48.93 | 31.81 | 24.68 | - |
| YUV | 150.04 | 116.7 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 130 | 0 | 0.60 | 0.48 | 0.01 | 348.8 | 0.96 | 0.69 |
| Hex | FC | 66 | 82 | 0 | 3C | 30 | 1 | 15D | 60 | 45 |
| Octal | 374 | 146 | 202 | 0 | 74 | 60 | 1 | 535 | 140 | 105 |
| Binary | 11111100 | 1100110 | 10000010 | 0 | 111100 | 110000 | 1 | 101011101 | 1100000 | 1000101 |
Color Harmonies of #FC6682
Complementary color
Monochromatic Colors of #FC6682
Black with #FC6682
Text Example
Text Example
White with #FC6682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6682; }
p { color: rgb(252,102,130); }
H1.HeaderClassName
{
color: #FC6682;
}
.AnyTagClassName
{
color: #FC6682;
}
</style>
background-color css
<style>
a { background-color: #FC6682; }
a { background-color: rgb(252,102,130); }
div.DivClassName
{
background-color: #FC6682;
}
.BgClassName
{
background-color: #FC6682;
}
</style>
border-color css
<style>
span { border-color: #FC6682; }
span { border-color: rgb(252,102,130); }
td.TdClassName
{
border-color: #FC6682;
}
.TagClassName
{
border-color: #FC6682;
}
</style>