Shades of Brink Pink #FC768A
Tints of Brink Pink #FC768A
RGB
CMYK
RGB Variations
Color information
#FC768A (or 0xFC768A) is known color: Brink Pink. HEX triplet: FC, 76 and 8A. RGB value is (252,118,138). Sum of RGB (Red+Green+Blue) = 252+118+138=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC768A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC768A is #038975. Grayscale: #A0A0A0. Windows color (decimal): -231798 or 9074428. OLE color: 9074428.
HSL color Cylindrical-coordinate representation of color #FC768A: hue angle of 351.04º 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 #FC768A is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 118 | 138 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.01 |
| HSL | 351.04º | 0.96% | 0.73% | - |
| HSV(B) | 351.04º | 0.53% | 0.99% | - |
| XYZ | 51.21 | 35.49 | 28.2 | - |
| YUV | 160.35 | 115.39 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 118 | 138 | 0 | 0.53 | 0.45 | 0.01 | 351.04 | 0.96 | 0.73 |
| Hex | FC | 76 | 8A | 0 | 35 | 2D | 1 | 15F | 60 | 49 |
| Octal | 374 | 166 | 212 | 0 | 65 | 55 | 1 | 537 | 140 | 111 |
| Binary | 11111100 | 1110110 | 10001010 | 0 | 110101 | 101101 | 1 | 101011111 | 1100000 | 1001001 |
Color Harmonies of #FC768A
Complementary color
Monochromatic Colors of #FC768A
Black with #FC768A
Text Example
Text Example
White with #FC768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC768A; }
p { color: rgb(252,118,138); }
H1.HeaderClassName
{
color: #FC768A;
}
.AnyTagClassName
{
color: #FC768A;
}
</style>
background-color css
<style>
a { background-color: #FC768A; }
a { background-color: rgb(252,118,138); }
div.DivClassName
{
background-color: #FC768A;
}
.BgClassName
{
background-color: #FC768A;
}
</style>
border-color css
<style>
span { border-color: #FC768A; }
span { border-color: rgb(252,118,138); }
td.TdClassName
{
border-color: #FC768A;
}
.TagClassName
{
border-color: #FC768A;
}
</style>