Shades of Brink Pink #FE728D
Tints of Brink Pink #FE728D
RGB
CMYK
RGB Variations
Color information
#FE728D (or 0xFE728D) is known color: Brink Pink. HEX triplet: FE, 72 and 8D. RGB value is (254,114,141). Sum of RGB (Red+Green+Blue) = 254+114+141=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE728D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE728D is #018D72. Grayscale: #9E9E9E. Windows color (decimal): -101747 or 9270014. OLE color: 9270014.
HSL color Cylindrical-coordinate representation of color #FE728D: hue angle of 348.43º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE728D is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 141 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.00 |
| HSL | 348.43º | 0.99% | 0.72% | - |
| HSV(B) | 348.43º | 0.55% | 1% | - |
| XYZ | 51.7 | 35.03 | 29.24 | - |
| YUV | 158.94 | 117.88 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 141 | 0 | 0.55 | 0.44 | 0.00 | 348.43 | 0.99 | 0.72 |
| Hex | FE | 72 | 8D | 0 | 37 | 2C | 0 | 15C | 63 | 48 |
| Octal | 376 | 162 | 215 | 0 | 67 | 54 | 0 | 534 | 143 | 110 |
| Binary | 11111110 | 1110010 | 10001101 | 0 | 110111 | 101100 | 0 | 101011100 | 1100011 | 1001000 |
Color Harmonies of #FE728D
Complementary color
Monochromatic Colors of #FE728D
Black with #FE728D
Text Example
Text Example
White with #FE728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE728D; }
p { color: rgb(254,114,141); }
H1.HeaderClassName
{
color: #FE728D;
}
.AnyTagClassName
{
color: #FE728D;
}
</style>
background-color css
<style>
a { background-color: #FE728D; }
a { background-color: rgb(254,114,141); }
div.DivClassName
{
background-color: #FE728D;
}
.BgClassName
{
background-color: #FE728D;
}
</style>
border-color css
<style>
span { border-color: #FE728D; }
span { border-color: rgb(254,114,141); }
td.TdClassName
{
border-color: #FE728D;
}
.TagClassName
{
border-color: #FE728D;
}
</style>