Shades of Brink Pink #FF718A
Tints of Brink Pink #FF718A
RGB
CMYK
RGB Variations
Color information
#FF718A (or 0xFF718A) is known color: Brink Pink. HEX triplet: FF, 71 and 8A. RGB value is (255,113,138). Sum of RGB (Red+Green+Blue) = 255+113+138=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF718A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF718A is #008E75. Grayscale: #9E9E9E. Windows color (decimal): -36470 or 9073151. OLE color: 9073151.
HSL color Cylindrical-coordinate representation of color #FF718A: hue angle of 349.44º 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 #FF718A is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 138 | - |
| CMYK | 0 | 0.56 | 0.46 | 0 |
| HSL | 349.44º | 1% | 0.72% | - |
| HSV(B) | 349.44º | 0.56% | 1% | - |
| XYZ | 51.73 | 34.91 | 28.06 | - |
| YUV | 158.31 | 116.54 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 138 | 0 | 0.56 | 0.46 | 0 | 349.44 | 1 | 0.72 |
| Hex | FF | 71 | 8A | 0 | 38 | 2E | 0 | 15D | 64 | 48 |
| Octal | 377 | 161 | 212 | 0 | 70 | 56 | 0 | 535 | 144 | 110 |
| Binary | 11111111 | 1110001 | 10001010 | 0 | 111000 | 101110 | 0 | 101011101 | 1100100 | 1001000 |
Color Harmonies of #FF718A
Complementary color
Monochromatic Colors of #FF718A
Black with #FF718A
Text Example
Text Example
White with #FF718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF718A; }
p { color: rgb(255,113,138); }
H1.HeaderClassName
{
color: #FF718A;
}
.AnyTagClassName
{
color: #FF718A;
}
</style>
background-color css
<style>
a { background-color: #FF718A; }
a { background-color: rgb(255,113,138); }
div.DivClassName
{
background-color: #FF718A;
}
.BgClassName
{
background-color: #FF718A;
}
</style>
border-color css
<style>
span { border-color: #FF718A; }
span { border-color: rgb(255,113,138); }
td.TdClassName
{
border-color: #FF718A;
}
.TagClassName
{
border-color: #FF718A;
}
</style>