Shades of Brink Pink #FE5A85
Tints of Brink Pink #FE5A85
RGB
CMYK
RGB Variations
Color information
#FE5A85 (or 0xFE5A85) is known color: Brink Pink. HEX triplet: FE, 5A and 85. RGB value is (254,90,133). Sum of RGB (Red+Green+Blue) = 254+90+133=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5A85 is #01A57A. Grayscale: #8F8F8F. Windows color (decimal): -107899 or 8739582. OLE color: 8739582.
HSL color Cylindrical-coordinate representation of color #FE5A85: hue angle of 344.27º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE5A85 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 133 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.00 |
| HSL | 344.27º | 0.99% | 0.67% | - |
| HSV(B) | 344.27º | 0.65% | 1% | - |
| XYZ | 48.76 | 30.08 | 25.43 | - |
| YUV | 143.94 | 121.83 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 133 | 0 | 0.65 | 0.48 | 0.00 | 344.27 | 0.99 | 0.67 |
| Hex | FE | 5A | 85 | 0 | 41 | 30 | 0 | 158 | 63 | 43 |
| Octal | 376 | 132 | 205 | 0 | 101 | 60 | 0 | 530 | 143 | 103 |
| Binary | 11111110 | 1011010 | 10000101 | 0 | 1000001 | 110000 | 0 | 101011000 | 1100011 | 1000011 |
Color Harmonies of #FE5A85
Complementary color
Monochromatic Colors of #FE5A85
Black with #FE5A85
Text Example
Text Example
White with #FE5A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5A85; }
p { color: rgb(254,90,133); }
H1.HeaderClassName
{
color: #FE5A85;
}
.AnyTagClassName
{
color: #FE5A85;
}
</style>
background-color css
<style>
a { background-color: #FE5A85; }
a { background-color: rgb(254,90,133); }
div.DivClassName
{
background-color: #FE5A85;
}
.BgClassName
{
background-color: #FE5A85;
}
</style>
border-color css
<style>
span { border-color: #FE5A85; }
span { border-color: rgb(254,90,133); }
td.TdClassName
{
border-color: #FE5A85;
}
.TagClassName
{
border-color: #FE5A85;
}
</style>