Shades of Brink Pink #FE7881
Tints of Brink Pink #FE7881
RGB
CMYK
RGB Variations
Color information
#FE7881 (or 0xFE7881) is known color: Brink Pink. HEX triplet: FE, 78 and 81. RGB value is (254,120,129). Sum of RGB (Red+Green+Blue) = 254+120+129=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7881 is #01877E. Grayscale: #A1A1A1. Windows color (decimal): -100223 or 8485118. OLE color: 8485118.
HSL color Cylindrical-coordinate representation of color #FE7881: hue angle of 355.97º 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 #FE7881 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 129 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.00 |
| HSL | 355.97º | 0.99% | 0.73% | - |
| HSV(B) | 355.97º | 0.53% | 1% | - |
| XYZ | 51.55 | 36.09 | 25.02 | - |
| YUV | 161.09 | 109.89 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 129 | 0 | 0.53 | 0.49 | 0.00 | 355.97 | 0.99 | 0.73 |
| Hex | FE | 78 | 81 | 0 | 35 | 31 | 0 | 164 | 63 | 49 |
| Octal | 376 | 170 | 201 | 0 | 65 | 61 | 0 | 544 | 143 | 111 |
| Binary | 11111110 | 1111000 | 10000001 | 0 | 110101 | 110001 | 0 | 101100100 | 1100011 | 1001001 |
Color Harmonies of #FE7881
Complementary color
Monochromatic Colors of #FE7881
Black with #FE7881
Text Example
Text Example
White with #FE7881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7881; }
p { color: rgb(254,120,129); }
H1.HeaderClassName
{
color: #FE7881;
}
.AnyTagClassName
{
color: #FE7881;
}
</style>
background-color css
<style>
a { background-color: #FE7881; }
a { background-color: rgb(254,120,129); }
div.DivClassName
{
background-color: #FE7881;
}
.BgClassName
{
background-color: #FE7881;
}
</style>
border-color css
<style>
span { border-color: #FE7881; }
span { border-color: rgb(254,120,129); }
td.TdClassName
{
border-color: #FE7881;
}
.TagClassName
{
border-color: #FE7881;
}
</style>