Shades of Brink Pink #FE6E7D
Tints of Brink Pink #FE6E7D
RGB
CMYK
RGB Variations
Color information
#FE6E7D (or 0xFE6E7D) is known color: Brink Pink. HEX triplet: FE, 6E and 7D. RGB value is (254,110,125). Sum of RGB (Red+Green+Blue) = 254+110+125=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6E7D is #019182. Grayscale: #9A9A9A. Windows color (decimal): -102787 or 8220414. OLE color: 8220414.
HSL color Cylindrical-coordinate representation of color #FE6E7D: hue angle of 353.75º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE6E7D is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 110 | 125 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.00 |
| HSL | 353.75º | 0.99% | 0.71% | - |
| HSV(B) | 353.75º | 0.57% | 1% | - |
| XYZ | 50.15 | 33.7 | 23.26 | - |
| YUV | 154.77 | 111.21 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 110 | 125 | 0 | 0.57 | 0.51 | 0.00 | 353.75 | 0.99 | 0.71 |
| Hex | FE | 6E | 7D | 0 | 39 | 33 | 0 | 162 | 63 | 47 |
| Octal | 376 | 156 | 175 | 0 | 71 | 63 | 0 | 542 | 143 | 107 |
| Binary | 11111110 | 1101110 | 1111101 | 0 | 111001 | 110011 | 0 | 101100010 | 1100011 | 1000111 |
Color Harmonies of #FE6E7D
Complementary color
Monochromatic Colors of #FE6E7D
Black with #FE6E7D
Text Example
Text Example
White with #FE6E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6E7D; }
p { color: rgb(254,110,125); }
H1.HeaderClassName
{
color: #FE6E7D;
}
.AnyTagClassName
{
color: #FE6E7D;
}
</style>
background-color css
<style>
a { background-color: #FE6E7D; }
a { background-color: rgb(254,110,125); }
div.DivClassName
{
background-color: #FE6E7D;
}
.BgClassName
{
background-color: #FE6E7D;
}
</style>
border-color css
<style>
span { border-color: #FE6E7D; }
span { border-color: rgb(254,110,125); }
td.TdClassName
{
border-color: #FE6E7D;
}
.TagClassName
{
border-color: #FE6E7D;
}
</style>