Shades of Brink Pink #FE6C80
Tints of Brink Pink #FE6C80
RGB
CMYK
RGB Variations
Color information
#FE6C80 (or 0xFE6C80) is known color: Brink Pink. HEX triplet: FE, 6C and 80. RGB value is (254,108,128). Sum of RGB (Red+Green+Blue) = 254+108+128=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6C80 is #01937F. Grayscale: #9A9A9A. Windows color (decimal): -103296 or 8416510. OLE color: 8416510.
HSL color Cylindrical-coordinate representation of color #FE6C80: hue angle of 351.78º 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 #FE6C80 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 108 | 128 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.00 |
| HSL | 351.78º | 0.99% | 0.71% | - |
| HSV(B) | 351.78º | 0.57% | 1% | - |
| XYZ | 50.13 | 33.35 | 24.22 | - |
| YUV | 153.93 | 113.37 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 108 | 128 | 0 | 0.57 | 0.50 | 0.00 | 351.78 | 0.99 | 0.71 |
| Hex | FE | 6C | 80 | 0 | 39 | 32 | 0 | 160 | 63 | 47 |
| Octal | 376 | 154 | 200 | 0 | 71 | 62 | 0 | 540 | 143 | 107 |
| Binary | 11111110 | 1101100 | 10000000 | 0 | 111001 | 110010 | 0 | 101100000 | 1100011 | 1000111 |
Color Harmonies of #FE6C80
Complementary color
Monochromatic Colors of #FE6C80
Black with #FE6C80
Text Example
Text Example
White with #FE6C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6C80; }
p { color: rgb(254,108,128); }
H1.HeaderClassName
{
color: #FE6C80;
}
.AnyTagClassName
{
color: #FE6C80;
}
</style>
background-color css
<style>
a { background-color: #FE6C80; }
a { background-color: rgb(254,108,128); }
div.DivClassName
{
background-color: #FE6C80;
}
.BgClassName
{
background-color: #FE6C80;
}
</style>
border-color css
<style>
span { border-color: #FE6C80; }
span { border-color: rgb(254,108,128); }
td.TdClassName
{
border-color: #FE6C80;
}
.TagClassName
{
border-color: #FE6C80;
}
</style>