Shades of Brink Pink #FD717D
Tints of Brink Pink #FD717D
RGB
CMYK
RGB Variations
Color information
#FD717D (or 0xFD717D) is known color: Brink Pink. HEX triplet: FD, 71 and 7D. RGB value is (253,113,125). Sum of RGB (Red+Green+Blue) = 253+113+125=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FD717D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD717D is #028E82. Grayscale: #9C9C9C. Windows color (decimal): -167555 or 8221181. OLE color: 8221181.
HSL color Cylindrical-coordinate representation of color #FD717D: hue angle of 354.86º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FD717D is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 113 | 125 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.01 |
| HSL | 354.86º | 0.97% | 0.72% | - |
| HSV(B) | 354.86º | 0.55% | 0.99% | - |
| XYZ | 50.11 | 34.17 | 23.36 | - |
| YUV | 156.23 | 110.38 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 113 | 125 | 0 | 0.55 | 0.51 | 0.01 | 354.86 | 0.97 | 0.72 |
| Hex | FD | 71 | 7D | 0 | 37 | 33 | 1 | 163 | 61 | 48 |
| Octal | 375 | 161 | 175 | 0 | 67 | 63 | 1 | 543 | 141 | 110 |
| Binary | 11111101 | 1110001 | 1111101 | 0 | 110111 | 110011 | 1 | 101100011 | 1100001 | 1001000 |
Color Harmonies of #FD717D
Complementary color
Monochromatic Colors of #FD717D
Black with #FD717D
Text Example
Text Example
White with #FD717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD717D; }
p { color: rgb(253,113,125); }
H1.HeaderClassName
{
color: #FD717D;
}
.AnyTagClassName
{
color: #FD717D;
}
</style>
background-color css
<style>
a { background-color: #FD717D; }
a { background-color: rgb(253,113,125); }
div.DivClassName
{
background-color: #FD717D;
}
.BgClassName
{
background-color: #FD717D;
}
</style>
border-color css
<style>
span { border-color: #FD717D; }
span { border-color: rgb(253,113,125); }
td.TdClassName
{
border-color: #FD717D;
}
.TagClassName
{
border-color: #FD717D;
}
</style>