Shades of Brink Pink #FC5C7E
Tints of Brink Pink #FC5C7E
RGB
CMYK
RGB Variations
Color information
#FC5C7E (or 0xFC5C7E) is known color: Brink Pink. HEX triplet: FC, 5C and 7E. RGB value is (252,92,126). Sum of RGB (Red+Green+Blue) = 252+92+126=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5C7E is #03A381. Grayscale: #8F8F8F. Windows color (decimal): -238466 or 8281340. OLE color: 8281340.
HSL color Cylindrical-coordinate representation of color #FC5C7E: hue angle of 347.25º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5C7E is Cyan = 0, Magento = 0.63, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 92 | 126 | - |
| CMYK | 0 | 0.63 | 0.5 | 0.01 |
| HSL | 347.25º | 0.96% | 0.67% | - |
| HSV(B) | 347.25º | 0.63% | 0.99% | - |
| XYZ | 47.74 | 29.86 | 22.99 | - |
| YUV | 143.72 | 118.01 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 92 | 126 | 0 | 0.63 | 0.5 | 0.01 | 347.25 | 0.96 | 0.67 |
| Hex | FC | 5C | 7E | 0 | 3F | 32 | 1 | 15B | 60 | 43 |
| Octal | 374 | 134 | 176 | 0 | 77 | 62 | 1 | 533 | 140 | 103 |
| Binary | 11111100 | 1011100 | 1111110 | 0 | 111111 | 110010 | 1 | 101011011 | 1100000 | 1000011 |
Color Harmonies of #FC5C7E
Complementary color
Monochromatic Colors of #FC5C7E
Black with #FC5C7E
Text Example
Text Example
White with #FC5C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5C7E; }
p { color: rgb(252,92,126); }
H1.HeaderClassName
{
color: #FC5C7E;
}
.AnyTagClassName
{
color: #FC5C7E;
}
</style>
background-color css
<style>
a { background-color: #FC5C7E; }
a { background-color: rgb(252,92,126); }
div.DivClassName
{
background-color: #FC5C7E;
}
.BgClassName
{
background-color: #FC5C7E;
}
</style>
border-color css
<style>
span { border-color: #FC5C7E; }
span { border-color: rgb(252,92,126); }
td.TdClassName
{
border-color: #FC5C7E;
}
.TagClassName
{
border-color: #FC5C7E;
}
</style>