Shades of Brink Pink #FE6A88
Tints of Brink Pink #FE6A88
RGB
CMYK
RGB Variations
Color information
#FE6A88 (or 0xFE6A88) is known color: Brink Pink. HEX triplet: FE, 6A and 88. RGB value is (254,106,136). Sum of RGB (Red+Green+Blue) = 254+106+136=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6A88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6A88 is #019577. Grayscale: #999999. Windows color (decimal): -103800 or 8940286. OLE color: 8940286.
HSL color Cylindrical-coordinate representation of color #FE6A88: hue angle of 347.84º 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 #FE6A88 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 106 | 136 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.00 |
| HSL | 347.84º | 0.99% | 0.71% | - |
| HSV(B) | 347.84º | 0.58% | 1% | - |
| XYZ | 50.47 | 33.16 | 27.03 | - |
| YUV | 153.67 | 118.03 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 106 | 136 | 0 | 0.58 | 0.46 | 0.00 | 347.84 | 0.99 | 0.71 |
| Hex | FE | 6A | 88 | 0 | 3A | 2E | 0 | 15C | 63 | 47 |
| Octal | 376 | 152 | 210 | 0 | 72 | 56 | 0 | 534 | 143 | 107 |
| Binary | 11111110 | 1101010 | 10001000 | 0 | 111010 | 101110 | 0 | 101011100 | 1100011 | 1000111 |
Color Harmonies of #FE6A88
Complementary color
Monochromatic Colors of #FE6A88
Black with #FE6A88
Text Example
Text Example
White with #FE6A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6A88; }
p { color: rgb(254,106,136); }
H1.HeaderClassName
{
color: #FE6A88;
}
.AnyTagClassName
{
color: #FE6A88;
}
</style>
background-color css
<style>
a { background-color: #FE6A88; }
a { background-color: rgb(254,106,136); }
div.DivClassName
{
background-color: #FE6A88;
}
.BgClassName
{
background-color: #FE6A88;
}
</style>
border-color css
<style>
span { border-color: #FE6A88; }
span { border-color: rgb(254,106,136); }
td.TdClassName
{
border-color: #FE6A88;
}
.TagClassName
{
border-color: #FE6A88;
}
</style>