Shades of Brink Pink #FE5A83
Tints of Brink Pink #FE5A83
RGB
CMYK
RGB Variations
Color information
#FE5A83 (or 0xFE5A83) is known color: Brink Pink. HEX triplet: FE, 5A and 83. RGB value is (254,90,131). Sum of RGB (Red+Green+Blue) = 254+90+131=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5A83 is #01A57C. Grayscale: #8F8F8F. Windows color (decimal): -107901 or 8608510. OLE color: 8608510.
HSL color Cylindrical-coordinate representation of color #FE5A83: hue angle of 345º 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 #FE5A83 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 131 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.00 |
| HSL | 345º | 0.99% | 0.67% | - |
| HSV(B) | 345º | 0.65% | 1% | - |
| XYZ | 48.63 | 30.02 | 24.7 | - |
| YUV | 143.71 | 120.83 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 131 | 0 | 0.65 | 0.48 | 0.00 | 345 | 0.99 | 0.67 |
| Hex | FE | 5A | 83 | 0 | 41 | 30 | 0 | 159 | 63 | 43 |
| Octal | 376 | 132 | 203 | 0 | 101 | 60 | 0 | 531 | 143 | 103 |
| Binary | 11111110 | 1011010 | 10000011 | 0 | 1000001 | 110000 | 0 | 101011001 | 1100011 | 1000011 |
Color Harmonies of #FE5A83
Complementary color
Monochromatic Colors of #FE5A83
Black with #FE5A83
Text Example
Text Example
White with #FE5A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5A83; }
p { color: rgb(254,90,131); }
H1.HeaderClassName
{
color: #FE5A83;
}
.AnyTagClassName
{
color: #FE5A83;
}
</style>
background-color css
<style>
a { background-color: #FE5A83; }
a { background-color: rgb(254,90,131); }
div.DivClassName
{
background-color: #FE5A83;
}
.BgClassName
{
background-color: #FE5A83;
}
</style>
border-color css
<style>
span { border-color: #FE5A83; }
span { border-color: rgb(254,90,131); }
td.TdClassName
{
border-color: #FE5A83;
}
.TagClassName
{
border-color: #FE5A83;
}
</style>