Shades of Brink Pink #FE7A86
Tints of Brink Pink #FE7A86
RGB
CMYK
RGB Variations
Color information
#FE7A86 (or 0xFE7A86) is known color: Brink Pink. HEX triplet: FE, 7A and 86. RGB value is (254,122,134). Sum of RGB (Red+Green+Blue) = 254+122+134=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7A86 is #018579. Grayscale: #A2A2A2. Windows color (decimal): -99706 or 8813310. OLE color: 8813310.
HSL color Cylindrical-coordinate representation of color #FE7A86: hue angle of 354.55º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7A86 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 134 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.00 |
| HSL | 354.55º | 0.99% | 0.74% | - |
| HSV(B) | 354.55º | 0.52% | 1% | - |
| XYZ | 52.14 | 36.71 | 26.89 | - |
| YUV | 162.84 | 111.73 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 134 | 0 | 0.52 | 0.47 | 0.00 | 354.55 | 0.99 | 0.74 |
| Hex | FE | 7A | 86 | 0 | 34 | 2F | 0 | 163 | 63 | 4A |
| Octal | 376 | 172 | 206 | 0 | 64 | 57 | 0 | 543 | 143 | 112 |
| Binary | 11111110 | 1111010 | 10000110 | 0 | 110100 | 101111 | 0 | 101100011 | 1100011 | 1001010 |
Color Harmonies of #FE7A86
Complementary color
Monochromatic Colors of #FE7A86
Black with #FE7A86
Text Example
Text Example
White with #FE7A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7A86; }
p { color: rgb(254,122,134); }
H1.HeaderClassName
{
color: #FE7A86;
}
.AnyTagClassName
{
color: #FE7A86;
}
</style>
background-color css
<style>
a { background-color: #FE7A86; }
a { background-color: rgb(254,122,134); }
div.DivClassName
{
background-color: #FE7A86;
}
.BgClassName
{
background-color: #FE7A86;
}
</style>
border-color css
<style>
span { border-color: #FE7A86; }
span { border-color: rgb(254,122,134); }
td.TdClassName
{
border-color: #FE7A86;
}
.TagClassName
{
border-color: #FE7A86;
}
</style>