Shades of Brink Pink #FE7191
Tints of Brink Pink #FE7191
RGB
CMYK
RGB Variations
Color information
#FE7191 (or 0xFE7191) is known color: Brink Pink. HEX triplet: FE, 71 and 91. RGB value is (254,113,145). Sum of RGB (Red+Green+Blue) = 254+113+145=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7191 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7191 is #018E6E. Grayscale: #9E9E9E. Windows color (decimal): -101999 or 9531902. OLE color: 9531902.
HSL color Cylindrical-coordinate representation of color #FE7191: hue angle of 346.38º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE7191 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 145 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.00 |
| HSL | 346.38º | 0.99% | 0.72% | - |
| HSV(B) | 346.38º | 0.56% | 1% | - |
| XYZ | 51.89 | 34.93 | 30.79 | - |
| YUV | 158.81 | 120.21 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 145 | 0 | 0.56 | 0.43 | 0.00 | 346.38 | 0.99 | 0.72 |
| Hex | FE | 71 | 91 | 0 | 38 | 2B | 0 | 15A | 63 | 48 |
| Octal | 376 | 161 | 221 | 0 | 70 | 53 | 0 | 532 | 143 | 110 |
| Binary | 11111110 | 1110001 | 10010001 | 0 | 111000 | 101011 | 0 | 101011010 | 1100011 | 1001000 |
Color Harmonies of #FE7191
Complementary color
Monochromatic Colors of #FE7191
Black with #FE7191
Text Example
Text Example
White with #FE7191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7191; }
p { color: rgb(254,113,145); }
H1.HeaderClassName
{
color: #FE7191;
}
.AnyTagClassName
{
color: #FE7191;
}
</style>
background-color css
<style>
a { background-color: #FE7191; }
a { background-color: rgb(254,113,145); }
div.DivClassName
{
background-color: #FE7191;
}
.BgClassName
{
background-color: #FE7191;
}
</style>
border-color css
<style>
span { border-color: #FE7191; }
span { border-color: rgb(254,113,145); }
td.TdClassName
{
border-color: #FE7191;
}
.TagClassName
{
border-color: #FE7191;
}
</style>