Shades of Brink Pink #FC718A
Tints of Brink Pink #FC718A
RGB
CMYK
RGB Variations
Color information
#FC718A (or 0xFC718A) is known color: Brink Pink. HEX triplet: FC, 71 and 8A. RGB value is (252,113,138). Sum of RGB (Red+Green+Blue) = 252+113+138=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC718A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC718A is #038E75. Grayscale: #9D9D9D. Windows color (decimal): -233078 or 9073148. OLE color: 9073148.
HSL color Cylindrical-coordinate representation of color #FC718A: hue angle of 349.21º 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 #FC718A is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 138 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.01 |
| HSL | 349.21º | 0.96% | 0.72% | - |
| HSV(B) | 349.21º | 0.55% | 0.99% | - |
| XYZ | 50.64 | 34.34 | 28 | - |
| YUV | 157.41 | 117.05 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 138 | 0 | 0.55 | 0.45 | 0.01 | 349.21 | 0.96 | 0.72 |
| Hex | FC | 71 | 8A | 0 | 37 | 2D | 1 | 15D | 60 | 48 |
| Octal | 374 | 161 | 212 | 0 | 67 | 55 | 1 | 535 | 140 | 110 |
| Binary | 11111100 | 1110001 | 10001010 | 0 | 110111 | 101101 | 1 | 101011101 | 1100000 | 1001000 |
Color Harmonies of #FC718A
Complementary color
Monochromatic Colors of #FC718A
Black with #FC718A
Text Example
Text Example
White with #FC718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC718A; }
p { color: rgb(252,113,138); }
H1.HeaderClassName
{
color: #FC718A;
}
.AnyTagClassName
{
color: #FC718A;
}
</style>
background-color css
<style>
a { background-color: #FC718A; }
a { background-color: rgb(252,113,138); }
div.DivClassName
{
background-color: #FC718A;
}
.BgClassName
{
background-color: #FC718A;
}
</style>
border-color css
<style>
span { border-color: #FC718A; }
span { border-color: rgb(252,113,138); }
td.TdClassName
{
border-color: #FC718A;
}
.TagClassName
{
border-color: #FC718A;
}
</style>