Shades of Brink Pink #FC7086
Tints of Brink Pink #FC7086
RGB
CMYK
RGB Variations
Color information
#FC7086 (or 0xFC7086) is known color: Brink Pink. HEX triplet: FC, 70 and 86. RGB value is (252,112,134). Sum of RGB (Red+Green+Blue) = 252+112+134=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7086 is #038F79. Grayscale: #9C9C9C. Windows color (decimal): -233338 or 8810748. OLE color: 8810748.
HSL color Cylindrical-coordinate representation of color #FC7086: hue angle of 350.57º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC7086 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 134 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.01 |
| HSL | 350.57º | 0.96% | 0.71% | - |
| HSV(B) | 350.57º | 0.56% | 0.99% | - |
| XYZ | 50.24 | 34.01 | 26.47 | - |
| YUV | 156.37 | 115.38 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 134 | 0 | 0.56 | 0.47 | 0.01 | 350.57 | 0.96 | 0.71 |
| Hex | FC | 70 | 86 | 0 | 38 | 2F | 1 | 15F | 60 | 47 |
| Octal | 374 | 160 | 206 | 0 | 70 | 57 | 1 | 537 | 140 | 107 |
| Binary | 11111100 | 1110000 | 10000110 | 0 | 111000 | 101111 | 1 | 101011111 | 1100000 | 1000111 |
Color Harmonies of #FC7086
Complementary color
Monochromatic Colors of #FC7086
Black with #FC7086
Text Example
Text Example
White with #FC7086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7086; }
p { color: rgb(252,112,134); }
H1.HeaderClassName
{
color: #FC7086;
}
.AnyTagClassName
{
color: #FC7086;
}
</style>
background-color css
<style>
a { background-color: #FC7086; }
a { background-color: rgb(252,112,134); }
div.DivClassName
{
background-color: #FC7086;
}
.BgClassName
{
background-color: #FC7086;
}
</style>
border-color css
<style>
span { border-color: #FC7086; }
span { border-color: rgb(252,112,134); }
td.TdClassName
{
border-color: #FC7086;
}
.TagClassName
{
border-color: #FC7086;
}
</style>