Shades of Brink Pink #FE7179
Tints of Brink Pink #FE7179
RGB
CMYK
RGB Variations
Color information
#FE7179 (or 0xFE7179) is known color: Brink Pink. HEX triplet: FE, 71 and 79. RGB value is (254,113,121). Sum of RGB (Red+Green+Blue) = 254+113+121=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7179 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7179 is #018E86. Grayscale: #9C9C9C. Windows color (decimal): -102023 or 7959038. OLE color: 7959038.
HSL color Cylindrical-coordinate representation of color #FE7179: hue angle of 356.6º 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 #FE7179 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 121 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.00 |
| HSL | 356.6º | 0.99% | 0.72% | - |
| HSV(B) | 356.6º | 0.56% | 1% | - |
| XYZ | 50.23 | 34.26 | 22.05 | - |
| YUV | 156.07 | 108.21 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 121 | 0 | 0.56 | 0.52 | 0.00 | 356.6 | 0.99 | 0.72 |
| Hex | FE | 71 | 79 | 0 | 38 | 34 | 0 | 165 | 63 | 48 |
| Octal | 376 | 161 | 171 | 0 | 70 | 64 | 0 | 545 | 143 | 110 |
| Binary | 11111110 | 1110001 | 1111001 | 0 | 111000 | 110100 | 0 | 101100101 | 1100011 | 1001000 |
Color Harmonies of #FE7179
Complementary color
Monochromatic Colors of #FE7179
Black with #FE7179
Text Example
Text Example
White with #FE7179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7179; }
p { color: rgb(254,113,121); }
H1.HeaderClassName
{
color: #FE7179;
}
.AnyTagClassName
{
color: #FE7179;
}
</style>
background-color css
<style>
a { background-color: #FE7179; }
a { background-color: rgb(254,113,121); }
div.DivClassName
{
background-color: #FE7179;
}
.BgClassName
{
background-color: #FE7179;
}
</style>
border-color css
<style>
span { border-color: #FE7179; }
span { border-color: rgb(254,113,121); }
td.TdClassName
{
border-color: #FE7179;
}
.TagClassName
{
border-color: #FE7179;
}
</style>