Shades of Brink Pink #FE7080
Tints of Brink Pink #FE7080
RGB
CMYK
RGB Variations
Color information
#FE7080 (or 0xFE7080) is known color: Brink Pink. HEX triplet: FE, 70 and 80. RGB value is (254,112,128). Sum of RGB (Red+Green+Blue) = 254+112+128=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7080 is #018F7F. Grayscale: #9C9C9C. Windows color (decimal): -102272 or 8417534. OLE color: 8417534.
HSL color Cylindrical-coordinate representation of color #FE7080: hue angle of 353.24º 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 #FE7080 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 128 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.00 |
| HSL | 353.24º | 0.99% | 0.72% | - |
| HSV(B) | 353.24º | 0.56% | 1% | - |
| XYZ | 50.56 | 34.22 | 24.36 | - |
| YUV | 156.28 | 112.04 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 128 | 0 | 0.56 | 0.50 | 0.00 | 353.24 | 0.99 | 0.72 |
| Hex | FE | 70 | 80 | 0 | 38 | 32 | 0 | 161 | 63 | 48 |
| Octal | 376 | 160 | 200 | 0 | 70 | 62 | 0 | 541 | 143 | 110 |
| Binary | 11111110 | 1110000 | 10000000 | 0 | 111000 | 110010 | 0 | 101100001 | 1100011 | 1001000 |
Color Harmonies of #FE7080
Complementary color
Monochromatic Colors of #FE7080
Black with #FE7080
Text Example
Text Example
White with #FE7080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7080; }
p { color: rgb(254,112,128); }
H1.HeaderClassName
{
color: #FE7080;
}
.AnyTagClassName
{
color: #FE7080;
}
</style>
background-color css
<style>
a { background-color: #FE7080; }
a { background-color: rgb(254,112,128); }
div.DivClassName
{
background-color: #FE7080;
}
.BgClassName
{
background-color: #FE7080;
}
</style>
border-color css
<style>
span { border-color: #FE7080; }
span { border-color: rgb(254,112,128); }
td.TdClassName
{
border-color: #FE7080;
}
.TagClassName
{
border-color: #FE7080;
}
</style>