Shades of Brink Pink #FE7287
Tints of Brink Pink #FE7287
RGB
CMYK
RGB Variations
Color information
#FE7287 (or 0xFE7287) is known color: Brink Pink. HEX triplet: FE, 72 and 87. RGB value is (254,114,135). Sum of RGB (Red+Green+Blue) = 254+114+135=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7287 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7287 is #018D78. Grayscale: #9E9E9E. Windows color (decimal): -101753 or 8876798. OLE color: 8876798.
HSL color Cylindrical-coordinate representation of color #FE7287: hue angle of 351º 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 #FE7287 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 135 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.00 |
| HSL | 351º | 0.99% | 0.72% | - |
| HSV(B) | 351º | 0.55% | 1% | - |
| XYZ | 51.26 | 34.85 | 26.95 | - |
| YUV | 158.25 | 114.88 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 135 | 0 | 0.55 | 0.47 | 0.00 | 351 | 0.99 | 0.72 |
| Hex | FE | 72 | 87 | 0 | 37 | 2F | 0 | 15F | 63 | 48 |
| Octal | 376 | 162 | 207 | 0 | 67 | 57 | 0 | 537 | 143 | 110 |
| Binary | 11111110 | 1110010 | 10000111 | 0 | 110111 | 101111 | 0 | 101011111 | 1100011 | 1001000 |
Color Harmonies of #FE7287
Complementary color
Monochromatic Colors of #FE7287
Black with #FE7287
Text Example
Text Example
White with #FE7287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7287; }
p { color: rgb(254,114,135); }
H1.HeaderClassName
{
color: #FE7287;
}
.AnyTagClassName
{
color: #FE7287;
}
</style>
background-color css
<style>
a { background-color: #FE7287; }
a { background-color: rgb(254,114,135); }
div.DivClassName
{
background-color: #FE7287;
}
.BgClassName
{
background-color: #FE7287;
}
</style>
border-color css
<style>
span { border-color: #FE7287; }
span { border-color: rgb(254,114,135); }
td.TdClassName
{
border-color: #FE7287;
}
.TagClassName
{
border-color: #FE7287;
}
</style>