Shades of Brink Pink #FC5A8B
Tints of Brink Pink #FC5A8B
RGB
CMYK
RGB Variations
Color information
#FC5A8B (or 0xFC5A8B) is known color: Brink Pink. HEX triplet: FC, 5A and 8B. RGB value is (252,90,139). Sum of RGB (Red+Green+Blue) = 252+90+139=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5A8B is #03A574. Grayscale: #8F8F8F. Windows color (decimal): -238965 or 9132796. OLE color: 9132796.
HSL color Cylindrical-coordinate representation of color #FC5A8B: hue angle of 341.85º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC5A8B is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 139 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.01 |
| HSL | 341.85º | 0.96% | 0.67% | - |
| HSV(B) | 341.85º | 0.64% | 0.99% | - |
| XYZ | 48.46 | 29.87 | 27.64 | - |
| YUV | 144.02 | 125.17 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 139 | 0 | 0.64 | 0.45 | 0.01 | 341.85 | 0.96 | 0.67 |
| Hex | FC | 5A | 8B | 0 | 40 | 2D | 1 | 156 | 60 | 43 |
| Octal | 374 | 132 | 213 | 0 | 100 | 55 | 1 | 526 | 140 | 103 |
| Binary | 11111100 | 1011010 | 10001011 | 0 | 1000000 | 101101 | 1 | 101010110 | 1100000 | 1000011 |
Color Harmonies of #FC5A8B
Complementary color
Monochromatic Colors of #FC5A8B
Black with #FC5A8B
Text Example
Text Example
White with #FC5A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5A8B; }
p { color: rgb(252,90,139); }
H1.HeaderClassName
{
color: #FC5A8B;
}
.AnyTagClassName
{
color: #FC5A8B;
}
</style>
background-color css
<style>
a { background-color: #FC5A8B; }
a { background-color: rgb(252,90,139); }
div.DivClassName
{
background-color: #FC5A8B;
}
.BgClassName
{
background-color: #FC5A8B;
}
</style>
border-color css
<style>
span { border-color: #FC5A8B; }
span { border-color: rgb(252,90,139); }
td.TdClassName
{
border-color: #FC5A8B;
}
.TagClassName
{
border-color: #FC5A8B;
}
</style>