Shades of Brink Pink #FF708D
Tints of Brink Pink #FF708D
RGB
CMYK
RGB Variations
Color information
#FF708D (or 0xFF708D) is known color: Brink Pink. HEX triplet: FF, 70 and 8D. RGB value is (255,112,141). Sum of RGB (Red+Green+Blue) = 255+112+141=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF708D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF708D is #008F72. Grayscale: #9E9E9E. Windows color (decimal): -36723 or 9269503. OLE color: 9269503.
HSL color Cylindrical-coordinate representation of color #FF708D: hue angle of 347.83º 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 #FF708D is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 141 | - |
| CMYK | 0 | 0.56 | 0.45 | 0 |
| HSL | 347.83º | 1% | 0.72% | - |
| HSV(B) | 347.83º | 0.56% | 1% | - |
| XYZ | 51.84 | 34.77 | 29.18 | - |
| YUV | 158.06 | 118.38 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 141 | 0 | 0.56 | 0.45 | 0 | 347.83 | 1 | 0.72 |
| Hex | FF | 70 | 8D | 0 | 38 | 2D | 0 | 15C | 64 | 48 |
| Octal | 377 | 160 | 215 | 0 | 70 | 55 | 0 | 534 | 144 | 110 |
| Binary | 11111111 | 1110000 | 10001101 | 0 | 111000 | 101101 | 0 | 101011100 | 1100100 | 1001000 |
Color Harmonies of #FF708D
Complementary color
Monochromatic Colors of #FF708D
Black with #FF708D
Text Example
Text Example
White with #FF708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF708D; }
p { color: rgb(255,112,141); }
H1.HeaderClassName
{
color: #FF708D;
}
.AnyTagClassName
{
color: #FF708D;
}
</style>
background-color css
<style>
a { background-color: #FF708D; }
a { background-color: rgb(255,112,141); }
div.DivClassName
{
background-color: #FF708D;
}
.BgClassName
{
background-color: #FF708D;
}
</style>
border-color css
<style>
span { border-color: #FF708D; }
span { border-color: rgb(255,112,141); }
td.TdClassName
{
border-color: #FF708D;
}
.TagClassName
{
border-color: #FF708D;
}
</style>