Shades of Brink Pink #FE5982
Tints of Brink Pink #FE5982
RGB
CMYK
RGB Variations
Color information
#FE5982 (or 0xFE5982) is known color: Brink Pink. HEX triplet: FE, 59 and 82. RGB value is (254,89,130). Sum of RGB (Red+Green+Blue) = 254+89+130=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5982 is #01A67D. Grayscale: #8F8F8F. Windows color (decimal): -108158 or 8542718. OLE color: 8542718.
HSL color Cylindrical-coordinate representation of color #FE5982: hue angle of 345.09º 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 #FE5982 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 130 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.00 |
| HSL | 345.09º | 0.99% | 0.67% | - |
| HSV(B) | 345.09º | 0.65% | 1% | - |
| XYZ | 48.47 | 29.83 | 24.32 | - |
| YUV | 143.01 | 120.66 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 130 | 0 | 0.65 | 0.49 | 0.00 | 345.09 | 0.99 | 0.67 |
| Hex | FE | 59 | 82 | 0 | 41 | 31 | 0 | 159 | 63 | 43 |
| Octal | 376 | 131 | 202 | 0 | 101 | 61 | 0 | 531 | 143 | 103 |
| Binary | 11111110 | 1011001 | 10000010 | 0 | 1000001 | 110001 | 0 | 101011001 | 1100011 | 1000011 |
Color Harmonies of #FE5982
Complementary color
Monochromatic Colors of #FE5982
Black with #FE5982
Text Example
Text Example
White with #FE5982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5982; }
p { color: rgb(254,89,130); }
H1.HeaderClassName
{
color: #FE5982;
}
.AnyTagClassName
{
color: #FE5982;
}
</style>
background-color css
<style>
a { background-color: #FE5982; }
a { background-color: rgb(254,89,130); }
div.DivClassName
{
background-color: #FE5982;
}
.BgClassName
{
background-color: #FE5982;
}
</style>
border-color css
<style>
span { border-color: #FE5982; }
span { border-color: rgb(254,89,130); }
td.TdClassName
{
border-color: #FE5982;
}
.TagClassName
{
border-color: #FE5982;
}
</style>