Shades of Brink Pink #FC6685
Tints of Brink Pink #FC6685
RGB
CMYK
RGB Variations
Color information
#FC6685 (or 0xFC6685) is known color: Brink Pink. HEX triplet: FC, 66 and 85. RGB value is (252,102,133). Sum of RGB (Red+Green+Blue) = 252+102+133=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6685 is #03997A. Grayscale: #969696. Windows color (decimal): -235899 or 8742652. OLE color: 8742652.
HSL color Cylindrical-coordinate representation of color #FC6685: hue angle of 347.6º 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 #FC6685 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 133 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.01 |
| HSL | 347.6º | 0.96% | 0.69% | - |
| HSV(B) | 347.6º | 0.6% | 0.99% | - |
| XYZ | 49.13 | 31.89 | 25.76 | - |
| YUV | 150.38 | 118.2 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 133 | 0 | 0.60 | 0.47 | 0.01 | 347.6 | 0.96 | 0.69 |
| Hex | FC | 66 | 85 | 0 | 3C | 2F | 1 | 15C | 60 | 45 |
| Octal | 374 | 146 | 205 | 0 | 74 | 57 | 1 | 534 | 140 | 105 |
| Binary | 11111100 | 1100110 | 10000101 | 0 | 111100 | 101111 | 1 | 101011100 | 1100000 | 1000101 |
Color Harmonies of #FC6685
Complementary color
Monochromatic Colors of #FC6685
Black with #FC6685
Text Example
Text Example
White with #FC6685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6685; }
p { color: rgb(252,102,133); }
H1.HeaderClassName
{
color: #FC6685;
}
.AnyTagClassName
{
color: #FC6685;
}
</style>
background-color css
<style>
a { background-color: #FC6685; }
a { background-color: rgb(252,102,133); }
div.DivClassName
{
background-color: #FC6685;
}
.BgClassName
{
background-color: #FC6685;
}
</style>
border-color css
<style>
span { border-color: #FC6685; }
span { border-color: rgb(252,102,133); }
td.TdClassName
{
border-color: #FC6685;
}
.TagClassName
{
border-color: #FC6685;
}
</style>