Shades of Brink Pink #FE718B
Tints of Brink Pink #FE718B
RGB
CMYK
RGB Variations
Color information
#FE718B (or 0xFE718B) is known color: Brink Pink. HEX triplet: FE, 71 and 8B. RGB value is (254,113,139). Sum of RGB (Red+Green+Blue) = 254+113+139=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE718B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE718B is #018E74. Grayscale: #9E9E9E. Windows color (decimal): -102005 or 9138686. OLE color: 9138686.
HSL color Cylindrical-coordinate representation of color #FE718B: hue angle of 348.94º 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 #FE718B is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 139 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.00 |
| HSL | 348.94º | 0.99% | 0.72% | - |
| HSV(B) | 348.94º | 0.56% | 1% | - |
| XYZ | 51.44 | 34.75 | 28.42 | - |
| YUV | 158.12 | 117.21 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 139 | 0 | 0.56 | 0.45 | 0.00 | 348.94 | 0.99 | 0.72 |
| Hex | FE | 71 | 8B | 0 | 38 | 2D | 0 | 15D | 63 | 48 |
| Octal | 376 | 161 | 213 | 0 | 70 | 55 | 0 | 535 | 143 | 110 |
| Binary | 11111110 | 1110001 | 10001011 | 0 | 111000 | 101101 | 0 | 101011101 | 1100011 | 1001000 |
Color Harmonies of #FE718B
Complementary color
Monochromatic Colors of #FE718B
Black with #FE718B
Text Example
Text Example
White with #FE718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE718B; }
p { color: rgb(254,113,139); }
H1.HeaderClassName
{
color: #FE718B;
}
.AnyTagClassName
{
color: #FE718B;
}
</style>
background-color css
<style>
a { background-color: #FE718B; }
a { background-color: rgb(254,113,139); }
div.DivClassName
{
background-color: #FE718B;
}
.BgClassName
{
background-color: #FE718B;
}
</style>
border-color css
<style>
span { border-color: #FE718B; }
span { border-color: rgb(254,113,139); }
td.TdClassName
{
border-color: #FE718B;
}
.TagClassName
{
border-color: #FE718B;
}
</style>