Shades of Brink Pink #FC717F
Tints of Brink Pink #FC717F
RGB
CMYK
RGB Variations
Color information
#FC717F (or 0xFC717F) is known color: Brink Pink. HEX triplet: FC, 71 and 7F. RGB value is (252,113,127). Sum of RGB (Red+Green+Blue) = 252+113+127=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC717F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC717F is #038E80. Grayscale: #9C9C9C. Windows color (decimal): -233089 or 8352252. OLE color: 8352252.
HSL color Cylindrical-coordinate representation of color #FC717F: hue angle of 353.96º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FC717F is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 127 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.01 |
| HSL | 353.96º | 0.96% | 0.72% | - |
| HSV(B) | 353.96º | 0.55% | 0.99% | - |
| XYZ | 49.88 | 34.04 | 24.02 | - |
| YUV | 156.16 | 111.55 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 127 | 0 | 0.55 | 0.50 | 0.01 | 353.96 | 0.96 | 0.72 |
| Hex | FC | 71 | 7F | 0 | 37 | 32 | 1 | 162 | 60 | 48 |
| Octal | 374 | 161 | 177 | 0 | 67 | 62 | 1 | 542 | 140 | 110 |
| Binary | 11111100 | 1110001 | 1111111 | 0 | 110111 | 110010 | 1 | 101100010 | 1100000 | 1001000 |
Color Harmonies of #FC717F
Complementary color
Monochromatic Colors of #FC717F
Black with #FC717F
Text Example
Text Example
White with #FC717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC717F; }
p { color: rgb(252,113,127); }
H1.HeaderClassName
{
color: #FC717F;
}
.AnyTagClassName
{
color: #FC717F;
}
</style>
background-color css
<style>
a { background-color: #FC717F; }
a { background-color: rgb(252,113,127); }
div.DivClassName
{
background-color: #FC717F;
}
.BgClassName
{
background-color: #FC717F;
}
</style>
border-color css
<style>
span { border-color: #FC717F; }
span { border-color: rgb(252,113,127); }
td.TdClassName
{
border-color: #FC717F;
}
.TagClassName
{
border-color: #FC717F;
}
</style>