Shades of Brink Pink #FE718D
Tints of Brink Pink #FE718D
RGB
CMYK
RGB Variations
Color information
#FE718D (or 0xFE718D) is known color: Brink Pink. HEX triplet: FE, 71 and 8D. RGB value is (254,113,141). Sum of RGB (Red+Green+Blue) = 254+113+141=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE718D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE718D is #018E72. Grayscale: #9E9E9E. Windows color (decimal): -102003 or 9269758. OLE color: 9269758.
HSL color Cylindrical-coordinate representation of color #FE718D: hue angle of 348.09º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE718D is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 141 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.00 |
| HSL | 348.09º | 0.99% | 0.72% | - |
| HSV(B) | 348.09º | 0.56% | 1% | - |
| XYZ | 51.59 | 34.8 | 29.2 | - |
| YUV | 158.35 | 118.21 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 141 | 0 | 0.56 | 0.44 | 0.00 | 348.09 | 0.99 | 0.72 |
| Hex | FE | 71 | 8D | 0 | 38 | 2C | 0 | 15C | 63 | 48 |
| Octal | 376 | 161 | 215 | 0 | 70 | 54 | 0 | 534 | 143 | 110 |
| Binary | 11111110 | 1110001 | 10001101 | 0 | 111000 | 101100 | 0 | 101011100 | 1100011 | 1001000 |
Color Harmonies of #FE718D
Complementary color
Monochromatic Colors of #FE718D
Black with #FE718D
Text Example
Text Example
White with #FE718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE718D; }
p { color: rgb(254,113,141); }
H1.HeaderClassName
{
color: #FE718D;
}
.AnyTagClassName
{
color: #FE718D;
}
</style>
background-color css
<style>
a { background-color: #FE718D; }
a { background-color: rgb(254,113,141); }
div.DivClassName
{
background-color: #FE718D;
}
.BgClassName
{
background-color: #FE718D;
}
</style>
border-color css
<style>
span { border-color: #FE718D; }
span { border-color: rgb(254,113,141); }
td.TdClassName
{
border-color: #FE718D;
}
.TagClassName
{
border-color: #FE718D;
}
</style>