Shades of Brink Pink #FD717A
Tints of Brink Pink #FD717A
RGB
CMYK
RGB Variations
Color information
#FD717A (or 0xFD717A) is known color: Brink Pink. HEX triplet: FD, 71 and 7A. RGB value is (253,113,122). Sum of RGB (Red+Green+Blue) = 253+113+122=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FD717A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD717A is #028E85. Grayscale: #9B9B9B. Windows color (decimal): -167558 or 8024573. OLE color: 8024573.
HSL color Cylindrical-coordinate representation of color #FD717A: hue angle of 356.14º 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 #FD717A is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 113 | 122 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.01 |
| HSL | 356.14º | 0.97% | 0.72% | - |
| HSV(B) | 356.14º | 0.55% | 0.99% | - |
| XYZ | 49.93 | 34.1 | 22.36 | - |
| YUV | 155.89 | 108.88 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 113 | 122 | 0 | 0.55 | 0.52 | 0.01 | 356.14 | 0.97 | 0.72 |
| Hex | FD | 71 | 7A | 0 | 37 | 34 | 1 | 164 | 61 | 48 |
| Octal | 375 | 161 | 172 | 0 | 67 | 64 | 1 | 544 | 141 | 110 |
| Binary | 11111101 | 1110001 | 1111010 | 0 | 110111 | 110100 | 1 | 101100100 | 1100001 | 1001000 |
Color Harmonies of #FD717A
Complementary color
Monochromatic Colors of #FD717A
Black with #FD717A
Text Example
Text Example
White with #FD717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD717A; }
p { color: rgb(253,113,122); }
H1.HeaderClassName
{
color: #FD717A;
}
.AnyTagClassName
{
color: #FD717A;
}
</style>
background-color css
<style>
a { background-color: #FD717A; }
a { background-color: rgb(253,113,122); }
div.DivClassName
{
background-color: #FD717A;
}
.BgClassName
{
background-color: #FD717A;
}
</style>
border-color css
<style>
span { border-color: #FD717A; }
span { border-color: rgb(253,113,122); }
td.TdClassName
{
border-color: #FD717A;
}
.TagClassName
{
border-color: #FD717A;
}
</style>