Shades of Brink Pink #FE6B80
Tints of Brink Pink #FE6B80
RGB
CMYK
RGB Variations
Color information
#FE6B80 (or 0xFE6B80) is known color: Brink Pink. HEX triplet: FE, 6B and 80. RGB value is (254,107,128). Sum of RGB (Red+Green+Blue) = 254+107+128=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6B80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6B80 is #01947F. Grayscale: #999999. Windows color (decimal): -103552 or 8416254. OLE color: 8416254.
HSL color Cylindrical-coordinate representation of color #FE6B80: hue angle of 351.43º 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 #FE6B80 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 107 | 128 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.00 |
| HSL | 351.43º | 0.99% | 0.71% | - |
| HSV(B) | 351.43º | 0.58% | 1% | - |
| XYZ | 50.03 | 33.14 | 24.18 | - |
| YUV | 153.35 | 113.7 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 107 | 128 | 0 | 0.58 | 0.50 | 0.00 | 351.43 | 0.99 | 0.71 |
| Hex | FE | 6B | 80 | 0 | 3A | 32 | 0 | 15F | 63 | 47 |
| Octal | 376 | 153 | 200 | 0 | 72 | 62 | 0 | 537 | 143 | 107 |
| Binary | 11111110 | 1101011 | 10000000 | 0 | 111010 | 110010 | 0 | 101011111 | 1100011 | 1000111 |
Color Harmonies of #FE6B80
Complementary color
Monochromatic Colors of #FE6B80
Black with #FE6B80
Text Example
Text Example
White with #FE6B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6B80; }
p { color: rgb(254,107,128); }
H1.HeaderClassName
{
color: #FE6B80;
}
.AnyTagClassName
{
color: #FE6B80;
}
</style>
background-color css
<style>
a { background-color: #FE6B80; }
a { background-color: rgb(254,107,128); }
div.DivClassName
{
background-color: #FE6B80;
}
.BgClassName
{
background-color: #FE6B80;
}
</style>
border-color css
<style>
span { border-color: #FE6B80; }
span { border-color: rgb(254,107,128); }
td.TdClassName
{
border-color: #FE6B80;
}
.TagClassName
{
border-color: #FE6B80;
}
</style>