Shades of Brink Pink #FE6584
Tints of Brink Pink #FE6584
RGB
CMYK
RGB Variations
Color information
#FE6584 (or 0xFE6584) is known color: Brink Pink. HEX triplet: FE, 65 and 84. RGB value is (254,101,132). Sum of RGB (Red+Green+Blue) = 254+101+132=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6584 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6584 is #019A7B. Grayscale: #969696. Windows color (decimal): -105084 or 8676862. OLE color: 8676862.
HSL color Cylindrical-coordinate representation of color #FE6584: hue angle of 347.84º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE6584 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 132 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.00 |
| HSL | 347.84º | 0.99% | 0.7% | - |
| HSV(B) | 347.84º | 0.6% | 1% | - |
| XYZ | 49.69 | 32.04 | 25.4 | - |
| YUV | 150.28 | 117.69 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 132 | 0 | 0.60 | 0.48 | 0.00 | 347.84 | 0.99 | 0.7 |
| Hex | FE | 65 | 84 | 0 | 3C | 30 | 0 | 15C | 63 | 46 |
| Octal | 376 | 145 | 204 | 0 | 74 | 60 | 0 | 534 | 143 | 106 |
| Binary | 11111110 | 1100101 | 10000100 | 0 | 111100 | 110000 | 0 | 101011100 | 1100011 | 1000110 |
Color Harmonies of #FE6584
Complementary color
Monochromatic Colors of #FE6584
Black with #FE6584
Text Example
Text Example
White with #FE6584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6584; }
p { color: rgb(254,101,132); }
H1.HeaderClassName
{
color: #FE6584;
}
.AnyTagClassName
{
color: #FE6584;
}
</style>
background-color css
<style>
a { background-color: #FE6584; }
a { background-color: rgb(254,101,132); }
div.DivClassName
{
background-color: #FE6584;
}
.BgClassName
{
background-color: #FE6584;
}
</style>
border-color css
<style>
span { border-color: #FE6584; }
span { border-color: rgb(254,101,132); }
td.TdClassName
{
border-color: #FE6584;
}
.TagClassName
{
border-color: #FE6584;
}
</style>