Shades of Brink Pink #FE5584
Tints of Brink Pink #FE5584
RGB
CMYK
RGB Variations
Color information
#FE5584 (or 0xFE5584) is known color: Brink Pink. HEX triplet: FE, 55 and 84. RGB value is (254,85,132). Sum of RGB (Red+Green+Blue) = 254+85+132=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5584 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5584 is #01AA7B. Grayscale: #8C8C8C. Windows color (decimal): -109180 or 8672766. OLE color: 8672766.
HSL color Cylindrical-coordinate representation of color #FE5584: hue angle of 343.31º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE5584 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 132 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.00 |
| HSL | 343.31º | 0.99% | 0.66% | - |
| HSV(B) | 343.31º | 0.67% | 1% | - |
| XYZ | 48.29 | 29.23 | 24.93 | - |
| YUV | 140.89 | 122.99 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 132 | 0 | 0.67 | 0.48 | 0.00 | 343.31 | 0.99 | 0.66 |
| Hex | FE | 55 | 84 | 0 | 43 | 30 | 0 | 157 | 63 | 42 |
| Octal | 376 | 125 | 204 | 0 | 103 | 60 | 0 | 527 | 143 | 102 |
| Binary | 11111110 | 1010101 | 10000100 | 0 | 1000011 | 110000 | 0 | 101010111 | 1100011 | 1000010 |
Color Harmonies of #FE5584
Complementary color
Monochromatic Colors of #FE5584
Black with #FE5584
Text Example
Text Example
White with #FE5584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5584; }
p { color: rgb(254,85,132); }
H1.HeaderClassName
{
color: #FE5584;
}
.AnyTagClassName
{
color: #FE5584;
}
</style>
background-color css
<style>
a { background-color: #FE5584; }
a { background-color: rgb(254,85,132); }
div.DivClassName
{
background-color: #FE5584;
}
.BgClassName
{
background-color: #FE5584;
}
</style>
border-color css
<style>
span { border-color: #FE5584; }
span { border-color: rgb(254,85,132); }
td.TdClassName
{
border-color: #FE5584;
}
.TagClassName
{
border-color: #FE5584;
}
</style>