Shades of Brink Pink #FE7A87
Tints of Brink Pink #FE7A87
RGB
CMYK
RGB Variations
Color information
#FE7A87 (or 0xFE7A87) is known color: Brink Pink. HEX triplet: FE, 7A and 87. RGB value is (254,122,135). Sum of RGB (Red+Green+Blue) = 254+122+135=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 135 (53.12% from 255 or 26.42% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7A87 is #018578. Grayscale: #A3A3A3. Windows color (decimal): -99705 or 8878846. OLE color: 8878846.
HSL color Cylindrical-coordinate representation of color #FE7A87: hue angle of 354.09º 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 #FE7A87 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 135 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.00 |
| HSL | 354.09º | 0.99% | 0.74% | - |
| HSV(B) | 354.09º | 0.52% | 1% | - |
| XYZ | 52.21 | 36.74 | 27.26 | - |
| YUV | 162.95 | 112.23 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 135 | 0 | 0.52 | 0.47 | 0.00 | 354.09 | 0.99 | 0.74 |
| Hex | FE | 7A | 87 | 0 | 34 | 2F | 0 | 162 | 63 | 4A |
| Octal | 376 | 172 | 207 | 0 | 64 | 57 | 0 | 542 | 143 | 112 |
| Binary | 11111110 | 1111010 | 10000111 | 0 | 110100 | 101111 | 0 | 101100010 | 1100011 | 1001010 |
Color Harmonies of #FE7A87
Complementary color
Monochromatic Colors of #FE7A87
Black with #FE7A87
Text Example
Text Example
White with #FE7A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7A87; }
p { color: rgb(254,122,135); }
H1.HeaderClassName
{
color: #FE7A87;
}
.AnyTagClassName
{
color: #FE7A87;
}
</style>
background-color css
<style>
a { background-color: #FE7A87; }
a { background-color: rgb(254,122,135); }
div.DivClassName
{
background-color: #FE7A87;
}
.BgClassName
{
background-color: #FE7A87;
}
</style>
border-color css
<style>
span { border-color: #FE7A87; }
span { border-color: rgb(254,122,135); }
td.TdClassName
{
border-color: #FE7A87;
}
.TagClassName
{
border-color: #FE7A87;
}
</style>