Shades of Brink Pink #FE5F80
Tints of Brink Pink #FE5F80
RGB
CMYK
RGB Variations
Color information
#FE5F80 (or 0xFE5F80) is known color: Brink Pink. HEX triplet: FE, 5F and 80. RGB value is (254,95,128). Sum of RGB (Red+Green+Blue) = 254+95+128=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5F80 is #01A07F. Grayscale: #929292. Windows color (decimal): -106624 or 8413182. OLE color: 8413182.
HSL color Cylindrical-coordinate representation of color #FE5F80: hue angle of 347.55º 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 #FE5F80 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 95 | 128 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.00 |
| HSL | 347.55º | 0.99% | 0.68% | - |
| HSV(B) | 347.55º | 0.63% | 1% | - |
| XYZ | 48.86 | 30.81 | 23.79 | - |
| YUV | 146.3 | 117.68 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 95 | 128 | 0 | 0.63 | 0.50 | 0.00 | 347.55 | 0.99 | 0.68 |
| Hex | FE | 5F | 80 | 0 | 3F | 32 | 0 | 15C | 63 | 44 |
| Octal | 376 | 137 | 200 | 0 | 77 | 62 | 0 | 534 | 143 | 104 |
| Binary | 11111110 | 1011111 | 10000000 | 0 | 111111 | 110010 | 0 | 101011100 | 1100011 | 1000100 |
Color Harmonies of #FE5F80
Complementary color
Monochromatic Colors of #FE5F80
Black with #FE5F80
Text Example
Text Example
White with #FE5F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5F80; }
p { color: rgb(254,95,128); }
H1.HeaderClassName
{
color: #FE5F80;
}
.AnyTagClassName
{
color: #FE5F80;
}
</style>
background-color css
<style>
a { background-color: #FE5F80; }
a { background-color: rgb(254,95,128); }
div.DivClassName
{
background-color: #FE5F80;
}
.BgClassName
{
background-color: #FE5F80;
}
</style>
border-color css
<style>
span { border-color: #FE5F80; }
span { border-color: rgb(254,95,128); }
td.TdClassName
{
border-color: #FE5F80;
}
.TagClassName
{
border-color: #FE5F80;
}
</style>