Shades of Brink Pink #FE7181
Tints of Brink Pink #FE7181
RGB
CMYK
RGB Variations
Color information
#FE7181 (or 0xFE7181) is known color: Brink Pink. HEX triplet: FE, 71 and 81. RGB value is (254,113,129). Sum of RGB (Red+Green+Blue) = 254+113+129=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7181 is #018E7E. Grayscale: #9D9D9D. Windows color (decimal): -102015 or 8483326. OLE color: 8483326.
HSL color Cylindrical-coordinate representation of color #FE7181: hue angle of 353.19º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE7181 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 129 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.00 |
| HSL | 353.19º | 0.99% | 0.72% | - |
| HSV(B) | 353.19º | 0.56% | 1% | - |
| XYZ | 50.74 | 34.47 | 24.75 | - |
| YUV | 156.98 | 112.21 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 129 | 0 | 0.56 | 0.49 | 0.00 | 353.19 | 0.99 | 0.72 |
| Hex | FE | 71 | 81 | 0 | 38 | 31 | 0 | 161 | 63 | 48 |
| Octal | 376 | 161 | 201 | 0 | 70 | 61 | 0 | 541 | 143 | 110 |
| Binary | 11111110 | 1110001 | 10000001 | 0 | 111000 | 110001 | 0 | 101100001 | 1100011 | 1001000 |
Color Harmonies of #FE7181
Complementary color
Monochromatic Colors of #FE7181
Black with #FE7181
Text Example
Text Example
White with #FE7181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7181; }
p { color: rgb(254,113,129); }
H1.HeaderClassName
{
color: #FE7181;
}
.AnyTagClassName
{
color: #FE7181;
}
</style>
background-color css
<style>
a { background-color: #FE7181; }
a { background-color: rgb(254,113,129); }
div.DivClassName
{
background-color: #FE7181;
}
.BgClassName
{
background-color: #FE7181;
}
</style>
border-color css
<style>
span { border-color: #FE7181; }
span { border-color: rgb(254,113,129); }
td.TdClassName
{
border-color: #FE7181;
}
.TagClassName
{
border-color: #FE7181;
}
</style>