Shades of Brink Pink #FE5C80
Tints of Brink Pink #FE5C80
RGB
CMYK
RGB Variations
Color information
#FE5C80 (or 0xFE5C80) is known color: Brink Pink. HEX triplet: FE, 5C and 80. RGB value is (254,92,128). Sum of RGB (Red+Green+Blue) = 254+92+128=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5C80 is #01A37F. Grayscale: #909090. Windows color (decimal): -107392 or 8412414. OLE color: 8412414.
HSL color Cylindrical-coordinate representation of color #FE5C80: hue angle of 346.67º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5C80 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 128 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.00 |
| HSL | 346.67º | 0.99% | 0.68% | - |
| HSV(B) | 346.67º | 0.64% | 1% | - |
| XYZ | 48.6 | 30.28 | 23.71 | - |
| YUV | 144.54 | 118.67 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 128 | 0 | 0.64 | 0.50 | 0.00 | 346.67 | 0.99 | 0.68 |
| Hex | FE | 5C | 80 | 0 | 40 | 32 | 0 | 15B | 63 | 44 |
| Octal | 376 | 134 | 200 | 0 | 100 | 62 | 0 | 533 | 143 | 104 |
| Binary | 11111110 | 1011100 | 10000000 | 0 | 1000000 | 110010 | 0 | 101011011 | 1100011 | 1000100 |
Color Harmonies of #FE5C80
Complementary color
Monochromatic Colors of #FE5C80
Black with #FE5C80
Text Example
Text Example
White with #FE5C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5C80; }
p { color: rgb(254,92,128); }
H1.HeaderClassName
{
color: #FE5C80;
}
.AnyTagClassName
{
color: #FE5C80;
}
</style>
background-color css
<style>
a { background-color: #FE5C80; }
a { background-color: rgb(254,92,128); }
div.DivClassName
{
background-color: #FE5C80;
}
.BgClassName
{
background-color: #FE5C80;
}
</style>
border-color css
<style>
span { border-color: #FE5C80; }
span { border-color: rgb(254,92,128); }
td.TdClassName
{
border-color: #FE5C80;
}
.TagClassName
{
border-color: #FE5C80;
}
</style>