Shades of Brink Pink #FC5B7E
Tints of Brink Pink #FC5B7E
RGB
CMYK
RGB Variations
Color information
#FC5B7E (or 0xFC5B7E) is known color: Brink Pink. HEX triplet: FC, 5B and 7E. RGB value is (252,91,126). Sum of RGB (Red+Green+Blue) = 252+91+126=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 91 (35.94% from 255 or 19.40% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5B7E is #03A481. Grayscale: #8F8F8F. Windows color (decimal): -238722 or 8281084. OLE color: 8281084.
HSL color Cylindrical-coordinate representation of color #FC5B7E: hue angle of 346.96º 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 #FC5B7E is Cyan = 0, Magento = 0.64, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 91 | 126 | - |
| CMYK | 0 | 0.64 | 0.5 | 0.01 |
| HSL | 346.96º | 0.96% | 0.67% | - |
| HSV(B) | 346.96º | 0.64% | 0.99% | - |
| XYZ | 47.65 | 29.68 | 22.96 | - |
| YUV | 143.13 | 118.34 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 91 | 126 | 0 | 0.64 | 0.5 | 0.01 | 346.96 | 0.96 | 0.67 |
| Hex | FC | 5B | 7E | 0 | 40 | 32 | 1 | 15B | 60 | 43 |
| Octal | 374 | 133 | 176 | 0 | 100 | 62 | 1 | 533 | 140 | 103 |
| Binary | 11111100 | 1011011 | 1111110 | 0 | 1000000 | 110010 | 1 | 101011011 | 1100000 | 1000011 |
Color Harmonies of #FC5B7E
Complementary color
Monochromatic Colors of #FC5B7E
Black with #FC5B7E
Text Example
Text Example
White with #FC5B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5B7E; }
p { color: rgb(252,91,126); }
H1.HeaderClassName
{
color: #FC5B7E;
}
.AnyTagClassName
{
color: #FC5B7E;
}
</style>
background-color css
<style>
a { background-color: #FC5B7E; }
a { background-color: rgb(252,91,126); }
div.DivClassName
{
background-color: #FC5B7E;
}
.BgClassName
{
background-color: #FC5B7E;
}
</style>
border-color css
<style>
span { border-color: #FC5B7E; }
span { border-color: rgb(252,91,126); }
td.TdClassName
{
border-color: #FC5B7E;
}
.TagClassName
{
border-color: #FC5B7E;
}
</style>