Shades of Brink Pink #FE7C82
Tints of Brink Pink #FE7C82
RGB
CMYK
RGB Variations
Color information
#FE7C82 (or 0xFE7C82) is known color: Brink Pink. HEX triplet: FE, 7C and 82. RGB value is (254,124,130). Sum of RGB (Red+Green+Blue) = 254+124+130=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7C82 is #01837D. Grayscale: #A3A3A3. Windows color (decimal): -99198 or 8551678. OLE color: 8551678.
HSL color Cylindrical-coordinate representation of color #FE7C82: hue angle of 357.23º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7C82 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 130 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.00 |
| HSL | 357.23º | 0.98% | 0.74% | - |
| HSV(B) | 357.23º | 0.51% | 1% | - |
| XYZ | 52.11 | 37.1 | 25.53 | - |
| YUV | 163.55 | 109.07 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 130 | 0 | 0.51 | 0.49 | 0.00 | 357.23 | 0.98 | 0.74 |
| Hex | FE | 7C | 82 | 0 | 33 | 31 | 0 | 165 | 62 | 4A |
| Octal | 376 | 174 | 202 | 0 | 63 | 61 | 0 | 545 | 142 | 112 |
| Binary | 11111110 | 1111100 | 10000010 | 0 | 110011 | 110001 | 0 | 101100101 | 1100010 | 1001010 |
Color Harmonies of #FE7C82
Complementary color
Monochromatic Colors of #FE7C82
Black with #FE7C82
Text Example
Text Example
White with #FE7C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7C82; }
p { color: rgb(254,124,130); }
H1.HeaderClassName
{
color: #FE7C82;
}
.AnyTagClassName
{
color: #FE7C82;
}
</style>
background-color css
<style>
a { background-color: #FE7C82; }
a { background-color: rgb(254,124,130); }
div.DivClassName
{
background-color: #FE7C82;
}
.BgClassName
{
background-color: #FE7C82;
}
</style>
border-color css
<style>
span { border-color: #FE7C82; }
span { border-color: rgb(254,124,130); }
td.TdClassName
{
border-color: #FE7C82;
}
.TagClassName
{
border-color: #FE7C82;
}
</style>