Shades of Brink Pink #FE6880
Tints of Brink Pink #FE6880
RGB
CMYK
RGB Variations
Color information
#FE6880 (or 0xFE6880) is known color: Brink Pink. HEX triplet: FE, 68 and 80. RGB value is (254,104,128). Sum of RGB (Red+Green+Blue) = 254+104+128=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6880 is #01977F. Grayscale: #979797. Windows color (decimal): -104320 or 8415486. OLE color: 8415486.
HSL color Cylindrical-coordinate representation of color #FE6880: hue angle of 350.4º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE6880 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 128 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.00 |
| HSL | 350.4º | 0.99% | 0.7% | - |
| HSV(B) | 350.4º | 0.59% | 1% | - |
| XYZ | 49.72 | 32.53 | 24.08 | - |
| YUV | 151.59 | 114.7 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 128 | 0 | 0.59 | 0.50 | 0.00 | 350.4 | 0.99 | 0.7 |
| Hex | FE | 68 | 80 | 0 | 3B | 32 | 0 | 15E | 63 | 46 |
| Octal | 376 | 150 | 200 | 0 | 73 | 62 | 0 | 536 | 143 | 106 |
| Binary | 11111110 | 1101000 | 10000000 | 0 | 111011 | 110010 | 0 | 101011110 | 1100011 | 1000110 |
Color Harmonies of #FE6880
Complementary color
Monochromatic Colors of #FE6880
Black with #FE6880
Text Example
Text Example
White with #FE6880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6880; }
p { color: rgb(254,104,128); }
H1.HeaderClassName
{
color: #FE6880;
}
.AnyTagClassName
{
color: #FE6880;
}
</style>
background-color css
<style>
a { background-color: #FE6880; }
a { background-color: rgb(254,104,128); }
div.DivClassName
{
background-color: #FE6880;
}
.BgClassName
{
background-color: #FE6880;
}
</style>
border-color css
<style>
span { border-color: #FE6880; }
span { border-color: rgb(254,104,128); }
td.TdClassName
{
border-color: #FE6880;
}
.TagClassName
{
border-color: #FE6880;
}
</style>