Shades of Brink Pink #FC5A7E
Tints of Brink Pink #FC5A7E
RGB
CMYK
RGB Variations
Color information
#FC5A7E (or 0xFC5A7E) is known color: Brink Pink. HEX triplet: FC, 5A and 7E. RGB value is (252,90,126). Sum of RGB (Red+Green+Blue) = 252+90+126=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5A7E is #03A581. Grayscale: #8E8E8E. Windows color (decimal): -238978 or 8280828. OLE color: 8280828.
HSL color Cylindrical-coordinate representation of color #FC5A7E: hue angle of 346.67º 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 #FC5A7E is Cyan = 0, Magento = 0.64, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 126 | - |
| CMYK | 0 | 0.64 | 0.5 | 0.01 |
| HSL | 346.67º | 0.96% | 0.67% | - |
| HSV(B) | 346.67º | 0.64% | 0.99% | - |
| XYZ | 47.57 | 29.51 | 22.93 | - |
| YUV | 142.54 | 118.67 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 126 | 0 | 0.64 | 0.5 | 0.01 | 346.67 | 0.96 | 0.67 |
| Hex | FC | 5A | 7E | 0 | 40 | 32 | 1 | 15B | 60 | 43 |
| Octal | 374 | 132 | 176 | 0 | 100 | 62 | 1 | 533 | 140 | 103 |
| Binary | 11111100 | 1011010 | 1111110 | 0 | 1000000 | 110010 | 1 | 101011011 | 1100000 | 1000011 |
Color Harmonies of #FC5A7E
Complementary color
Monochromatic Colors of #FC5A7E
Black with #FC5A7E
Text Example
Text Example
White with #FC5A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5A7E; }
p { color: rgb(252,90,126); }
H1.HeaderClassName
{
color: #FC5A7E;
}
.AnyTagClassName
{
color: #FC5A7E;
}
</style>
background-color css
<style>
a { background-color: #FC5A7E; }
a { background-color: rgb(252,90,126); }
div.DivClassName
{
background-color: #FC5A7E;
}
.BgClassName
{
background-color: #FC5A7E;
}
</style>
border-color css
<style>
span { border-color: #FC5A7E; }
span { border-color: rgb(252,90,126); }
td.TdClassName
{
border-color: #FC5A7E;
}
.TagClassName
{
border-color: #FC5A7E;
}
</style>