Shades of Brink Pink #FE718E
Tints of Brink Pink #FE718E
RGB
CMYK
RGB Variations
Color information
#FE718E (or 0xFE718E) is known color: Brink Pink. HEX triplet: FE, 71 and 8E. RGB value is (254,113,142). Sum of RGB (Red+Green+Blue) = 254+113+142=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE718E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE718E is #018E71. Grayscale: #9E9E9E. Windows color (decimal): -102002 or 9335294. OLE color: 9335294.
HSL color Cylindrical-coordinate representation of color #FE718E: hue angle of 347.66º 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 #FE718E is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 142 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.00 |
| HSL | 347.66º | 0.99% | 0.72% | - |
| HSV(B) | 347.66º | 0.56% | 1% | - |
| XYZ | 51.66 | 34.83 | 29.59 | - |
| YUV | 158.47 | 118.71 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 142 | 0 | 0.56 | 0.44 | 0.00 | 347.66 | 0.99 | 0.72 |
| Hex | FE | 71 | 8E | 0 | 38 | 2C | 0 | 15C | 63 | 48 |
| Octal | 376 | 161 | 216 | 0 | 70 | 54 | 0 | 534 | 143 | 110 |
| Binary | 11111110 | 1110001 | 10001110 | 0 | 111000 | 101100 | 0 | 101011100 | 1100011 | 1001000 |
Color Harmonies of #FE718E
Complementary color
Monochromatic Colors of #FE718E
Black with #FE718E
Text Example
Text Example
White with #FE718E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE718E; }
p { color: rgb(254,113,142); }
H1.HeaderClassName
{
color: #FE718E;
}
.AnyTagClassName
{
color: #FE718E;
}
</style>
background-color css
<style>
a { background-color: #FE718E; }
a { background-color: rgb(254,113,142); }
div.DivClassName
{
background-color: #FE718E;
}
.BgClassName
{
background-color: #FE718E;
}
</style>
border-color css
<style>
span { border-color: #FE718E; }
span { border-color: rgb(254,113,142); }
td.TdClassName
{
border-color: #FE718E;
}
.TagClassName
{
border-color: #FE718E;
}
</style>