Shades of Brink Pink #FE6486
Tints of Brink Pink #FE6486
RGB
CMYK
RGB Variations
Color information
#FE6486 (or 0xFE6486) is known color: Brink Pink. HEX triplet: FE, 64 and 86. RGB value is (254,100,134). Sum of RGB (Red+Green+Blue) = 254+100+134=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6486 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6486 is #019B79. Grayscale: #959595. Windows color (decimal): -105338 or 8807678. OLE color: 8807678.
HSL color Cylindrical-coordinate representation of color #FE6486: hue angle of 346.75º 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 #FE6486 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 134 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.00 |
| HSL | 346.75º | 0.99% | 0.69% | - |
| HSV(B) | 346.75º | 0.61% | 1% | - |
| XYZ | 49.73 | 31.91 | 26.09 | - |
| YUV | 149.92 | 119.02 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 134 | 0 | 0.61 | 0.47 | 0.00 | 346.75 | 0.99 | 0.69 |
| Hex | FE | 64 | 86 | 0 | 3D | 2F | 0 | 15B | 63 | 45 |
| Octal | 376 | 144 | 206 | 0 | 75 | 57 | 0 | 533 | 143 | 105 |
| Binary | 11111110 | 1100100 | 10000110 | 0 | 111101 | 101111 | 0 | 101011011 | 1100011 | 1000101 |
Color Harmonies of #FE6486
Complementary color
Monochromatic Colors of #FE6486
Black with #FE6486
Text Example
Text Example
White with #FE6486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6486; }
p { color: rgb(254,100,134); }
H1.HeaderClassName
{
color: #FE6486;
}
.AnyTagClassName
{
color: #FE6486;
}
</style>
background-color css
<style>
a { background-color: #FE6486; }
a { background-color: rgb(254,100,134); }
div.DivClassName
{
background-color: #FE6486;
}
.BgClassName
{
background-color: #FE6486;
}
</style>
border-color css
<style>
span { border-color: #FE6486; }
span { border-color: rgb(254,100,134); }
td.TdClassName
{
border-color: #FE6486;
}
.TagClassName
{
border-color: #FE6486;
}
</style>