Shades of Brink Pink #FE5D80
Tints of Brink Pink #FE5D80
RGB
CMYK
RGB Variations
Color information
#FE5D80 (or 0xFE5D80) is known color: Brink Pink. HEX triplet: FE, 5D and 80. RGB value is (254,93,128). Sum of RGB (Red+Green+Blue) = 254+93+128=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5D80 is #01A27F. Grayscale: #919191. Windows color (decimal): -107136 or 8412670. OLE color: 8412670.
HSL color Cylindrical-coordinate representation of color #FE5D80: hue angle of 346.96º 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 #FE5D80 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 128 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.00 |
| HSL | 346.96º | 0.99% | 0.68% | - |
| HSV(B) | 346.96º | 0.63% | 1% | - |
| XYZ | 48.68 | 30.46 | 23.74 | - |
| YUV | 145.13 | 118.34 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 128 | 0 | 0.63 | 0.50 | 0.00 | 346.96 | 0.99 | 0.68 |
| Hex | FE | 5D | 80 | 0 | 3F | 32 | 0 | 15B | 63 | 44 |
| Octal | 376 | 135 | 200 | 0 | 77 | 62 | 0 | 533 | 143 | 104 |
| Binary | 11111110 | 1011101 | 10000000 | 0 | 111111 | 110010 | 0 | 101011011 | 1100011 | 1000100 |
Color Harmonies of #FE5D80
Complementary color
Monochromatic Colors of #FE5D80
Black with #FE5D80
Text Example
Text Example
White with #FE5D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5D80; }
p { color: rgb(254,93,128); }
H1.HeaderClassName
{
color: #FE5D80;
}
.AnyTagClassName
{
color: #FE5D80;
}
</style>
background-color css
<style>
a { background-color: #FE5D80; }
a { background-color: rgb(254,93,128); }
div.DivClassName
{
background-color: #FE5D80;
}
.BgClassName
{
background-color: #FE5D80;
}
</style>
border-color css
<style>
span { border-color: #FE5D80; }
span { border-color: rgb(254,93,128); }
td.TdClassName
{
border-color: #FE5D80;
}
.TagClassName
{
border-color: #FE5D80;
}
</style>