Shades of Brink Pink #FE5A8B
Tints of Brink Pink #FE5A8B
RGB
CMYK
RGB Variations
Color information
#FE5A8B (or 0xFE5A8B) is known color: Brink Pink. HEX triplet: FE, 5A and 8B. RGB value is (254,90,139). Sum of RGB (Red+Green+Blue) = 254+90+139=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5A8B is #01A574. Grayscale: #909090. Windows color (decimal): -107893 or 9132798. OLE color: 9132798.
HSL color Cylindrical-coordinate representation of color #FE5A8B: hue angle of 342.07º 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 #FE5A8B is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 139 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.00 |
| HSL | 342.07º | 0.99% | 0.67% | - |
| HSV(B) | 342.07º | 0.65% | 1% | - |
| XYZ | 49.19 | 30.25 | 27.67 | - |
| YUV | 144.62 | 124.83 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 139 | 0 | 0.65 | 0.45 | 0.00 | 342.07 | 0.99 | 0.67 |
| Hex | FE | 5A | 8B | 0 | 41 | 2D | 0 | 156 | 63 | 43 |
| Octal | 376 | 132 | 213 | 0 | 101 | 55 | 0 | 526 | 143 | 103 |
| Binary | 11111110 | 1011010 | 10001011 | 0 | 1000001 | 101101 | 0 | 101010110 | 1100011 | 1000011 |
Color Harmonies of #FE5A8B
Complementary color
Monochromatic Colors of #FE5A8B
Black with #FE5A8B
Text Example
Text Example
White with #FE5A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5A8B; }
p { color: rgb(254,90,139); }
H1.HeaderClassName
{
color: #FE5A8B;
}
.AnyTagClassName
{
color: #FE5A8B;
}
</style>
background-color css
<style>
a { background-color: #FE5A8B; }
a { background-color: rgb(254,90,139); }
div.DivClassName
{
background-color: #FE5A8B;
}
.BgClassName
{
background-color: #FE5A8B;
}
</style>
border-color css
<style>
span { border-color: #FE5A8B; }
span { border-color: rgb(254,90,139); }
td.TdClassName
{
border-color: #FE5A8B;
}
.TagClassName
{
border-color: #FE5A8B;
}
</style>