Shades of Brink Pink #FE7286
Tints of Brink Pink #FE7286
RGB
CMYK
RGB Variations
Color information
#FE7286 (or 0xFE7286) is known color: Brink Pink. HEX triplet: FE, 72 and 86. RGB value is (254,114,134). Sum of RGB (Red+Green+Blue) = 254+114+134=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7286 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7286 is #018D79. Grayscale: #9E9E9E. Windows color (decimal): -101754 or 8811262. OLE color: 8811262.
HSL color Cylindrical-coordinate representation of color #FE7286: hue angle of 351.43º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE7286 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 134 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.00 |
| HSL | 351.43º | 0.99% | 0.72% | - |
| HSV(B) | 351.43º | 0.55% | 1% | - |
| XYZ | 51.19 | 34.83 | 26.58 | - |
| YUV | 158.14 | 114.38 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 134 | 0 | 0.55 | 0.47 | 0.00 | 351.43 | 0.99 | 0.72 |
| Hex | FE | 72 | 86 | 0 | 37 | 2F | 0 | 15F | 63 | 48 |
| Octal | 376 | 162 | 206 | 0 | 67 | 57 | 0 | 537 | 143 | 110 |
| Binary | 11111110 | 1110010 | 10000110 | 0 | 110111 | 101111 | 0 | 101011111 | 1100011 | 1001000 |
Color Harmonies of #FE7286
Complementary color
Monochromatic Colors of #FE7286
Black with #FE7286
Text Example
Text Example
White with #FE7286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7286; }
p { color: rgb(254,114,134); }
H1.HeaderClassName
{
color: #FE7286;
}
.AnyTagClassName
{
color: #FE7286;
}
</style>
background-color css
<style>
a { background-color: #FE7286; }
a { background-color: rgb(254,114,134); }
div.DivClassName
{
background-color: #FE7286;
}
.BgClassName
{
background-color: #FE7286;
}
</style>
border-color css
<style>
span { border-color: #FE7286; }
span { border-color: rgb(254,114,134); }
td.TdClassName
{
border-color: #FE7286;
}
.TagClassName
{
border-color: #FE7286;
}
</style>