Shades of Brink Pink #FE7178
Tints of Brink Pink #FE7178
RGB
CMYK
RGB Variations
Color information
#FE7178 (or 0xFE7178) is known color: Brink Pink. HEX triplet: FE, 71 and 78. RGB value is (254,113,120). Sum of RGB (Red+Green+Blue) = 254+113+120=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7178 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7178 is #018E87. Grayscale: #9C9C9C. Windows color (decimal): -102024 or 7893502. OLE color: 7893502.
HSL color Cylindrical-coordinate representation of color #FE7178: hue angle of 357.02º 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 #FE7178 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 120 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.00 |
| HSL | 357.02º | 0.99% | 0.72% | - |
| HSV(B) | 357.02º | 0.56% | 1% | - |
| XYZ | 50.17 | 34.24 | 21.73 | - |
| YUV | 155.96 | 107.71 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 120 | 0 | 0.56 | 0.53 | 0.00 | 357.02 | 0.99 | 0.72 |
| Hex | FE | 71 | 78 | 0 | 38 | 35 | 0 | 165 | 63 | 48 |
| Octal | 376 | 161 | 170 | 0 | 70 | 65 | 0 | 545 | 143 | 110 |
| Binary | 11111110 | 1110001 | 1111000 | 0 | 111000 | 110101 | 0 | 101100101 | 1100011 | 1001000 |
Color Harmonies of #FE7178
Complementary color
Monochromatic Colors of #FE7178
Black with #FE7178
Text Example
Text Example
White with #FE7178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7178; }
p { color: rgb(254,113,120); }
H1.HeaderClassName
{
color: #FE7178;
}
.AnyTagClassName
{
color: #FE7178;
}
</style>
background-color css
<style>
a { background-color: #FE7178; }
a { background-color: rgb(254,113,120); }
div.DivClassName
{
background-color: #FE7178;
}
.BgClassName
{
background-color: #FE7178;
}
</style>
border-color css
<style>
span { border-color: #FE7178; }
span { border-color: rgb(254,113,120); }
td.TdClassName
{
border-color: #FE7178;
}
.TagClassName
{
border-color: #FE7178;
}
</style>