Shades of Brink Pink #FE7091
Tints of Brink Pink #FE7091
RGB
CMYK
RGB Variations
Color information
#FE7091 (or 0xFE7091) is known color: Brink Pink. HEX triplet: FE, 70 and 91. RGB value is (254,112,145). Sum of RGB (Red+Green+Blue) = 254+112+145=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7091 is #018F6E. Grayscale: #9E9E9E. Windows color (decimal): -102255 or 9531646. OLE color: 9531646.
HSL color Cylindrical-coordinate representation of color #FE7091: hue angle of 346.06º 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 #FE7091 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 145 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.00 |
| HSL | 346.06º | 0.99% | 0.72% | - |
| HSV(B) | 346.06º | 0.56% | 1% | - |
| XYZ | 51.78 | 34.7 | 30.76 | - |
| YUV | 158.22 | 120.54 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 145 | 0 | 0.56 | 0.43 | 0.00 | 346.06 | 0.99 | 0.72 |
| Hex | FE | 70 | 91 | 0 | 38 | 2B | 0 | 15A | 63 | 48 |
| Octal | 376 | 160 | 221 | 0 | 70 | 53 | 0 | 532 | 143 | 110 |
| Binary | 11111110 | 1110000 | 10010001 | 0 | 111000 | 101011 | 0 | 101011010 | 1100011 | 1001000 |
Color Harmonies of #FE7091
Complementary color
Monochromatic Colors of #FE7091
Black with #FE7091
Text Example
Text Example
White with #FE7091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7091; }
p { color: rgb(254,112,145); }
H1.HeaderClassName
{
color: #FE7091;
}
.AnyTagClassName
{
color: #FE7091;
}
</style>
background-color css
<style>
a { background-color: #FE7091; }
a { background-color: rgb(254,112,145); }
div.DivClassName
{
background-color: #FE7091;
}
.BgClassName
{
background-color: #FE7091;
}
</style>
border-color css
<style>
span { border-color: #FE7091; }
span { border-color: rgb(254,112,145); }
td.TdClassName
{
border-color: #FE7091;
}
.TagClassName
{
border-color: #FE7091;
}
</style>