Shades of Brink Pink #FE6E7A
Tints of Brink Pink #FE6E7A
RGB
CMYK
RGB Variations
Color information
#FE6E7A (or 0xFE6E7A) is known color: Brink Pink. HEX triplet: FE, 6E and 7A. RGB value is (254,110,122). Sum of RGB (Red+Green+Blue) = 254+110+122=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6E7A is #019185. Grayscale: #9A9A9A. Windows color (decimal): -102790 or 8023806. OLE color: 8023806.
HSL color Cylindrical-coordinate representation of color #FE6E7A: hue angle of 355º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE6E7A is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 110 | 122 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.00 |
| HSL | 355º | 0.99% | 0.71% | - |
| HSV(B) | 355º | 0.57% | 1% | - |
| XYZ | 49.96 | 33.63 | 22.27 | - |
| YUV | 154.42 | 109.71 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 110 | 122 | 0 | 0.57 | 0.52 | 0.00 | 355 | 0.99 | 0.71 |
| Hex | FE | 6E | 7A | 0 | 39 | 34 | 0 | 163 | 63 | 47 |
| Octal | 376 | 156 | 172 | 0 | 71 | 64 | 0 | 543 | 143 | 107 |
| Binary | 11111110 | 1101110 | 1111010 | 0 | 111001 | 110100 | 0 | 101100011 | 1100011 | 1000111 |
Color Harmonies of #FE6E7A
Complementary color
Monochromatic Colors of #FE6E7A
Black with #FE6E7A
Text Example
Text Example
White with #FE6E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6E7A; }
p { color: rgb(254,110,122); }
H1.HeaderClassName
{
color: #FE6E7A;
}
.AnyTagClassName
{
color: #FE6E7A;
}
</style>
background-color css
<style>
a { background-color: #FE6E7A; }
a { background-color: rgb(254,110,122); }
div.DivClassName
{
background-color: #FE6E7A;
}
.BgClassName
{
background-color: #FE6E7A;
}
</style>
border-color css
<style>
span { border-color: #FE6E7A; }
span { border-color: rgb(254,110,122); }
td.TdClassName
{
border-color: #FE6E7A;
}
.TagClassName
{
border-color: #FE6E7A;
}
</style>