Shades of Brink Pink #FC6785
Tints of Brink Pink #FC6785
RGB
CMYK
RGB Variations
Color information
#FC6785 (or 0xFC6785) is known color: Brink Pink. HEX triplet: FC, 67 and 85. RGB value is (252,103,133). Sum of RGB (Red+Green+Blue) = 252+103+133=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6785 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6785 is #03987A. Grayscale: #979797. Windows color (decimal): -235643 or 8742908. OLE color: 8742908.
HSL color Cylindrical-coordinate representation of color #FC6785: hue angle of 347.92º 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 #FC6785 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 133 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.01 |
| HSL | 347.92º | 0.96% | 0.7% | - |
| HSV(B) | 347.92º | 0.59% | 0.99% | - |
| XYZ | 49.23 | 32.09 | 25.79 | - |
| YUV | 150.97 | 117.86 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 133 | 0 | 0.59 | 0.47 | 0.01 | 347.92 | 0.96 | 0.7 |
| Hex | FC | 67 | 85 | 0 | 3B | 2F | 1 | 15C | 60 | 46 |
| Octal | 374 | 147 | 205 | 0 | 73 | 57 | 1 | 534 | 140 | 106 |
| Binary | 11111100 | 1100111 | 10000101 | 0 | 111011 | 101111 | 1 | 101011100 | 1100000 | 1000110 |
Color Harmonies of #FC6785
Complementary color
Monochromatic Colors of #FC6785
Black with #FC6785
Text Example
Text Example
White with #FC6785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6785; }
p { color: rgb(252,103,133); }
H1.HeaderClassName
{
color: #FC6785;
}
.AnyTagClassName
{
color: #FC6785;
}
</style>
background-color css
<style>
a { background-color: #FC6785; }
a { background-color: rgb(252,103,133); }
div.DivClassName
{
background-color: #FC6785;
}
.BgClassName
{
background-color: #FC6785;
}
</style>
border-color css
<style>
span { border-color: #FC6785; }
span { border-color: rgb(252,103,133); }
td.TdClassName
{
border-color: #FC6785;
}
.TagClassName
{
border-color: #FC6785;
}
</style>