Shades of Brink Pink #FC768B
Tints of Brink Pink #FC768B
RGB
CMYK
RGB Variations
Color information
#FC768B (or 0xFC768B) is known color: Brink Pink. HEX triplet: FC, 76 and 8B. RGB value is (252,118,139). Sum of RGB (Red+Green+Blue) = 252+118+139=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC768B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC768B is #038974. Grayscale: #A0A0A0. Windows color (decimal): -231797 or 9139964. OLE color: 9139964.
HSL color Cylindrical-coordinate representation of color #FC768B: hue angle of 350.6º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FC768B is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 118 | 139 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.01 |
| HSL | 350.6º | 0.96% | 0.73% | - |
| HSV(B) | 350.6º | 0.53% | 0.99% | - |
| XYZ | 51.28 | 35.52 | 28.58 | - |
| YUV | 160.46 | 115.89 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 118 | 139 | 0 | 0.53 | 0.45 | 0.01 | 350.6 | 0.96 | 0.73 |
| Hex | FC | 76 | 8B | 0 | 35 | 2D | 1 | 15F | 60 | 49 |
| Octal | 374 | 166 | 213 | 0 | 65 | 55 | 1 | 537 | 140 | 111 |
| Binary | 11111100 | 1110110 | 10001011 | 0 | 110101 | 101101 | 1 | 101011111 | 1100000 | 1001001 |
Color Harmonies of #FC768B
Complementary color
Monochromatic Colors of #FC768B
Black with #FC768B
Text Example
Text Example
White with #FC768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC768B; }
p { color: rgb(252,118,139); }
H1.HeaderClassName
{
color: #FC768B;
}
.AnyTagClassName
{
color: #FC768B;
}
</style>
background-color css
<style>
a { background-color: #FC768B; }
a { background-color: rgb(252,118,139); }
div.DivClassName
{
background-color: #FC768B;
}
.BgClassName
{
background-color: #FC768B;
}
</style>
border-color css
<style>
span { border-color: #FC768B; }
span { border-color: rgb(252,118,139); }
td.TdClassName
{
border-color: #FC768B;
}
.TagClassName
{
border-color: #FC768B;
}
</style>