Shades of Brink Pink #FE5786
Tints of Brink Pink #FE5786
RGB
CMYK
RGB Variations
Color information
#FE5786 (or 0xFE5786) is known color: Brink Pink. HEX triplet: FE, 57 and 86. RGB value is (254,87,134). Sum of RGB (Red+Green+Blue) = 254+87+134=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5786 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5786 is #01A879. Grayscale: #8E8E8E. Windows color (decimal): -108666 or 8804350. OLE color: 8804350.
HSL color Cylindrical-coordinate representation of color #FE5786: hue angle of 343.11º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE5786 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 134 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.00 |
| HSL | 343.11º | 0.99% | 0.67% | - |
| HSV(B) | 343.11º | 0.66% | 1% | - |
| XYZ | 48.58 | 29.61 | 25.71 | - |
| YUV | 142.29 | 123.33 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 134 | 0 | 0.66 | 0.47 | 0.00 | 343.11 | 0.99 | 0.67 |
| Hex | FE | 57 | 86 | 0 | 42 | 2F | 0 | 157 | 63 | 43 |
| Octal | 376 | 127 | 206 | 0 | 102 | 57 | 0 | 527 | 143 | 103 |
| Binary | 11111110 | 1010111 | 10000110 | 0 | 1000010 | 101111 | 0 | 101010111 | 1100011 | 1000011 |
Color Harmonies of #FE5786
Complementary color
Monochromatic Colors of #FE5786
Black with #FE5786
Text Example
Text Example
White with #FE5786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5786; }
p { color: rgb(254,87,134); }
H1.HeaderClassName
{
color: #FE5786;
}
.AnyTagClassName
{
color: #FE5786;
}
</style>
background-color css
<style>
a { background-color: #FE5786; }
a { background-color: rgb(254,87,134); }
div.DivClassName
{
background-color: #FE5786;
}
.BgClassName
{
background-color: #FE5786;
}
</style>
border-color css
<style>
span { border-color: #FE5786; }
span { border-color: rgb(254,87,134); }
td.TdClassName
{
border-color: #FE5786;
}
.TagClassName
{
border-color: #FE5786;
}
</style>