Shades of Brink Pink #FC5A8C
Tints of Brink Pink #FC5A8C
RGB
CMYK
RGB Variations
Color information
#FC5A8C (or 0xFC5A8C) is known color: Brink Pink. HEX triplet: FC, 5A and 8C. RGB value is (252,90,140). Sum of RGB (Red+Green+Blue) = 252+90+140=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5A8C is #03A573. Grayscale: #909090. Windows color (decimal): -238964 or 9198332. OLE color: 9198332.
HSL color Cylindrical-coordinate representation of color #FC5A8C: hue angle of 341.48º 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 #FC5A8C is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 140 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.01 |
| HSL | 341.48º | 0.96% | 0.67% | - |
| HSV(B) | 341.48º | 0.64% | 0.99% | - |
| XYZ | 48.53 | 29.9 | 28.02 | - |
| YUV | 144.14 | 125.67 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 140 | 0 | 0.64 | 0.44 | 0.01 | 341.48 | 0.96 | 0.67 |
| Hex | FC | 5A | 8C | 0 | 40 | 2C | 1 | 155 | 60 | 43 |
| Octal | 374 | 132 | 214 | 0 | 100 | 54 | 1 | 525 | 140 | 103 |
| Binary | 11111100 | 1011010 | 10001100 | 0 | 1000000 | 101100 | 1 | 101010101 | 1100000 | 1000011 |
Color Harmonies of #FC5A8C
Complementary color
Monochromatic Colors of #FC5A8C
Black with #FC5A8C
Text Example
Text Example
White with #FC5A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5A8C; }
p { color: rgb(252,90,140); }
H1.HeaderClassName
{
color: #FC5A8C;
}
.AnyTagClassName
{
color: #FC5A8C;
}
</style>
background-color css
<style>
a { background-color: #FC5A8C; }
a { background-color: rgb(252,90,140); }
div.DivClassName
{
background-color: #FC5A8C;
}
.BgClassName
{
background-color: #FC5A8C;
}
</style>
border-color css
<style>
span { border-color: #FC5A8C; }
span { border-color: rgb(252,90,140); }
td.TdClassName
{
border-color: #FC5A8C;
}
.TagClassName
{
border-color: #FC5A8C;
}
</style>