Shades of Brink Pink #FC777E
Tints of Brink Pink #FC777E
RGB
CMYK
RGB Variations
Color information
#FC777E (or 0xFC777E) is known color: Brink Pink. HEX triplet: FC, 77 and 7E. RGB value is (252,119,126). Sum of RGB (Red+Green+Blue) = 252+119+126=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 126 (49.61% from 255 or 25.35% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC777E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC777E is #038881. Grayscale: #9F9F9F. Windows color (decimal): -231554 or 8288252. OLE color: 8288252.
HSL color Cylindrical-coordinate representation of color #FC777E: hue angle of 356.84º 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 #FC777E is Cyan = 0, Magento = 0.53, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 119 | 126 | - |
| CMYK | 0 | 0.53 | 0.5 | 0.01 |
| HSL | 356.84º | 0.96% | 0.73% | - |
| HSV(B) | 356.84º | 0.53% | 0.99% | - |
| XYZ | 50.51 | 35.4 | 23.91 | - |
| YUV | 159.57 | 109.06 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 119 | 126 | 0 | 0.53 | 0.5 | 0.01 | 356.84 | 0.96 | 0.73 |
| Hex | FC | 77 | 7E | 0 | 35 | 32 | 1 | 165 | 60 | 49 |
| Octal | 374 | 167 | 176 | 0 | 65 | 62 | 1 | 545 | 140 | 111 |
| Binary | 11111100 | 1110111 | 1111110 | 0 | 110101 | 110010 | 1 | 101100101 | 1100000 | 1001001 |
Color Harmonies of #FC777E
Complementary color
Monochromatic Colors of #FC777E
Black with #FC777E
Text Example
Text Example
White with #FC777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC777E; }
p { color: rgb(252,119,126); }
H1.HeaderClassName
{
color: #FC777E;
}
.AnyTagClassName
{
color: #FC777E;
}
</style>
background-color css
<style>
a { background-color: #FC777E; }
a { background-color: rgb(252,119,126); }
div.DivClassName
{
background-color: #FC777E;
}
.BgClassName
{
background-color: #FC777E;
}
</style>
border-color css
<style>
span { border-color: #FC777E; }
span { border-color: rgb(252,119,126); }
td.TdClassName
{
border-color: #FC777E;
}
.TagClassName
{
border-color: #FC777E;
}
</style>