Shades of Brink Pink #FD6E7D
Tints of Brink Pink #FD6E7D
RGB
CMYK
RGB Variations
Color information
#FD6E7D (or 0xFD6E7D) is known color: Brink Pink. HEX triplet: FD, 6E and 7D. RGB value is (253,110,125). Sum of RGB (Red+Green+Blue) = 253+110+125=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6E7D is #029182. Grayscale: #9A9A9A. Windows color (decimal): -168323 or 8220413. OLE color: 8220413.
HSL color Cylindrical-coordinate representation of color #FD6E7D: hue angle of 353.71º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD6E7D is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 110 | 125 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.01 |
| HSL | 353.71º | 0.97% | 0.71% | - |
| HSV(B) | 353.71º | 0.57% | 0.99% | - |
| XYZ | 49.79 | 33.52 | 23.25 | - |
| YUV | 154.47 | 111.38 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 110 | 125 | 0 | 0.57 | 0.51 | 0.01 | 353.71 | 0.97 | 0.71 |
| Hex | FD | 6E | 7D | 0 | 39 | 33 | 1 | 162 | 61 | 47 |
| Octal | 375 | 156 | 175 | 0 | 71 | 63 | 1 | 542 | 141 | 107 |
| Binary | 11111101 | 1101110 | 1111101 | 0 | 111001 | 110011 | 1 | 101100010 | 1100001 | 1000111 |
Color Harmonies of #FD6E7D
Complementary color
Monochromatic Colors of #FD6E7D
Black with #FD6E7D
Text Example
Text Example
White with #FD6E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6E7D; }
p { color: rgb(253,110,125); }
H1.HeaderClassName
{
color: #FD6E7D;
}
.AnyTagClassName
{
color: #FD6E7D;
}
</style>
background-color css
<style>
a { background-color: #FD6E7D; }
a { background-color: rgb(253,110,125); }
div.DivClassName
{
background-color: #FD6E7D;
}
.BgClassName
{
background-color: #FD6E7D;
}
</style>
border-color css
<style>
span { border-color: #FD6E7D; }
span { border-color: rgb(253,110,125); }
td.TdClassName
{
border-color: #FD6E7D;
}
.TagClassName
{
border-color: #FD6E7D;
}
</style>