Shades of Brink Pink #FE6C91
Tints of Brink Pink #FE6C91
RGB
CMYK
RGB Variations
Color information
#FE6C91 (or 0xFE6C91) is known color: Brink Pink. HEX triplet: FE, 6C and 91. RGB value is (254,108,145). Sum of RGB (Red+Green+Blue) = 254+108+145=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6C91 is #01936E. Grayscale: #9B9B9B. Windows color (decimal): -103279 or 9530622. OLE color: 9530622.
HSL color Cylindrical-coordinate representation of color #FE6C91: hue angle of 344.79º 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 #FE6C91 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 108 | 145 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.00 |
| HSL | 344.79º | 0.99% | 0.71% | - |
| HSV(B) | 344.79º | 0.57% | 1% | - |
| XYZ | 51.35 | 33.84 | 30.61 | - |
| YUV | 155.87 | 121.87 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 108 | 145 | 0 | 0.57 | 0.43 | 0.00 | 344.79 | 0.99 | 0.71 |
| Hex | FE | 6C | 91 | 0 | 39 | 2B | 0 | 159 | 63 | 47 |
| Octal | 376 | 154 | 221 | 0 | 71 | 53 | 0 | 531 | 143 | 107 |
| Binary | 11111110 | 1101100 | 10010001 | 0 | 111001 | 101011 | 0 | 101011001 | 1100011 | 1000111 |
Color Harmonies of #FE6C91
Complementary color
Monochromatic Colors of #FE6C91
Black with #FE6C91
Text Example
Text Example
White with #FE6C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6C91; }
p { color: rgb(254,108,145); }
H1.HeaderClassName
{
color: #FE6C91;
}
.AnyTagClassName
{
color: #FE6C91;
}
</style>
background-color css
<style>
a { background-color: #FE6C91; }
a { background-color: rgb(254,108,145); }
div.DivClassName
{
background-color: #FE6C91;
}
.BgClassName
{
background-color: #FE6C91;
}
</style>
border-color css
<style>
span { border-color: #FE6C91; }
span { border-color: rgb(254,108,145); }
td.TdClassName
{
border-color: #FE6C91;
}
.TagClassName
{
border-color: #FE6C91;
}
</style>