Shades of Brink Pink #FE7684
Tints of Brink Pink #FE7684
RGB
CMYK
RGB Variations
Color information
#FE7684 (or 0xFE7684) is known color: Brink Pink. HEX triplet: FE, 76 and 84. RGB value is (254,118,132). Sum of RGB (Red+Green+Blue) = 254+118+132=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7684 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7684 is #01897B. Grayscale: #A0A0A0. Windows color (decimal): -100732 or 8681214. OLE color: 8681214.
HSL color Cylindrical-coordinate representation of color #FE7684: hue angle of 353.82º 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 #FE7684 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 132 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.00 |
| HSL | 353.82º | 0.99% | 0.73% | - |
| HSV(B) | 353.82º | 0.54% | 1% | - |
| XYZ | 51.52 | 35.69 | 26 | - |
| YUV | 160.26 | 112.06 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 132 | 0 | 0.54 | 0.48 | 0.00 | 353.82 | 0.99 | 0.73 |
| Hex | FE | 76 | 84 | 0 | 36 | 30 | 0 | 162 | 63 | 49 |
| Octal | 376 | 166 | 204 | 0 | 66 | 60 | 0 | 542 | 143 | 111 |
| Binary | 11111110 | 1110110 | 10000100 | 0 | 110110 | 110000 | 0 | 101100010 | 1100011 | 1001001 |
Color Harmonies of #FE7684
Complementary color
Monochromatic Colors of #FE7684
Black with #FE7684
Text Example
Text Example
White with #FE7684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7684; }
p { color: rgb(254,118,132); }
H1.HeaderClassName
{
color: #FE7684;
}
.AnyTagClassName
{
color: #FE7684;
}
</style>
background-color css
<style>
a { background-color: #FE7684; }
a { background-color: rgb(254,118,132); }
div.DivClassName
{
background-color: #FE7684;
}
.BgClassName
{
background-color: #FE7684;
}
</style>
border-color css
<style>
span { border-color: #FE7684; }
span { border-color: rgb(254,118,132); }
td.TdClassName
{
border-color: #FE7684;
}
.TagClassName
{
border-color: #FE7684;
}
</style>