Shades of Brink Pink #FE7884
Tints of Brink Pink #FE7884
RGB
CMYK
RGB Variations
Color information
#FE7884 (or 0xFE7884) is known color: Brink Pink. HEX triplet: FE, 78 and 84. RGB value is (254,120,132). Sum of RGB (Red+Green+Blue) = 254+120+132=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7884 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7884 is #01877B. Grayscale: #A1A1A1. Windows color (decimal): -100220 or 8681726. OLE color: 8681726.
HSL color Cylindrical-coordinate representation of color #FE7884: hue angle of 354.63º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE7884 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 132 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.00 |
| HSL | 354.63º | 0.99% | 0.73% | - |
| HSV(B) | 354.63º | 0.53% | 1% | - |
| XYZ | 51.75 | 36.17 | 26.08 | - |
| YUV | 161.43 | 111.39 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 132 | 0 | 0.53 | 0.48 | 0.00 | 354.63 | 0.99 | 0.73 |
| Hex | FE | 78 | 84 | 0 | 35 | 30 | 0 | 163 | 63 | 49 |
| Octal | 376 | 170 | 204 | 0 | 65 | 60 | 0 | 543 | 143 | 111 |
| Binary | 11111110 | 1111000 | 10000100 | 0 | 110101 | 110000 | 0 | 101100011 | 1100011 | 1001001 |
Color Harmonies of #FE7884
Complementary color
Monochromatic Colors of #FE7884
Black with #FE7884
Text Example
Text Example
White with #FE7884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7884; }
p { color: rgb(254,120,132); }
H1.HeaderClassName
{
color: #FE7884;
}
.AnyTagClassName
{
color: #FE7884;
}
</style>
background-color css
<style>
a { background-color: #FE7884; }
a { background-color: rgb(254,120,132); }
div.DivClassName
{
background-color: #FE7884;
}
.BgClassName
{
background-color: #FE7884;
}
</style>
border-color css
<style>
span { border-color: #FE7884; }
span { border-color: rgb(254,120,132); }
td.TdClassName
{
border-color: #FE7884;
}
.TagClassName
{
border-color: #FE7884;
}
</style>