Shades of Brink Pink #FF707D
Tints of Brink Pink #FF707D
RGB
CMYK
RGB Variations
Color information
#FF707D (or 0xFF707D) is known color: Brink Pink. HEX triplet: FF, 70 and 7D. RGB value is (255,112,125). Sum of RGB (Red+Green+Blue) = 255+112+125=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 112 (44.14% from 255 or 22.76% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF707D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF707D is #008F82. Grayscale: #9C9C9C. Windows color (decimal): -36739 or 8220927. OLE color: 8220927.
HSL color Cylindrical-coordinate representation of color #FF707D: hue angle of 354.55º 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 #FF707D is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 125 | - |
| CMYK | 0 | 0.56 | 0.51 | 0 |
| HSL | 354.55º | 1% | 0.72% | - |
| HSV(B) | 354.55º | 0.56% | 1% | - |
| XYZ | 50.74 | 34.33 | 23.35 | - |
| YUV | 156.24 | 110.38 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 125 | 0 | 0.56 | 0.51 | 0 | 354.55 | 1 | 0.72 |
| Hex | FF | 70 | 7D | 0 | 38 | 33 | 0 | 163 | 64 | 48 |
| Octal | 377 | 160 | 175 | 0 | 70 | 63 | 0 | 543 | 144 | 110 |
| Binary | 11111111 | 1110000 | 1111101 | 0 | 111000 | 110011 | 0 | 101100011 | 1100100 | 1001000 |
Color Harmonies of #FF707D
Complementary color
Monochromatic Colors of #FF707D
Black with #FF707D
Text Example
Text Example
White with #FF707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF707D; }
p { color: rgb(255,112,125); }
H1.HeaderClassName
{
color: #FF707D;
}
.AnyTagClassName
{
color: #FF707D;
}
</style>
background-color css
<style>
a { background-color: #FF707D; }
a { background-color: rgb(255,112,125); }
div.DivClassName
{
background-color: #FF707D;
}
.BgClassName
{
background-color: #FF707D;
}
</style>
border-color css
<style>
span { border-color: #FF707D; }
span { border-color: rgb(255,112,125); }
td.TdClassName
{
border-color: #FF707D;
}
.TagClassName
{
border-color: #FF707D;
}
</style>