Shades of Brink Pink #FE6D91
Tints of Brink Pink #FE6D91
RGB
CMYK
RGB Variations
Color information
#FE6D91 (or 0xFE6D91) is known color: Brink Pink. HEX triplet: FE, 6D and 91. RGB value is (254,109,145). Sum of RGB (Red+Green+Blue) = 254+109+145=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6D91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6D91 is #01926E. Grayscale: #9C9C9C. Windows color (decimal): -103023 or 9530878. OLE color: 9530878.
HSL color Cylindrical-coordinate representation of color #FE6D91: hue angle of 345.1º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE6D91 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 109 | 145 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.00 |
| HSL | 345.1º | 0.99% | 0.71% | - |
| HSV(B) | 345.1º | 0.57% | 1% | - |
| XYZ | 51.45 | 34.05 | 30.65 | - |
| YUV | 156.46 | 121.54 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 109 | 145 | 0 | 0.57 | 0.43 | 0.00 | 345.1 | 0.99 | 0.71 |
| Hex | FE | 6D | 91 | 0 | 39 | 2B | 0 | 159 | 63 | 47 |
| Octal | 376 | 155 | 221 | 0 | 71 | 53 | 0 | 531 | 143 | 107 |
| Binary | 11111110 | 1101101 | 10010001 | 0 | 111001 | 101011 | 0 | 101011001 | 1100011 | 1000111 |
Color Harmonies of #FE6D91
Complementary color
Monochromatic Colors of #FE6D91
Black with #FE6D91
Text Example
Text Example
White with #FE6D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6D91; }
p { color: rgb(254,109,145); }
H1.HeaderClassName
{
color: #FE6D91;
}
.AnyTagClassName
{
color: #FE6D91;
}
</style>
background-color css
<style>
a { background-color: #FE6D91; }
a { background-color: rgb(254,109,145); }
div.DivClassName
{
background-color: #FE6D91;
}
.BgClassName
{
background-color: #FE6D91;
}
</style>
border-color css
<style>
span { border-color: #FE6D91; }
span { border-color: rgb(254,109,145); }
td.TdClassName
{
border-color: #FE6D91;
}
.TagClassName
{
border-color: #FE6D91;
}
</style>