Shades of Brink Pink #FE5D8F
Tints of Brink Pink #FE5D8F
RGB
CMYK
RGB Variations
Color information
#FE5D8F (or 0xFE5D8F) is known color: Brink Pink. HEX triplet: FE, 5D and 8F. RGB value is (254,93,143). Sum of RGB (Red+Green+Blue) = 254+93+143=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5D8F is #01A270. Grayscale: #929292. Windows color (decimal): -107121 or 9395710. OLE color: 9395710.
HSL color Cylindrical-coordinate representation of color #FE5D8F: hue angle of 341.37º 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 #FE5D8F is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 143 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.00 |
| HSL | 341.37º | 0.99% | 0.68% | - |
| HSV(B) | 341.37º | 0.63% | 1% | - |
| XYZ | 49.75 | 30.88 | 29.33 | - |
| YUV | 146.84 | 125.84 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 143 | 0 | 0.63 | 0.44 | 0.00 | 341.37 | 0.99 | 0.68 |
| Hex | FE | 5D | 8F | 0 | 3F | 2C | 0 | 155 | 63 | 44 |
| Octal | 376 | 135 | 217 | 0 | 77 | 54 | 0 | 525 | 143 | 104 |
| Binary | 11111110 | 1011101 | 10001111 | 0 | 111111 | 101100 | 0 | 101010101 | 1100011 | 1000100 |
Color Harmonies of #FE5D8F
Complementary color
Monochromatic Colors of #FE5D8F
Black with #FE5D8F
Text Example
Text Example
White with #FE5D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5D8F; }
p { color: rgb(254,93,143); }
H1.HeaderClassName
{
color: #FE5D8F;
}
.AnyTagClassName
{
color: #FE5D8F;
}
</style>
background-color css
<style>
a { background-color: #FE5D8F; }
a { background-color: rgb(254,93,143); }
div.DivClassName
{
background-color: #FE5D8F;
}
.BgClassName
{
background-color: #FE5D8F;
}
</style>
border-color css
<style>
span { border-color: #FE5D8F; }
span { border-color: rgb(254,93,143); }
td.TdClassName
{
border-color: #FE5D8F;
}
.TagClassName
{
border-color: #FE5D8F;
}
</style>