Shades of Brink Pink #FE5781
Tints of Brink Pink #FE5781
RGB
CMYK
RGB Variations
Color information
#FE5781 (or 0xFE5781) is known color: Brink Pink. HEX triplet: FE, 57 and 81. RGB value is (254,87,129). Sum of RGB (Red+Green+Blue) = 254+87+129=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 87 (34.38% from 255 or 18.51% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5781 is #01A87E. Grayscale: #8D8D8D. Windows color (decimal): -108671 or 8476670. OLE color: 8476670.
HSL color Cylindrical-coordinate representation of color #FE5781: hue angle of 344.91º 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 #FE5781 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 129 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.00 |
| HSL | 344.91º | 0.99% | 0.67% | - |
| HSV(B) | 344.91º | 0.66% | 1% | - |
| XYZ | 48.24 | 29.47 | 23.91 | - |
| YUV | 141.72 | 120.83 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 129 | 0 | 0.66 | 0.49 | 0.00 | 344.91 | 0.99 | 0.67 |
| Hex | FE | 57 | 81 | 0 | 42 | 31 | 0 | 159 | 63 | 43 |
| Octal | 376 | 127 | 201 | 0 | 102 | 61 | 0 | 531 | 143 | 103 |
| Binary | 11111110 | 1010111 | 10000001 | 0 | 1000010 | 110001 | 0 | 101011001 | 1100011 | 1000011 |
Color Harmonies of #FE5781
Complementary color
Monochromatic Colors of #FE5781
Black with #FE5781
Text Example
Text Example
White with #FE5781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5781; }
p { color: rgb(254,87,129); }
H1.HeaderClassName
{
color: #FE5781;
}
.AnyTagClassName
{
color: #FE5781;
}
</style>
background-color css
<style>
a { background-color: #FE5781; }
a { background-color: rgb(254,87,129); }
div.DivClassName
{
background-color: #FE5781;
}
.BgClassName
{
background-color: #FE5781;
}
</style>
border-color css
<style>
span { border-color: #FE5781; }
span { border-color: rgb(254,87,129); }
td.TdClassName
{
border-color: #FE5781;
}
.TagClassName
{
border-color: #FE5781;
}
</style>