Shades of Brink Pink #FE6487
Tints of Brink Pink #FE6487
RGB
CMYK
RGB Variations
Color information
#FE6487 (or 0xFE6487) is known color: Brink Pink. HEX triplet: FE, 64 and 87. RGB value is (254,100,135). Sum of RGB (Red+Green+Blue) = 254+100+135=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6487 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6487 is #019B78. Grayscale: #969696. Windows color (decimal): -105337 or 8873214. OLE color: 8873214.
HSL color Cylindrical-coordinate representation of color #FE6487: hue angle of 346.36º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE6487 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 135 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.00 |
| HSL | 346.36º | 0.99% | 0.69% | - |
| HSV(B) | 346.36º | 0.61% | 1% | - |
| XYZ | 49.8 | 31.93 | 26.46 | - |
| YUV | 150.04 | 119.52 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 135 | 0 | 0.61 | 0.47 | 0.00 | 346.36 | 0.99 | 0.69 |
| Hex | FE | 64 | 87 | 0 | 3D | 2F | 0 | 15A | 63 | 45 |
| Octal | 376 | 144 | 207 | 0 | 75 | 57 | 0 | 532 | 143 | 105 |
| Binary | 11111110 | 1100100 | 10000111 | 0 | 111101 | 101111 | 0 | 101011010 | 1100011 | 1000101 |
Color Harmonies of #FE6487
Complementary color
Monochromatic Colors of #FE6487
Black with #FE6487
Text Example
Text Example
White with #FE6487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6487; }
p { color: rgb(254,100,135); }
H1.HeaderClassName
{
color: #FE6487;
}
.AnyTagClassName
{
color: #FE6487;
}
</style>
background-color css
<style>
a { background-color: #FE6487; }
a { background-color: rgb(254,100,135); }
div.DivClassName
{
background-color: #FE6487;
}
.BgClassName
{
background-color: #FE6487;
}
</style>
border-color css
<style>
span { border-color: #FE6487; }
span { border-color: rgb(254,100,135); }
td.TdClassName
{
border-color: #FE6487;
}
.TagClassName
{
border-color: #FE6487;
}
</style>