Shades of Brink Pink #FE7077
Tints of Brink Pink #FE7077
RGB
CMYK
RGB Variations
Color information
#FE7077 (or 0xFE7077) is known color: Brink Pink. HEX triplet: FE, 70 and 77. RGB value is (254,112,119). Sum of RGB (Red+Green+Blue) = 254+112+119=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7077 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7077 is #018F88. Grayscale: #9B9B9B. Windows color (decimal): -102281 or 7827710. OLE color: 7827710.
HSL color Cylindrical-coordinate representation of color #FE7077: hue angle of 357.04º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE7077 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 119 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.00 |
| HSL | 357.04º | 0.99% | 0.72% | - |
| HSV(B) | 357.04º | 0.56% | 1% | - |
| XYZ | 50 | 33.99 | 21.38 | - |
| YUV | 155.26 | 107.54 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 119 | 0 | 0.56 | 0.53 | 0.00 | 357.04 | 0.99 | 0.72 |
| Hex | FE | 70 | 77 | 0 | 38 | 35 | 0 | 165 | 63 | 48 |
| Octal | 376 | 160 | 167 | 0 | 70 | 65 | 0 | 545 | 143 | 110 |
| Binary | 11111110 | 1110000 | 1110111 | 0 | 111000 | 110101 | 0 | 101100101 | 1100011 | 1001000 |
Color Harmonies of #FE7077
Complementary color
Monochromatic Colors of #FE7077
Black with #FE7077
Text Example
Text Example
White with #FE7077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7077; }
p { color: rgb(254,112,119); }
H1.HeaderClassName
{
color: #FE7077;
}
.AnyTagClassName
{
color: #FE7077;
}
</style>
background-color css
<style>
a { background-color: #FE7077; }
a { background-color: rgb(254,112,119); }
div.DivClassName
{
background-color: #FE7077;
}
.BgClassName
{
background-color: #FE7077;
}
</style>
border-color css
<style>
span { border-color: #FE7077; }
span { border-color: rgb(254,112,119); }
td.TdClassName
{
border-color: #FE7077;
}
.TagClassName
{
border-color: #FE7077;
}
</style>