Shades of Brink Pink #FE7082
Tints of Brink Pink #FE7082
RGB
CMYK
RGB Variations
Color information
#FE7082 (or 0xFE7082) is known color: Brink Pink. HEX triplet: FE, 70 and 82. RGB value is (254,112,130). Sum of RGB (Red+Green+Blue) = 254+112+130=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7082 is #018F7D. Grayscale: #9C9C9C. Windows color (decimal): -102270 or 8548606. OLE color: 8548606.
HSL color Cylindrical-coordinate representation of color #FE7082: hue angle of 352.39º 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 #FE7082 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 130 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.00 |
| HSL | 352.39º | 0.99% | 0.72% | - |
| HSV(B) | 352.39º | 0.56% | 1% | - |
| XYZ | 50.7 | 34.27 | 25.06 | - |
| YUV | 156.51 | 113.04 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 130 | 0 | 0.56 | 0.49 | 0.00 | 352.39 | 0.99 | 0.72 |
| Hex | FE | 70 | 82 | 0 | 38 | 31 | 0 | 160 | 63 | 48 |
| Octal | 376 | 160 | 202 | 0 | 70 | 61 | 0 | 540 | 143 | 110 |
| Binary | 11111110 | 1110000 | 10000010 | 0 | 111000 | 110001 | 0 | 101100000 | 1100011 | 1001000 |
Color Harmonies of #FE7082
Complementary color
Monochromatic Colors of #FE7082
Black with #FE7082
Text Example
Text Example
White with #FE7082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7082; }
p { color: rgb(254,112,130); }
H1.HeaderClassName
{
color: #FE7082;
}
.AnyTagClassName
{
color: #FE7082;
}
</style>
background-color css
<style>
a { background-color: #FE7082; }
a { background-color: rgb(254,112,130); }
div.DivClassName
{
background-color: #FE7082;
}
.BgClassName
{
background-color: #FE7082;
}
</style>
border-color css
<style>
span { border-color: #FE7082; }
span { border-color: rgb(254,112,130); }
td.TdClassName
{
border-color: #FE7082;
}
.TagClassName
{
border-color: #FE7082;
}
</style>