Shades of Brink Pink #FE728A
Tints of Brink Pink #FE728A
RGB
CMYK
RGB Variations
Color information
#FE728A (or 0xFE728A) is known color: Brink Pink. HEX triplet: FE, 72 and 8A. RGB value is (254,114,138). Sum of RGB (Red+Green+Blue) = 254+114+138=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE728A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE728A is #018D75. Grayscale: #9E9E9E. Windows color (decimal): -101750 or 9073406. OLE color: 9073406.
HSL color Cylindrical-coordinate representation of color #FE728A: hue angle of 349.71º 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 #FE728A is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 138 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.00 |
| HSL | 349.71º | 0.99% | 0.72% | - |
| HSV(B) | 349.71º | 0.55% | 1% | - |
| XYZ | 51.48 | 34.94 | 28.08 | - |
| YUV | 158.6 | 116.38 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 138 | 0 | 0.55 | 0.46 | 0.00 | 349.71 | 0.99 | 0.72 |
| Hex | FE | 72 | 8A | 0 | 37 | 2E | 0 | 15E | 63 | 48 |
| Octal | 376 | 162 | 212 | 0 | 67 | 56 | 0 | 536 | 143 | 110 |
| Binary | 11111110 | 1110010 | 10001010 | 0 | 110111 | 101110 | 0 | 101011110 | 1100011 | 1001000 |
Color Harmonies of #FE728A
Complementary color
Monochromatic Colors of #FE728A
Black with #FE728A
Text Example
Text Example
White with #FE728A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE728A; }
p { color: rgb(254,114,138); }
H1.HeaderClassName
{
color: #FE728A;
}
.AnyTagClassName
{
color: #FE728A;
}
</style>
background-color css
<style>
a { background-color: #FE728A; }
a { background-color: rgb(254,114,138); }
div.DivClassName
{
background-color: #FE728A;
}
.BgClassName
{
background-color: #FE728A;
}
</style>
border-color css
<style>
span { border-color: #FE728A; }
span { border-color: rgb(254,114,138); }
td.TdClassName
{
border-color: #FE728A;
}
.TagClassName
{
border-color: #FE728A;
}
</style>