Shades of Brink Pink #FD6E7E
Tints of Brink Pink #FD6E7E
RGB
CMYK
RGB Variations
Color information
#FD6E7E (or 0xFD6E7E) is known color: Brink Pink. HEX triplet: FD, 6E and 7E. RGB value is (253,110,126). Sum of RGB (Red+Green+Blue) = 253+110+126=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6E7E is #029181. Grayscale: #9A9A9A. Windows color (decimal): -168322 or 8285949. OLE color: 8285949.
HSL color Cylindrical-coordinate representation of color #FD6E7E: hue angle of 353.29º 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 #FD6E7E is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 110 | 126 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.01 |
| HSL | 353.29º | 0.97% | 0.71% | - |
| HSV(B) | 353.29º | 0.57% | 0.99% | - |
| XYZ | 49.85 | 33.54 | 23.59 | - |
| YUV | 154.58 | 111.88 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 110 | 126 | 0 | 0.57 | 0.50 | 0.01 | 353.29 | 0.97 | 0.71 |
| Hex | FD | 6E | 7E | 0 | 39 | 32 | 1 | 161 | 61 | 47 |
| Octal | 375 | 156 | 176 | 0 | 71 | 62 | 1 | 541 | 141 | 107 |
| Binary | 11111101 | 1101110 | 1111110 | 0 | 111001 | 110010 | 1 | 101100001 | 1100001 | 1000111 |
Color Harmonies of #FD6E7E
Complementary color
Monochromatic Colors of #FD6E7E
Black with #FD6E7E
Text Example
Text Example
White with #FD6E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6E7E; }
p { color: rgb(253,110,126); }
H1.HeaderClassName
{
color: #FD6E7E;
}
.AnyTagClassName
{
color: #FD6E7E;
}
</style>
background-color css
<style>
a { background-color: #FD6E7E; }
a { background-color: rgb(253,110,126); }
div.DivClassName
{
background-color: #FD6E7E;
}
.BgClassName
{
background-color: #FD6E7E;
}
</style>
border-color css
<style>
span { border-color: #FD6E7E; }
span { border-color: rgb(253,110,126); }
td.TdClassName
{
border-color: #FD6E7E;
}
.TagClassName
{
border-color: #FD6E7E;
}
</style>