Shades of Brink Pink #FC6C7D
Tints of Brink Pink #FC6C7D
RGB
CMYK
RGB Variations
Color information
#FC6C7D (or 0xFC6C7D) is known color: Brink Pink. HEX triplet: FC, 6C and 7D. RGB value is (252,108,125). Sum of RGB (Red+Green+Blue) = 252+108+125=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6C7D is #039382. Grayscale: #999999. Windows color (decimal): -234371 or 8219900. OLE color: 8219900.
HSL color Cylindrical-coordinate representation of color #FC6C7D: hue angle of 352.92º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC6C7D is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 108 | 125 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.01 |
| HSL | 352.92º | 0.96% | 0.71% | - |
| HSV(B) | 352.92º | 0.57% | 0.99% | - |
| XYZ | 49.21 | 32.9 | 23.16 | - |
| YUV | 152.99 | 112.21 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 108 | 125 | 0 | 0.57 | 0.50 | 0.01 | 352.92 | 0.96 | 0.71 |
| Hex | FC | 6C | 7D | 0 | 39 | 32 | 1 | 161 | 60 | 47 |
| Octal | 374 | 154 | 175 | 0 | 71 | 62 | 1 | 541 | 140 | 107 |
| Binary | 11111100 | 1101100 | 1111101 | 0 | 111001 | 110010 | 1 | 101100001 | 1100000 | 1000111 |
Color Harmonies of #FC6C7D
Complementary color
Monochromatic Colors of #FC6C7D
Black with #FC6C7D
Text Example
Text Example
White with #FC6C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6C7D; }
p { color: rgb(252,108,125); }
H1.HeaderClassName
{
color: #FC6C7D;
}
.AnyTagClassName
{
color: #FC6C7D;
}
</style>
background-color css
<style>
a { background-color: #FC6C7D; }
a { background-color: rgb(252,108,125); }
div.DivClassName
{
background-color: #FC6C7D;
}
.BgClassName
{
background-color: #FC6C7D;
}
</style>
border-color css
<style>
span { border-color: #FC6C7D; }
span { border-color: rgb(252,108,125); }
td.TdClassName
{
border-color: #FC6C7D;
}
.TagClassName
{
border-color: #FC6C7D;
}
</style>