Shades of Brink Pink #FC6A7B
Tints of Brink Pink #FC6A7B
RGB
CMYK
RGB Variations
Color information
#FC6A7B (or 0xFC6A7B) is known color: Brink Pink. HEX triplet: FC, 6A and 7B. RGB value is (252,106,123). Sum of RGB (Red+Green+Blue) = 252+106+123=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6A7B is #039584. Grayscale: #979797. Windows color (decimal): -234885 or 8088316. OLE color: 8088316.
HSL color Cylindrical-coordinate representation of color #FC6A7B: hue angle of 353.01º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC6A7B is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 106 | 123 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.01 |
| HSL | 353.01º | 0.96% | 0.7% | - |
| HSV(B) | 353.01º | 0.58% | 0.99% | - |
| XYZ | 48.87 | 32.43 | 22.42 | - |
| YUV | 151.59 | 111.87 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 106 | 123 | 0 | 0.58 | 0.51 | 0.01 | 353.01 | 0.96 | 0.7 |
| Hex | FC | 6A | 7B | 0 | 3A | 33 | 1 | 161 | 60 | 46 |
| Octal | 374 | 152 | 173 | 0 | 72 | 63 | 1 | 541 | 140 | 106 |
| Binary | 11111100 | 1101010 | 1111011 | 0 | 111010 | 110011 | 1 | 101100001 | 1100000 | 1000110 |
Color Harmonies of #FC6A7B
Complementary color
Monochromatic Colors of #FC6A7B
Black with #FC6A7B
Text Example
Text Example
White with #FC6A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6A7B; }
p { color: rgb(252,106,123); }
H1.HeaderClassName
{
color: #FC6A7B;
}
.AnyTagClassName
{
color: #FC6A7B;
}
</style>
background-color css
<style>
a { background-color: #FC6A7B; }
a { background-color: rgb(252,106,123); }
div.DivClassName
{
background-color: #FC6A7B;
}
.BgClassName
{
background-color: #FC6A7B;
}
</style>
border-color css
<style>
span { border-color: #FC6A7B; }
span { border-color: rgb(252,106,123); }
td.TdClassName
{
border-color: #FC6A7B;
}
.TagClassName
{
border-color: #FC6A7B;
}
</style>