Shades of Brink Pink #FE728B
Tints of Brink Pink #FE728B
RGB
CMYK
RGB Variations
Color information
#FE728B (or 0xFE728B) is known color: Brink Pink. HEX triplet: FE, 72 and 8B. RGB value is (254,114,139). Sum of RGB (Red+Green+Blue) = 254+114+139=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE728B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE728B is #018D74. Grayscale: #9E9E9E. Windows color (decimal): -101749 or 9138942. OLE color: 9138942.
HSL color Cylindrical-coordinate representation of color #FE728B: hue angle of 349.29º 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 #FE728B is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 139 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.00 |
| HSL | 349.29º | 0.99% | 0.72% | - |
| HSV(B) | 349.29º | 0.55% | 1% | - |
| XYZ | 51.55 | 34.97 | 28.46 | - |
| YUV | 158.71 | 116.88 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 139 | 0 | 0.55 | 0.45 | 0.00 | 349.29 | 0.99 | 0.72 |
| Hex | FE | 72 | 8B | 0 | 37 | 2D | 0 | 15D | 63 | 48 |
| Octal | 376 | 162 | 213 | 0 | 67 | 55 | 0 | 535 | 143 | 110 |
| Binary | 11111110 | 1110010 | 10001011 | 0 | 110111 | 101101 | 0 | 101011101 | 1100011 | 1001000 |
Color Harmonies of #FE728B
Complementary color
Monochromatic Colors of #FE728B
Black with #FE728B
Text Example
Text Example
White with #FE728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE728B; }
p { color: rgb(254,114,139); }
H1.HeaderClassName
{
color: #FE728B;
}
.AnyTagClassName
{
color: #FE728B;
}
</style>
background-color css
<style>
a { background-color: #FE728B; }
a { background-color: rgb(254,114,139); }
div.DivClassName
{
background-color: #FE728B;
}
.BgClassName
{
background-color: #FE728B;
}
</style>
border-color css
<style>
span { border-color: #FE728B; }
span { border-color: rgb(254,114,139); }
td.TdClassName
{
border-color: #FE728B;
}
.TagClassName
{
border-color: #FE728B;
}
</style>