Shades of Brink Pink #FE5D91
Tints of Brink Pink #FE5D91
RGB
CMYK
RGB Variations
Color information
#FE5D91 (or 0xFE5D91) is known color: Brink Pink. HEX triplet: FE, 5D and 91. RGB value is (254,93,145). Sum of RGB (Red+Green+Blue) = 254+93+145=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5D91 is #01A26E. Grayscale: #939393. Windows color (decimal): -107119 or 9526782. OLE color: 9526782.
HSL color Cylindrical-coordinate representation of color #FE5D91: hue angle of 340.62º 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 #FE5D91 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 145 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.00 |
| HSL | 340.62º | 0.99% | 0.68% | - |
| HSV(B) | 340.62º | 0.63% | 1% | - |
| XYZ | 49.9 | 30.94 | 30.13 | - |
| YUV | 147.07 | 126.84 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 145 | 0 | 0.63 | 0.43 | 0.00 | 340.62 | 0.99 | 0.68 |
| Hex | FE | 5D | 91 | 0 | 3F | 2B | 0 | 155 | 63 | 44 |
| Octal | 376 | 135 | 221 | 0 | 77 | 53 | 0 | 525 | 143 | 104 |
| Binary | 11111110 | 1011101 | 10010001 | 0 | 111111 | 101011 | 0 | 101010101 | 1100011 | 1000100 |
Color Harmonies of #FE5D91
Complementary color
Monochromatic Colors of #FE5D91
Black with #FE5D91
Text Example
Text Example
White with #FE5D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5D91; }
p { color: rgb(254,93,145); }
H1.HeaderClassName
{
color: #FE5D91;
}
.AnyTagClassName
{
color: #FE5D91;
}
</style>
background-color css
<style>
a { background-color: #FE5D91; }
a { background-color: rgb(254,93,145); }
div.DivClassName
{
background-color: #FE5D91;
}
.BgClassName
{
background-color: #FE5D91;
}
</style>
border-color css
<style>
span { border-color: #FE5D91; }
span { border-color: rgb(254,93,145); }
td.TdClassName
{
border-color: #FE5D91;
}
.TagClassName
{
border-color: #FE5D91;
}
</style>