Shades of Brink Pink #FE5E8F
Tints of Brink Pink #FE5E8F
RGB
CMYK
RGB Variations
Color information
#FE5E8F (or 0xFE5E8F) is known color: Brink Pink. HEX triplet: FE, 5E and 8F. RGB value is (254,94,143). Sum of RGB (Red+Green+Blue) = 254+94+143=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5E8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5E8F is #01A170. Grayscale: #939393. Windows color (decimal): -106865 or 9395966. OLE color: 9395966.
HSL color Cylindrical-coordinate representation of color #FE5E8F: hue angle of 341.62º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5E8F is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 143 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.00 |
| HSL | 341.63º | 0.99% | 0.68% | - |
| HSV(B) | 341.63º | 0.63% | 1% | - |
| XYZ | 49.83 | 31.06 | 29.36 | - |
| YUV | 147.43 | 125.51 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 143 | 0 | 0.63 | 0.44 | 0.00 | 341.63 | 0.99 | 0.68 |
| Hex | FE | 5E | 8F | 0 | 3F | 2C | 0 | 156 | 63 | 44 |
| Octal | 376 | 136 | 217 | 0 | 77 | 54 | 0 | 526 | 143 | 104 |
| Binary | 11111110 | 1011110 | 10001111 | 0 | 111111 | 101100 | 0 | 101010110 | 1100011 | 1000100 |
Color Harmonies of #FE5E8F
Complementary color
Monochromatic Colors of #FE5E8F
Black with #FE5E8F
Text Example
Text Example
White with #FE5E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5E8F; }
p { color: rgb(254,94,143); }
H1.HeaderClassName
{
color: #FE5E8F;
}
.AnyTagClassName
{
color: #FE5E8F;
}
</style>
background-color css
<style>
a { background-color: #FE5E8F; }
a { background-color: rgb(254,94,143); }
div.DivClassName
{
background-color: #FE5E8F;
}
.BgClassName
{
background-color: #FE5E8F;
}
</style>
border-color css
<style>
span { border-color: #FE5E8F; }
span { border-color: rgb(254,94,143); }
td.TdClassName
{
border-color: #FE5E8F;
}
.TagClassName
{
border-color: #FE5E8F;
}
</style>