Shades of Brink Pink #FE5E81
Tints of Brink Pink #FE5E81
RGB
CMYK
RGB Variations
Color information
#FE5E81 (or 0xFE5E81) is known color: Brink Pink. HEX triplet: FE, 5E and 81. RGB value is (254,94,129). Sum of RGB (Red+Green+Blue) = 254+94+129=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5E81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5E81 is #01A17E. Grayscale: #919191. Windows color (decimal): -106879 or 8478462. OLE color: 8478462.
HSL color Cylindrical-coordinate representation of color #FE5E81: hue angle of 346.88º 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 #FE5E81 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 129 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.00 |
| HSL | 346.88º | 0.99% | 0.68% | - |
| HSV(B) | 346.88º | 0.63% | 1% | - |
| XYZ | 48.84 | 30.66 | 24.11 | - |
| YUV | 145.83 | 118.51 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 129 | 0 | 0.63 | 0.49 | 0.00 | 346.88 | 0.99 | 0.68 |
| Hex | FE | 5E | 81 | 0 | 3F | 31 | 0 | 15B | 63 | 44 |
| Octal | 376 | 136 | 201 | 0 | 77 | 61 | 0 | 533 | 143 | 104 |
| Binary | 11111110 | 1011110 | 10000001 | 0 | 111111 | 110001 | 0 | 101011011 | 1100011 | 1000100 |
Color Harmonies of #FE5E81
Complementary color
Monochromatic Colors of #FE5E81
Black with #FE5E81
Text Example
Text Example
White with #FE5E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5E81; }
p { color: rgb(254,94,129); }
H1.HeaderClassName
{
color: #FE5E81;
}
.AnyTagClassName
{
color: #FE5E81;
}
</style>
background-color css
<style>
a { background-color: #FE5E81; }
a { background-color: rgb(254,94,129); }
div.DivClassName
{
background-color: #FE5E81;
}
.BgClassName
{
background-color: #FE5E81;
}
</style>
border-color css
<style>
span { border-color: #FE5E81; }
span { border-color: rgb(254,94,129); }
td.TdClassName
{
border-color: #FE5E81;
}
.TagClassName
{
border-color: #FE5E81;
}
</style>