Shades of Brink Pink #FC6F8D
Tints of Brink Pink #FC6F8D
RGB
CMYK
RGB Variations
Color information
#FC6F8D (or 0xFC6F8D) is known color: Brink Pink. HEX triplet: FC, 6F and 8D. RGB value is (252,111,141). Sum of RGB (Red+Green+Blue) = 252+111+141=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6F8D is #039072. Grayscale: #9C9C9C. Windows color (decimal): -233587 or 9269244. OLE color: 9269244.
HSL color Cylindrical-coordinate representation of color #FC6F8D: hue angle of 347.23º 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 #FC6F8D is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 111 | 141 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.01 |
| HSL | 347.23º | 0.96% | 0.71% | - |
| HSV(B) | 347.23º | 0.56% | 0.99% | - |
| XYZ | 50.64 | 33.99 | 29.09 | - |
| YUV | 156.58 | 119.21 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 111 | 141 | 0 | 0.56 | 0.44 | 0.01 | 347.23 | 0.96 | 0.71 |
| Hex | FC | 6F | 8D | 0 | 38 | 2C | 1 | 15B | 60 | 47 |
| Octal | 374 | 157 | 215 | 0 | 70 | 54 | 1 | 533 | 140 | 107 |
| Binary | 11111100 | 1101111 | 10001101 | 0 | 111000 | 101100 | 1 | 101011011 | 1100000 | 1000111 |
Color Harmonies of #FC6F8D
Complementary color
Monochromatic Colors of #FC6F8D
Black with #FC6F8D
Text Example
Text Example
White with #FC6F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6F8D; }
p { color: rgb(252,111,141); }
H1.HeaderClassName
{
color: #FC6F8D;
}
.AnyTagClassName
{
color: #FC6F8D;
}
</style>
background-color css
<style>
a { background-color: #FC6F8D; }
a { background-color: rgb(252,111,141); }
div.DivClassName
{
background-color: #FC6F8D;
}
.BgClassName
{
background-color: #FC6F8D;
}
</style>
border-color css
<style>
span { border-color: #FC6F8D; }
span { border-color: rgb(252,111,141); }
td.TdClassName
{
border-color: #FC6F8D;
}
.TagClassName
{
border-color: #FC6F8D;
}
</style>