Shades of Brink Pink #FF717D
Tints of Brink Pink #FF717D
RGB
CMYK
RGB Variations
Color information
#FF717D (or 0xFF717D) is known color: Brink Pink. HEX triplet: FF, 71 and 7D. RGB value is (255,113,125). Sum of RGB (Red+Green+Blue) = 255+113+125=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF717D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF717D is #008E82. Grayscale: #9C9C9C. Windows color (decimal): -36483 or 8221183. OLE color: 8221183.
HSL color Cylindrical-coordinate representation of color #FF717D: hue angle of 354.93º 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 #FF717D is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 125 | - |
| CMYK | 0 | 0.56 | 0.51 | 0 |
| HSL | 354.93º | 1% | 0.72% | - |
| HSV(B) | 354.93º | 0.56% | 1% | - |
| XYZ | 50.85 | 34.55 | 23.39 | - |
| YUV | 156.83 | 110.04 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 125 | 0 | 0.56 | 0.51 | 0 | 354.93 | 1 | 0.72 |
| Hex | FF | 71 | 7D | 0 | 38 | 33 | 0 | 163 | 64 | 48 |
| Octal | 377 | 161 | 175 | 0 | 70 | 63 | 0 | 543 | 144 | 110 |
| Binary | 11111111 | 1110001 | 1111101 | 0 | 111000 | 110011 | 0 | 101100011 | 1100100 | 1001000 |
Color Harmonies of #FF717D
Complementary color
Monochromatic Colors of #FF717D
Black with #FF717D
Text Example
Text Example
White with #FF717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF717D; }
p { color: rgb(255,113,125); }
H1.HeaderClassName
{
color: #FF717D;
}
.AnyTagClassName
{
color: #FF717D;
}
</style>
background-color css
<style>
a { background-color: #FF717D; }
a { background-color: rgb(255,113,125); }
div.DivClassName
{
background-color: #FF717D;
}
.BgClassName
{
background-color: #FF717D;
}
</style>
border-color css
<style>
span { border-color: #FF717D; }
span { border-color: rgb(255,113,125); }
td.TdClassName
{
border-color: #FF717D;
}
.TagClassName
{
border-color: #FF717D;
}
</style>