Shades of Brink Pink #FE767D
Tints of Brink Pink #FE767D
RGB
CMYK
RGB Variations
Color information
#FE767D (or 0xFE767D) is known color: Brink Pink. HEX triplet: FE, 76 and 7D. RGB value is (254,118,125). Sum of RGB (Red+Green+Blue) = 254+118+125=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE767D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE767D is #018982. Grayscale: #9F9F9F. Windows color (decimal): -100739 or 8222462. OLE color: 8222462.
HSL color Cylindrical-coordinate representation of color #FE767D: hue angle of 356.91º 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 #FE767D is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 125 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.00 |
| HSL | 356.91º | 0.99% | 0.73% | - |
| HSV(B) | 356.91º | 0.54% | 1% | - |
| XYZ | 51.05 | 35.51 | 23.57 | - |
| YUV | 159.46 | 108.56 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 125 | 0 | 0.54 | 0.51 | 0.00 | 356.91 | 0.99 | 0.73 |
| Hex | FE | 76 | 7D | 0 | 36 | 33 | 0 | 165 | 63 | 49 |
| Octal | 376 | 166 | 175 | 0 | 66 | 63 | 0 | 545 | 143 | 111 |
| Binary | 11111110 | 1110110 | 1111101 | 0 | 110110 | 110011 | 0 | 101100101 | 1100011 | 1001001 |
Color Harmonies of #FE767D
Complementary color
Monochromatic Colors of #FE767D
Black with #FE767D
Text Example
Text Example
White with #FE767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE767D; }
p { color: rgb(254,118,125); }
H1.HeaderClassName
{
color: #FE767D;
}
.AnyTagClassName
{
color: #FE767D;
}
</style>
background-color css
<style>
a { background-color: #FE767D; }
a { background-color: rgb(254,118,125); }
div.DivClassName
{
background-color: #FE767D;
}
.BgClassName
{
background-color: #FE767D;
}
</style>
border-color css
<style>
span { border-color: #FE767D; }
span { border-color: rgb(254,118,125); }
td.TdClassName
{
border-color: #FE767D;
}
.TagClassName
{
border-color: #FE767D;
}
</style>