Shades of Brink Pink #FE5985
Tints of Brink Pink #FE5985
RGB
CMYK
RGB Variations
Color information
#FE5985 (or 0xFE5985) is known color: Brink Pink. HEX triplet: FE, 59 and 85. RGB value is (254,89,133). Sum of RGB (Red+Green+Blue) = 254+89+133=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5985 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5985 is #01A67A. Grayscale: #8F8F8F. Windows color (decimal): -108155 or 8739326. OLE color: 8739326.
HSL color Cylindrical-coordinate representation of color #FE5985: hue angle of 344º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE5985 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 133 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.00 |
| HSL | 344º | 0.99% | 0.67% | - |
| HSV(B) | 344º | 0.65% | 1% | - |
| XYZ | 48.68 | 29.91 | 25.4 | - |
| YUV | 143.35 | 122.16 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 133 | 0 | 0.65 | 0.48 | 0.00 | 344 | 0.99 | 0.67 |
| Hex | FE | 59 | 85 | 0 | 41 | 30 | 0 | 158 | 63 | 43 |
| Octal | 376 | 131 | 205 | 0 | 101 | 60 | 0 | 530 | 143 | 103 |
| Binary | 11111110 | 1011001 | 10000101 | 0 | 1000001 | 110000 | 0 | 101011000 | 1100011 | 1000011 |
Color Harmonies of #FE5985
Complementary color
Monochromatic Colors of #FE5985
Black with #FE5985
Text Example
Text Example
White with #FE5985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5985; }
p { color: rgb(254,89,133); }
H1.HeaderClassName
{
color: #FE5985;
}
.AnyTagClassName
{
color: #FE5985;
}
</style>
background-color css
<style>
a { background-color: #FE5985; }
a { background-color: rgb(254,89,133); }
div.DivClassName
{
background-color: #FE5985;
}
.BgClassName
{
background-color: #FE5985;
}
</style>
border-color css
<style>
span { border-color: #FE5985; }
span { border-color: rgb(254,89,133); }
td.TdClassName
{
border-color: #FE5985;
}
.TagClassName
{
border-color: #FE5985;
}
</style>