Shades of Brink Pink #FE7586
Tints of Brink Pink #FE7586
RGB
CMYK
RGB Variations
Color information
#FE7586 (or 0xFE7586) is known color: Brink Pink. HEX triplet: FE, 75 and 86. RGB value is (254,117,134). Sum of RGB (Red+Green+Blue) = 254+117+134=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7586 is #018A79. Grayscale: #9F9F9F. Windows color (decimal): -100986 or 8812030. OLE color: 8812030.
HSL color Cylindrical-coordinate representation of color #FE7586: hue angle of 352.55º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE7586 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 134 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.00 |
| HSL | 352.55º | 0.99% | 0.73% | - |
| HSV(B) | 352.55º | 0.54% | 1% | - |
| XYZ | 51.54 | 35.51 | 26.69 | - |
| YUV | 159.9 | 113.39 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 134 | 0 | 0.54 | 0.47 | 0.00 | 352.55 | 0.99 | 0.73 |
| Hex | FE | 75 | 86 | 0 | 36 | 2F | 0 | 161 | 63 | 49 |
| Octal | 376 | 165 | 206 | 0 | 66 | 57 | 0 | 541 | 143 | 111 |
| Binary | 11111110 | 1110101 | 10000110 | 0 | 110110 | 101111 | 0 | 101100001 | 1100011 | 1001001 |
Color Harmonies of #FE7586
Complementary color
Monochromatic Colors of #FE7586
Black with #FE7586
Text Example
Text Example
White with #FE7586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7586; }
p { color: rgb(254,117,134); }
H1.HeaderClassName
{
color: #FE7586;
}
.AnyTagClassName
{
color: #FE7586;
}
</style>
background-color css
<style>
a { background-color: #FE7586; }
a { background-color: rgb(254,117,134); }
div.DivClassName
{
background-color: #FE7586;
}
.BgClassName
{
background-color: #FE7586;
}
</style>
border-color css
<style>
span { border-color: #FE7586; }
span { border-color: rgb(254,117,134); }
td.TdClassName
{
border-color: #FE7586;
}
.TagClassName
{
border-color: #FE7586;
}
</style>