Shades of Brink Pink #FE767B
Tints of Brink Pink #FE767B
RGB
CMYK
RGB Variations
Color information
#FE767B (or 0xFE767B) is known color: Brink Pink. HEX triplet: FE, 76 and 7B. RGB value is (254,118,123). Sum of RGB (Red+Green+Blue) = 254+118+123=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE767B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE767B is #018984. Grayscale: #9F9F9F. Windows color (decimal): -100741 or 8091390. OLE color: 8091390.
HSL color Cylindrical-coordinate representation of color #FE767B: hue angle of 357.79º 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 #FE767B is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 123 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.00 |
| HSL | 357.79º | 0.99% | 0.73% | - |
| HSV(B) | 357.79º | 0.54% | 1% | - |
| XYZ | 50.93 | 35.46 | 22.9 | - |
| YUV | 159.23 | 107.56 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 123 | 0 | 0.54 | 0.52 | 0.00 | 357.79 | 0.99 | 0.73 |
| Hex | FE | 76 | 7B | 0 | 36 | 34 | 0 | 166 | 63 | 49 |
| Octal | 376 | 166 | 173 | 0 | 66 | 64 | 0 | 546 | 143 | 111 |
| Binary | 11111110 | 1110110 | 1111011 | 0 | 110110 | 110100 | 0 | 101100110 | 1100011 | 1001001 |
Color Harmonies of #FE767B
Complementary color
Monochromatic Colors of #FE767B
Black with #FE767B
Text Example
Text Example
White with #FE767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE767B; }
p { color: rgb(254,118,123); }
H1.HeaderClassName
{
color: #FE767B;
}
.AnyTagClassName
{
color: #FE767B;
}
</style>
background-color css
<style>
a { background-color: #FE767B; }
a { background-color: rgb(254,118,123); }
div.DivClassName
{
background-color: #FE767B;
}
.BgClassName
{
background-color: #FE767B;
}
</style>
border-color css
<style>
span { border-color: #FE767B; }
span { border-color: rgb(254,118,123); }
td.TdClassName
{
border-color: #FE767B;
}
.TagClassName
{
border-color: #FE767B;
}
</style>