Shades of Brink Pink #FC6689
Tints of Brink Pink #FC6689
RGB
CMYK
RGB Variations
Color information
#FC6689 (or 0xFC6689) is known color: Brink Pink. HEX triplet: FC, 66 and 89. RGB value is (252,102,137). Sum of RGB (Red+Green+Blue) = 252+102+137=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6689 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6689 is #039976. Grayscale: #969696. Windows color (decimal): -235895 or 9004796. OLE color: 9004796.
HSL color Cylindrical-coordinate representation of color #FC6689: hue angle of 346º 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 #FC6689 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 137 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.01 |
| HSL | 346º | 0.96% | 0.69% | - |
| HSV(B) | 346º | 0.6% | 0.99% | - |
| XYZ | 49.41 | 32 | 27.24 | - |
| YUV | 150.84 | 120.2 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 137 | 0 | 0.60 | 0.46 | 0.01 | 346 | 0.96 | 0.69 |
| Hex | FC | 66 | 89 | 0 | 3C | 2E | 1 | 15A | 60 | 45 |
| Octal | 374 | 146 | 211 | 0 | 74 | 56 | 1 | 532 | 140 | 105 |
| Binary | 11111100 | 1100110 | 10001001 | 0 | 111100 | 101110 | 1 | 101011010 | 1100000 | 1000101 |
Color Harmonies of #FC6689
Complementary color
Monochromatic Colors of #FC6689
Black with #FC6689
Text Example
Text Example
White with #FC6689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6689; }
p { color: rgb(252,102,137); }
H1.HeaderClassName
{
color: #FC6689;
}
.AnyTagClassName
{
color: #FC6689;
}
</style>
background-color css
<style>
a { background-color: #FC6689; }
a { background-color: rgb(252,102,137); }
div.DivClassName
{
background-color: #FC6689;
}
.BgClassName
{
background-color: #FC6689;
}
</style>
border-color css
<style>
span { border-color: #FC6689; }
span { border-color: rgb(252,102,137); }
td.TdClassName
{
border-color: #FC6689;
}
.TagClassName
{
border-color: #FC6689;
}
</style>