Shades of Brink Pink #FE7187
Tints of Brink Pink #FE7187
RGB
CMYK
RGB Variations
Color information
#FE7187 (or 0xFE7187) is known color: Brink Pink. HEX triplet: FE, 71 and 87. RGB value is (254,113,135). Sum of RGB (Red+Green+Blue) = 254+113+135=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 135 (53.12% from 255 or 26.89% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7187 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7187 is #018E78. Grayscale: #9D9D9D. Windows color (decimal): -102009 or 8876542. OLE color: 8876542.
HSL color Cylindrical-coordinate representation of color #FE7187: hue angle of 350.64º 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 #FE7187 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 135 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.00 |
| HSL | 350.64º | 0.99% | 0.72% | - |
| HSV(B) | 350.64º | 0.56% | 1% | - |
| XYZ | 51.15 | 34.63 | 26.91 | - |
| YUV | 157.67 | 115.21 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 135 | 0 | 0.56 | 0.47 | 0.00 | 350.64 | 0.99 | 0.72 |
| Hex | FE | 71 | 87 | 0 | 38 | 2F | 0 | 15F | 63 | 48 |
| Octal | 376 | 161 | 207 | 0 | 70 | 57 | 0 | 537 | 143 | 110 |
| Binary | 11111110 | 1110001 | 10000111 | 0 | 111000 | 101111 | 0 | 101011111 | 1100011 | 1001000 |
Color Harmonies of #FE7187
Complementary color
Monochromatic Colors of #FE7187
Black with #FE7187
Text Example
Text Example
White with #FE7187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7187; }
p { color: rgb(254,113,135); }
H1.HeaderClassName
{
color: #FE7187;
}
.AnyTagClassName
{
color: #FE7187;
}
</style>
background-color css
<style>
a { background-color: #FE7187; }
a { background-color: rgb(254,113,135); }
div.DivClassName
{
background-color: #FE7187;
}
.BgClassName
{
background-color: #FE7187;
}
</style>
border-color css
<style>
span { border-color: #FE7187; }
span { border-color: rgb(254,113,135); }
td.TdClassName
{
border-color: #FE7187;
}
.TagClassName
{
border-color: #FE7187;
}
</style>