Shades of Brink Pink #FF718E
Tints of Brink Pink #FF718E
RGB
CMYK
RGB Variations
Color information
#FF718E (or 0xFF718E) is known color: Brink Pink. HEX triplet: FF, 71 and 8E. RGB value is (255,113,142). Sum of RGB (Red+Green+Blue) = 255+113+142=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF718E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF718E is #008E71. Grayscale: #9E9E9E. Windows color (decimal): -36466 or 9335295. OLE color: 9335295.
HSL color Cylindrical-coordinate representation of color #FF718E: hue angle of 347.75º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF718E is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 142 | - |
| CMYK | 0 | 0.56 | 0.44 | 0 |
| HSL | 347.75º | 1% | 0.72% | - |
| HSV(B) | 347.75º | 0.56% | 1% | - |
| XYZ | 52.03 | 35.02 | 29.61 | - |
| YUV | 158.76 | 118.54 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 142 | 0 | 0.56 | 0.44 | 0 | 347.75 | 1 | 0.72 |
| Hex | FF | 71 | 8E | 0 | 38 | 2C | 0 | 15C | 64 | 48 |
| Octal | 377 | 161 | 216 | 0 | 70 | 54 | 0 | 534 | 144 | 110 |
| Binary | 11111111 | 1110001 | 10001110 | 0 | 111000 | 101100 | 0 | 101011100 | 1100100 | 1001000 |
Color Harmonies of #FF718E
Complementary color
Monochromatic Colors of #FF718E
Black with #FF718E
Text Example
Text Example
White with #FF718E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF718E; }
p { color: rgb(255,113,142); }
H1.HeaderClassName
{
color: #FF718E;
}
.AnyTagClassName
{
color: #FF718E;
}
</style>
background-color css
<style>
a { background-color: #FF718E; }
a { background-color: rgb(255,113,142); }
div.DivClassName
{
background-color: #FF718E;
}
.BgClassName
{
background-color: #FF718E;
}
</style>
border-color css
<style>
span { border-color: #FF718E; }
span { border-color: rgb(255,113,142); }
td.TdClassName
{
border-color: #FF718E;
}
.TagClassName
{
border-color: #FF718E;
}
</style>