Shades of Brink Pink #FC718D
Tints of Brink Pink #FC718D
RGB
CMYK
RGB Variations
Color information
#FC718D (or 0xFC718D) is known color: Brink Pink. HEX triplet: FC, 71 and 8D. RGB value is (252,113,141). Sum of RGB (Red+Green+Blue) = 252+113+141=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC718D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC718D is #038E72. Grayscale: #9D9D9D. Windows color (decimal): -233075 or 9269756. OLE color: 9269756.
HSL color Cylindrical-coordinate representation of color #FC718D: hue angle of 347.91º 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 #FC718D is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 141 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.01 |
| HSL | 347.91º | 0.96% | 0.72% | - |
| HSV(B) | 347.91º | 0.55% | 0.99% | - |
| XYZ | 50.86 | 34.43 | 29.16 | - |
| YUV | 157.75 | 118.55 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 141 | 0 | 0.55 | 0.44 | 0.01 | 347.91 | 0.96 | 0.72 |
| Hex | FC | 71 | 8D | 0 | 37 | 2C | 1 | 15C | 60 | 48 |
| Octal | 374 | 161 | 215 | 0 | 67 | 54 | 1 | 534 | 140 | 110 |
| Binary | 11111100 | 1110001 | 10001101 | 0 | 110111 | 101100 | 1 | 101011100 | 1100000 | 1001000 |
Color Harmonies of #FC718D
Complementary color
Monochromatic Colors of #FC718D
Black with #FC718D
Text Example
Text Example
White with #FC718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC718D; }
p { color: rgb(252,113,141); }
H1.HeaderClassName
{
color: #FC718D;
}
.AnyTagClassName
{
color: #FC718D;
}
</style>
background-color css
<style>
a { background-color: #FC718D; }
a { background-color: rgb(252,113,141); }
div.DivClassName
{
background-color: #FC718D;
}
.BgClassName
{
background-color: #FC718D;
}
</style>
border-color css
<style>
span { border-color: #FC718D; }
span { border-color: rgb(252,113,141); }
td.TdClassName
{
border-color: #FC718D;
}
.TagClassName
{
border-color: #FC718D;
}
</style>