Shades of Brink Pink #FC6B7D
Tints of Brink Pink #FC6B7D
RGB
CMYK
RGB Variations
Color information
#FC6B7D (or 0xFC6B7D) is known color: Brink Pink. HEX triplet: FC, 6B and 7D. RGB value is (252,107,125). Sum of RGB (Red+Green+Blue) = 252+107+125=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6B7D is #039482. Grayscale: #989898. Windows color (decimal): -234627 or 8219644. OLE color: 8219644.
HSL color Cylindrical-coordinate representation of color #FC6B7D: hue angle of 352.55º 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 #FC6B7D is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 107 | 125 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.01 |
| HSL | 352.55º | 0.96% | 0.7% | - |
| HSV(B) | 352.55º | 0.58% | 0.99% | - |
| XYZ | 49.1 | 32.69 | 23.12 | - |
| YUV | 152.41 | 112.54 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 107 | 125 | 0 | 0.58 | 0.50 | 0.01 | 352.55 | 0.96 | 0.7 |
| Hex | FC | 6B | 7D | 0 | 3A | 32 | 1 | 161 | 60 | 46 |
| Octal | 374 | 153 | 175 | 0 | 72 | 62 | 1 | 541 | 140 | 106 |
| Binary | 11111100 | 1101011 | 1111101 | 0 | 111010 | 110010 | 1 | 101100001 | 1100000 | 1000110 |
Color Harmonies of #FC6B7D
Complementary color
Monochromatic Colors of #FC6B7D
Black with #FC6B7D
Text Example
Text Example
White with #FC6B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6B7D; }
p { color: rgb(252,107,125); }
H1.HeaderClassName
{
color: #FC6B7D;
}
.AnyTagClassName
{
color: #FC6B7D;
}
</style>
background-color css
<style>
a { background-color: #FC6B7D; }
a { background-color: rgb(252,107,125); }
div.DivClassName
{
background-color: #FC6B7D;
}
.BgClassName
{
background-color: #FC6B7D;
}
</style>
border-color css
<style>
span { border-color: #FC6B7D; }
span { border-color: rgb(252,107,125); }
td.TdClassName
{
border-color: #FC6B7D;
}
.TagClassName
{
border-color: #FC6B7D;
}
</style>