Shades of Brink Pink #FE6A8A
Tints of Brink Pink #FE6A8A
RGB
CMYK
RGB Variations
Color information
#FE6A8A (or 0xFE6A8A) is known color: Brink Pink. HEX triplet: FE, 6A and 8A. RGB value is (254,106,138). Sum of RGB (Red+Green+Blue) = 254+106+138=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6A8A is #019575. Grayscale: #999999. Windows color (decimal): -103798 or 9071358. OLE color: 9071358.
HSL color Cylindrical-coordinate representation of color #FE6A8A: hue angle of 347.03º 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 #FE6A8A is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 106 | 138 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.00 |
| HSL | 347.03º | 0.99% | 0.71% | - |
| HSV(B) | 347.03º | 0.58% | 1% | - |
| XYZ | 50.61 | 33.21 | 27.79 | - |
| YUV | 153.9 | 119.03 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 106 | 138 | 0 | 0.58 | 0.46 | 0.00 | 347.03 | 0.99 | 0.71 |
| Hex | FE | 6A | 8A | 0 | 3A | 2E | 0 | 15B | 63 | 47 |
| Octal | 376 | 152 | 212 | 0 | 72 | 56 | 0 | 533 | 143 | 107 |
| Binary | 11111110 | 1101010 | 10001010 | 0 | 111010 | 101110 | 0 | 101011011 | 1100011 | 1000111 |
Color Harmonies of #FE6A8A
Complementary color
Monochromatic Colors of #FE6A8A
Black with #FE6A8A
Text Example
Text Example
White with #FE6A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6A8A; }
p { color: rgb(254,106,138); }
H1.HeaderClassName
{
color: #FE6A8A;
}
.AnyTagClassName
{
color: #FE6A8A;
}
</style>
background-color css
<style>
a { background-color: #FE6A8A; }
a { background-color: rgb(254,106,138); }
div.DivClassName
{
background-color: #FE6A8A;
}
.BgClassName
{
background-color: #FE6A8A;
}
</style>
border-color css
<style>
span { border-color: #FE6A8A; }
span { border-color: rgb(254,106,138); }
td.TdClassName
{
border-color: #FE6A8A;
}
.TagClassName
{
border-color: #FE6A8A;
}
</style>