Shades of Brink Pink #FE768A
Tints of Brink Pink #FE768A
RGB
CMYK
RGB Variations
Color information
#FE768A (or 0xFE768A) is known color: Brink Pink. HEX triplet: FE, 76 and 8A. RGB value is (254,118,138). Sum of RGB (Red+Green+Blue) = 254+118+138=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE768A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE768A is #018975. Grayscale: #A1A1A1. Windows color (decimal): -100726 or 9074430. OLE color: 9074430.
HSL color Cylindrical-coordinate representation of color #FE768A: hue angle of 351.18º 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 #FE768A is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 138 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.00 |
| HSL | 351.18º | 0.99% | 0.73% | - |
| HSV(B) | 351.18º | 0.54% | 1% | - |
| XYZ | 51.94 | 35.86 | 28.23 | - |
| YUV | 160.94 | 115.06 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 138 | 0 | 0.54 | 0.46 | 0.00 | 351.18 | 0.99 | 0.73 |
| Hex | FE | 76 | 8A | 0 | 36 | 2E | 0 | 15F | 63 | 49 |
| Octal | 376 | 166 | 212 | 0 | 66 | 56 | 0 | 537 | 143 | 111 |
| Binary | 11111110 | 1110110 | 10001010 | 0 | 110110 | 101110 | 0 | 101011111 | 1100011 | 1001001 |
Color Harmonies of #FE768A
Complementary color
Monochromatic Colors of #FE768A
Black with #FE768A
Text Example
Text Example
White with #FE768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE768A; }
p { color: rgb(254,118,138); }
H1.HeaderClassName
{
color: #FE768A;
}
.AnyTagClassName
{
color: #FE768A;
}
</style>
background-color css
<style>
a { background-color: #FE768A; }
a { background-color: rgb(254,118,138); }
div.DivClassName
{
background-color: #FE768A;
}
.BgClassName
{
background-color: #FE768A;
}
</style>
border-color css
<style>
span { border-color: #FE768A; }
span { border-color: rgb(254,118,138); }
td.TdClassName
{
border-color: #FE768A;
}
.TagClassName
{
border-color: #FE768A;
}
</style>