Shades of Brink Pink #FE5E86
Tints of Brink Pink #FE5E86
RGB
CMYK
RGB Variations
Color information
#FE5E86 (or 0xFE5E86) is known color: Brink Pink. HEX triplet: FE, 5E and 86. RGB value is (254,94,134). Sum of RGB (Red+Green+Blue) = 254+94+134=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5E86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5E86 is #01A179. Grayscale: #929292. Windows color (decimal): -106874 or 8806142. OLE color: 8806142.
HSL color Cylindrical-coordinate representation of color #FE5E86: hue angle of 345º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5E86 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 134 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.00 |
| HSL | 345º | 0.99% | 0.68% | - |
| HSV(B) | 345º | 0.63% | 1% | - |
| XYZ | 49.18 | 30.8 | 25.91 | - |
| YUV | 146.4 | 121.01 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 134 | 0 | 0.63 | 0.47 | 0.00 | 345 | 0.99 | 0.68 |
| Hex | FE | 5E | 86 | 0 | 3F | 2F | 0 | 159 | 63 | 44 |
| Octal | 376 | 136 | 206 | 0 | 77 | 57 | 0 | 531 | 143 | 104 |
| Binary | 11111110 | 1011110 | 10000110 | 0 | 111111 | 101111 | 0 | 101011001 | 1100011 | 1000100 |
Color Harmonies of #FE5E86
Complementary color
Monochromatic Colors of #FE5E86
Black with #FE5E86
Text Example
Text Example
White with #FE5E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5E86; }
p { color: rgb(254,94,134); }
H1.HeaderClassName
{
color: #FE5E86;
}
.AnyTagClassName
{
color: #FE5E86;
}
</style>
background-color css
<style>
a { background-color: #FE5E86; }
a { background-color: rgb(254,94,134); }
div.DivClassName
{
background-color: #FE5E86;
}
.BgClassName
{
background-color: #FE5E86;
}
</style>
border-color css
<style>
span { border-color: #FE5E86; }
span { border-color: rgb(254,94,134); }
td.TdClassName
{
border-color: #FE5E86;
}
.TagClassName
{
border-color: #FE5E86;
}
</style>