Shades of Brink Pink #FE7285
Tints of Brink Pink #FE7285
RGB
CMYK
RGB Variations
Color information
#FE7285 (or 0xFE7285) is known color: Brink Pink. HEX triplet: FE, 72 and 85. RGB value is (254,114,133). Sum of RGB (Red+Green+Blue) = 254+114+133=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7285 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7285 is #018D7A. Grayscale: #9E9E9E. Windows color (decimal): -101755 or 8745726. OLE color: 8745726.
HSL color Cylindrical-coordinate representation of color #FE7285: hue angle of 351.86º 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 #FE7285 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 133 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.00 |
| HSL | 351.86º | 0.99% | 0.72% | - |
| HSV(B) | 351.86º | 0.55% | 1% | - |
| XYZ | 51.12 | 34.8 | 26.21 | - |
| YUV | 158.03 | 113.88 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 133 | 0 | 0.55 | 0.48 | 0.00 | 351.86 | 0.99 | 0.72 |
| Hex | FE | 72 | 85 | 0 | 37 | 30 | 0 | 160 | 63 | 48 |
| Octal | 376 | 162 | 205 | 0 | 67 | 60 | 0 | 540 | 143 | 110 |
| Binary | 11111110 | 1110010 | 10000101 | 0 | 110111 | 110000 | 0 | 101100000 | 1100011 | 1001000 |
Color Harmonies of #FE7285
Complementary color
Monochromatic Colors of #FE7285
Black with #FE7285
Text Example
Text Example
White with #FE7285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7285; }
p { color: rgb(254,114,133); }
H1.HeaderClassName
{
color: #FE7285;
}
.AnyTagClassName
{
color: #FE7285;
}
</style>
background-color css
<style>
a { background-color: #FE7285; }
a { background-color: rgb(254,114,133); }
div.DivClassName
{
background-color: #FE7285;
}
.BgClassName
{
background-color: #FE7285;
}
</style>
border-color css
<style>
span { border-color: #FE7285; }
span { border-color: rgb(254,114,133); }
td.TdClassName
{
border-color: #FE7285;
}
.TagClassName
{
border-color: #FE7285;
}
</style>