Shades of Brink Pink #FE767C
Tints of Brink Pink #FE767C
RGB
CMYK
RGB Variations
Color information
#FE767C (or 0xFE767C) is known color: Brink Pink. HEX triplet: FE, 76 and 7C. RGB value is (254,118,124). Sum of RGB (Red+Green+Blue) = 254+118+124=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE767C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE767C is #018983. Grayscale: #9F9F9F. Windows color (decimal): -100740 or 8156926. OLE color: 8156926.
HSL color Cylindrical-coordinate representation of color #FE767C: hue angle of 357.35º 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 #FE767C is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 124 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.00 |
| HSL | 357.35º | 0.99% | 0.73% | - |
| HSV(B) | 357.35º | 0.54% | 1% | - |
| XYZ | 50.99 | 35.48 | 23.23 | - |
| YUV | 159.35 | 108.06 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 124 | 0 | 0.54 | 0.51 | 0.00 | 357.35 | 0.99 | 0.73 |
| Hex | FE | 76 | 7C | 0 | 36 | 33 | 0 | 165 | 63 | 49 |
| Octal | 376 | 166 | 174 | 0 | 66 | 63 | 0 | 545 | 143 | 111 |
| Binary | 11111110 | 1110110 | 1111100 | 0 | 110110 | 110011 | 0 | 101100101 | 1100011 | 1001001 |
Color Harmonies of #FE767C
Complementary color
Monochromatic Colors of #FE767C
Black with #FE767C
Text Example
Text Example
White with #FE767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE767C; }
p { color: rgb(254,118,124); }
H1.HeaderClassName
{
color: #FE767C;
}
.AnyTagClassName
{
color: #FE767C;
}
</style>
background-color css
<style>
a { background-color: #FE767C; }
a { background-color: rgb(254,118,124); }
div.DivClassName
{
background-color: #FE767C;
}
.BgClassName
{
background-color: #FE767C;
}
</style>
border-color css
<style>
span { border-color: #FE767C; }
span { border-color: rgb(254,118,124); }
td.TdClassName
{
border-color: #FE767C;
}
.TagClassName
{
border-color: #FE767C;
}
</style>