Shades of Brink Pink #FE767A
Tints of Brink Pink #FE767A
RGB
CMYK
RGB Variations
Color information
#FE767A (or 0xFE767A) is known color: Brink Pink. HEX triplet: FE, 76 and 7A. RGB value is (254,118,122). Sum of RGB (Red+Green+Blue) = 254+118+122=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE767A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE767A is #018985. Grayscale: #9F9F9F. Windows color (decimal): -100742 or 8025854. OLE color: 8025854.
HSL color Cylindrical-coordinate representation of color #FE767A: hue angle of 358.24º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE767A is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 122 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.00 |
| HSL | 358.24º | 0.99% | 0.73% | - |
| HSV(B) | 358.24º | 0.54% | 1% | - |
| XYZ | 50.86 | 35.43 | 22.57 | - |
| YUV | 159.12 | 107.06 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 122 | 0 | 0.54 | 0.52 | 0.00 | 358.24 | 0.99 | 0.73 |
| Hex | FE | 76 | 7A | 0 | 36 | 34 | 0 | 166 | 63 | 49 |
| Octal | 376 | 166 | 172 | 0 | 66 | 64 | 0 | 546 | 143 | 111 |
| Binary | 11111110 | 1110110 | 1111010 | 0 | 110110 | 110100 | 0 | 101100110 | 1100011 | 1001001 |
Color Harmonies of #FE767A
Complementary color
Monochromatic Colors of #FE767A
Black with #FE767A
Text Example
Text Example
White with #FE767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE767A; }
p { color: rgb(254,118,122); }
H1.HeaderClassName
{
color: #FE767A;
}
.AnyTagClassName
{
color: #FE767A;
}
</style>
background-color css
<style>
a { background-color: #FE767A; }
a { background-color: rgb(254,118,122); }
div.DivClassName
{
background-color: #FE767A;
}
.BgClassName
{
background-color: #FE767A;
}
</style>
border-color css
<style>
span { border-color: #FE767A; }
span { border-color: rgb(254,118,122); }
td.TdClassName
{
border-color: #FE767A;
}
.TagClassName
{
border-color: #FE767A;
}
</style>