Shades of Brink Pink #FE797E
Tints of Brink Pink #FE797E
RGB
CMYK
RGB Variations
Color information
#FE797E (or 0xFE797E) is known color: Brink Pink. HEX triplet: FE, 79 and 7E. RGB value is (254,121,126). Sum of RGB (Red+Green+Blue) = 254+121+126=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 121 (47.66% from 255 or 24.15% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE797E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE797E is #018681. Grayscale: #A1A1A1. Windows color (decimal): -99970 or 8288766. OLE color: 8288766.
HSL color Cylindrical-coordinate representation of color #FE797E: hue angle of 357.74º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE797E is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 126 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.00 |
| HSL | 357.74º | 0.99% | 0.74% | - |
| HSV(B) | 357.74º | 0.52% | 1% | - |
| XYZ | 51.48 | 36.25 | 24.02 | - |
| YUV | 161.34 | 108.06 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 126 | 0 | 0.52 | 0.50 | 0.00 | 357.74 | 0.99 | 0.74 |
| Hex | FE | 79 | 7E | 0 | 34 | 32 | 0 | 166 | 63 | 4A |
| Octal | 376 | 171 | 176 | 0 | 64 | 62 | 0 | 546 | 143 | 112 |
| Binary | 11111110 | 1111001 | 1111110 | 0 | 110100 | 110010 | 0 | 101100110 | 1100011 | 1001010 |
Color Harmonies of #FE797E
Complementary color
Monochromatic Colors of #FE797E
Black with #FE797E
Text Example
Text Example
White with #FE797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE797E; }
p { color: rgb(254,121,126); }
H1.HeaderClassName
{
color: #FE797E;
}
.AnyTagClassName
{
color: #FE797E;
}
</style>
background-color css
<style>
a { background-color: #FE797E; }
a { background-color: rgb(254,121,126); }
div.DivClassName
{
background-color: #FE797E;
}
.BgClassName
{
background-color: #FE797E;
}
</style>
border-color css
<style>
span { border-color: #FE797E; }
span { border-color: rgb(254,121,126); }
td.TdClassName
{
border-color: #FE797E;
}
.TagClassName
{
border-color: #FE797E;
}
</style>