Shades of Brink Pink #FE7185
Tints of Brink Pink #FE7185
RGB
CMYK
RGB Variations
Color information
#FE7185 (or 0xFE7185) is known color: Brink Pink. HEX triplet: FE, 71 and 85. RGB value is (254,113,133). Sum of RGB (Red+Green+Blue) = 254+113+133=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7185 is #018E7A. Grayscale: #9D9D9D. Windows color (decimal): -102011 or 8745470. OLE color: 8745470.
HSL color Cylindrical-coordinate representation of color #FE7185: hue angle of 351.49º 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 #FE7185 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 133 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.00 |
| HSL | 351.49º | 0.99% | 0.72% | - |
| HSV(B) | 351.49º | 0.56% | 1% | - |
| XYZ | 51.01 | 34.57 | 26.18 | - |
| YUV | 157.44 | 114.21 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 133 | 0 | 0.56 | 0.48 | 0.00 | 351.49 | 0.99 | 0.72 |
| Hex | FE | 71 | 85 | 0 | 38 | 30 | 0 | 15F | 63 | 48 |
| Octal | 376 | 161 | 205 | 0 | 70 | 60 | 0 | 537 | 143 | 110 |
| Binary | 11111110 | 1110001 | 10000101 | 0 | 111000 | 110000 | 0 | 101011111 | 1100011 | 1001000 |
Color Harmonies of #FE7185
Complementary color
Monochromatic Colors of #FE7185
Black with #FE7185
Text Example
Text Example
White with #FE7185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7185; }
p { color: rgb(254,113,133); }
H1.HeaderClassName
{
color: #FE7185;
}
.AnyTagClassName
{
color: #FE7185;
}
</style>
background-color css
<style>
a { background-color: #FE7185; }
a { background-color: rgb(254,113,133); }
div.DivClassName
{
background-color: #FE7185;
}
.BgClassName
{
background-color: #FE7185;
}
</style>
border-color css
<style>
span { border-color: #FE7185; }
span { border-color: rgb(254,113,133); }
td.TdClassName
{
border-color: #FE7185;
}
.TagClassName
{
border-color: #FE7185;
}
</style>