Shades of Brink Pink #FC6E7A
Tints of Brink Pink #FC6E7A
RGB
CMYK
RGB Variations
Color information
#FC6E7A (or 0xFC6E7A) is known color: Brink Pink. HEX triplet: FC, 6E and 7A. RGB value is (252,110,122). Sum of RGB (Red+Green+Blue) = 252+110+122=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 122 (48.05% from 255 or 25.21% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6E7A is #039185. Grayscale: #999999. Windows color (decimal): -233862 or 8023804. OLE color: 8023804.
HSL color Cylindrical-coordinate representation of color #FC6E7A: hue angle of 354.93º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC6E7A is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 122 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.01 |
| HSL | 354.93º | 0.96% | 0.71% | - |
| HSV(B) | 354.93º | 0.56% | 0.99% | - |
| XYZ | 49.23 | 33.25 | 22.24 | - |
| YUV | 153.83 | 110.04 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 122 | 0 | 0.56 | 0.52 | 0.01 | 354.93 | 0.96 | 0.71 |
| Hex | FC | 6E | 7A | 0 | 38 | 34 | 1 | 163 | 60 | 47 |
| Octal | 374 | 156 | 172 | 0 | 70 | 64 | 1 | 543 | 140 | 107 |
| Binary | 11111100 | 1101110 | 1111010 | 0 | 111000 | 110100 | 1 | 101100011 | 1100000 | 1000111 |
Color Harmonies of #FC6E7A
Complementary color
Monochromatic Colors of #FC6E7A
Black with #FC6E7A
Text Example
Text Example
White with #FC6E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6E7A; }
p { color: rgb(252,110,122); }
H1.HeaderClassName
{
color: #FC6E7A;
}
.AnyTagClassName
{
color: #FC6E7A;
}
</style>
background-color css
<style>
a { background-color: #FC6E7A; }
a { background-color: rgb(252,110,122); }
div.DivClassName
{
background-color: #FC6E7A;
}
.BgClassName
{
background-color: #FC6E7A;
}
</style>
border-color css
<style>
span { border-color: #FC6E7A; }
span { border-color: rgb(252,110,122); }
td.TdClassName
{
border-color: #FC6E7A;
}
.TagClassName
{
border-color: #FC6E7A;
}
</style>