Shades of Brink Pink #FE768E
Tints of Brink Pink #FE768E
RGB
CMYK
RGB Variations
Color information
#FE768E (or 0xFE768E) is known color: Brink Pink. HEX triplet: FE, 76 and 8E. RGB value is (254,118,142). Sum of RGB (Red+Green+Blue) = 254+118+142=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE768E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE768E is #018971. Grayscale: #A1A1A1. Windows color (decimal): -100722 or 9336574. OLE color: 9336574.
HSL color Cylindrical-coordinate representation of color #FE768E: hue angle of 349.41º 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 #FE768E is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 142 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.00 |
| HSL | 349.41º | 0.99% | 0.73% | - |
| HSV(B) | 349.41º | 0.54% | 1% | - |
| XYZ | 52.23 | 35.98 | 29.78 | - |
| YUV | 161.4 | 117.06 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 142 | 0 | 0.54 | 0.44 | 0.00 | 349.41 | 0.99 | 0.73 |
| Hex | FE | 76 | 8E | 0 | 36 | 2C | 0 | 15D | 63 | 49 |
| Octal | 376 | 166 | 216 | 0 | 66 | 54 | 0 | 535 | 143 | 111 |
| Binary | 11111110 | 1110110 | 10001110 | 0 | 110110 | 101100 | 0 | 101011101 | 1100011 | 1001001 |
Color Harmonies of #FE768E
Complementary color
Monochromatic Colors of #FE768E
Black with #FE768E
Text Example
Text Example
White with #FE768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE768E; }
p { color: rgb(254,118,142); }
H1.HeaderClassName
{
color: #FE768E;
}
.AnyTagClassName
{
color: #FE768E;
}
</style>
background-color css
<style>
a { background-color: #FE768E; }
a { background-color: rgb(254,118,142); }
div.DivClassName
{
background-color: #FE768E;
}
.BgClassName
{
background-color: #FE768E;
}
</style>
border-color css
<style>
span { border-color: #FE768E; }
span { border-color: rgb(254,118,142); }
td.TdClassName
{
border-color: #FE768E;
}
.TagClassName
{
border-color: #FE768E;
}
</style>