Shades of Brink Pink #FC6B7A
Tints of Brink Pink #FC6B7A
RGB
CMYK
RGB Variations
Color information
#FC6B7A (or 0xFC6B7A) is known color: Brink Pink. HEX triplet: FC, 6B and 7A. RGB value is (252,107,122). Sum of RGB (Red+Green+Blue) = 252+107+122=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6B7A is #039485. Grayscale: #989898. Windows color (decimal): -234630 or 8023036. OLE color: 8023036.
HSL color Cylindrical-coordinate representation of color #FC6B7A: hue angle of 353.79º 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 #FC6B7A is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 107 | 122 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.01 |
| HSL | 353.79º | 0.96% | 0.7% | - |
| HSV(B) | 353.79º | 0.58% | 0.99% | - |
| XYZ | 48.92 | 32.62 | 22.13 | - |
| YUV | 152.07 | 111.04 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 107 | 122 | 0 | 0.58 | 0.52 | 0.01 | 353.79 | 0.96 | 0.7 |
| Hex | FC | 6B | 7A | 0 | 3A | 34 | 1 | 162 | 60 | 46 |
| Octal | 374 | 153 | 172 | 0 | 72 | 64 | 1 | 542 | 140 | 106 |
| Binary | 11111100 | 1101011 | 1111010 | 0 | 111010 | 110100 | 1 | 101100010 | 1100000 | 1000110 |
Color Harmonies of #FC6B7A
Complementary color
Monochromatic Colors of #FC6B7A
Black with #FC6B7A
Text Example
Text Example
White with #FC6B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6B7A; }
p { color: rgb(252,107,122); }
H1.HeaderClassName
{
color: #FC6B7A;
}
.AnyTagClassName
{
color: #FC6B7A;
}
</style>
background-color css
<style>
a { background-color: #FC6B7A; }
a { background-color: rgb(252,107,122); }
div.DivClassName
{
background-color: #FC6B7A;
}
.BgClassName
{
background-color: #FC6B7A;
}
</style>
border-color css
<style>
span { border-color: #FC6B7A; }
span { border-color: rgb(252,107,122); }
td.TdClassName
{
border-color: #FC6B7A;
}
.TagClassName
{
border-color: #FC6B7A;
}
</style>