Shades of Brink Pink #FE6A8B
Tints of Brink Pink #FE6A8B
RGB
CMYK
RGB Variations
Color information
#FE6A8B (or 0xFE6A8B) is known color: Brink Pink. HEX triplet: FE, 6A and 8B. RGB value is (254,106,139). Sum of RGB (Red+Green+Blue) = 254+106+139=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6A8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6A8B is #019574. Grayscale: #9A9A9A. Windows color (decimal): -103797 or 9136894. OLE color: 9136894.
HSL color Cylindrical-coordinate representation of color #FE6A8B: hue angle of 346.62º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE6A8B is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 106 | 139 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.00 |
| HSL | 346.62º | 0.99% | 0.71% | - |
| HSV(B) | 346.62º | 0.58% | 1% | - |
| XYZ | 50.69 | 33.24 | 28.17 | - |
| YUV | 154.01 | 119.53 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 106 | 139 | 0 | 0.58 | 0.45 | 0.00 | 346.62 | 0.99 | 0.71 |
| Hex | FE | 6A | 8B | 0 | 3A | 2D | 0 | 15B | 63 | 47 |
| Octal | 376 | 152 | 213 | 0 | 72 | 55 | 0 | 533 | 143 | 107 |
| Binary | 11111110 | 1101010 | 10001011 | 0 | 111010 | 101101 | 0 | 101011011 | 1100011 | 1000111 |
Color Harmonies of #FE6A8B
Complementary color
Monochromatic Colors of #FE6A8B
Black with #FE6A8B
Text Example
Text Example
White with #FE6A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6A8B; }
p { color: rgb(254,106,139); }
H1.HeaderClassName
{
color: #FE6A8B;
}
.AnyTagClassName
{
color: #FE6A8B;
}
</style>
background-color css
<style>
a { background-color: #FE6A8B; }
a { background-color: rgb(254,106,139); }
div.DivClassName
{
background-color: #FE6A8B;
}
.BgClassName
{
background-color: #FE6A8B;
}
</style>
border-color css
<style>
span { border-color: #FE6A8B; }
span { border-color: rgb(254,106,139); }
td.TdClassName
{
border-color: #FE6A8B;
}
.TagClassName
{
border-color: #FE6A8B;
}
</style>