Shades of Brink Pink #FC6A8F
Tints of Brink Pink #FC6A8F
RGB
CMYK
RGB Variations
Color information
#FC6A8F (or 0xFC6A8F) is known color: Brink Pink. HEX triplet: FC, 6A and 8F. RGB value is (252,106,143). Sum of RGB (Red+Green+Blue) = 252+106+143=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6A8F is #039570. Grayscale: #999999. Windows color (decimal): -234865 or 9399036. OLE color: 9399036.
HSL color Cylindrical-coordinate representation of color #FC6A8F: hue angle of 344.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 #FC6A8F is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 106 | 143 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.01 |
| HSL | 344.79º | 0.96% | 0.7% | - |
| HSV(B) | 344.79º | 0.58% | 0.99% | - |
| XYZ | 50.26 | 32.99 | 29.7 | - |
| YUV | 153.87 | 121.87 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 106 | 143 | 0 | 0.58 | 0.43 | 0.01 | 344.79 | 0.96 | 0.7 |
| Hex | FC | 6A | 8F | 0 | 3A | 2B | 1 | 159 | 60 | 46 |
| Octal | 374 | 152 | 217 | 0 | 72 | 53 | 1 | 531 | 140 | 106 |
| Binary | 11111100 | 1101010 | 10001111 | 0 | 111010 | 101011 | 1 | 101011001 | 1100000 | 1000110 |
Color Harmonies of #FC6A8F
Complementary color
Monochromatic Colors of #FC6A8F
Black with #FC6A8F
Text Example
Text Example
White with #FC6A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6A8F; }
p { color: rgb(252,106,143); }
H1.HeaderClassName
{
color: #FC6A8F;
}
.AnyTagClassName
{
color: #FC6A8F;
}
</style>
background-color css
<style>
a { background-color: #FC6A8F; }
a { background-color: rgb(252,106,143); }
div.DivClassName
{
background-color: #FC6A8F;
}
.BgClassName
{
background-color: #FC6A8F;
}
</style>
border-color css
<style>
span { border-color: #FC6A8F; }
span { border-color: rgb(252,106,143); }
td.TdClassName
{
border-color: #FC6A8F;
}
.TagClassName
{
border-color: #FC6A8F;
}
</style>