Shades of Brink Pink #FE6389
Tints of Brink Pink #FE6389
RGB
CMYK
RGB Variations
Color information
#FE6389 (or 0xFE6389) is known color: Brink Pink. HEX triplet: FE, 63 and 89. RGB value is (254,99,137). Sum of RGB (Red+Green+Blue) = 254+99+137=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6389 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6389 is #019C76. Grayscale: #959595. Windows color (decimal): -105591 or 9004030. OLE color: 9004030.
HSL color Cylindrical-coordinate representation of color #FE6389: hue angle of 345.29º 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 #FE6389 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 137 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.00 |
| HSL | 345.29º | 0.99% | 0.69% | - |
| HSV(B) | 345.29º | 0.61% | 1% | - |
| XYZ | 49.85 | 31.8 | 27.18 | - |
| YUV | 149.68 | 120.85 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 137 | 0 | 0.61 | 0.46 | 0.00 | 345.29 | 0.99 | 0.69 |
| Hex | FE | 63 | 89 | 0 | 3D | 2E | 0 | 159 | 63 | 45 |
| Octal | 376 | 143 | 211 | 0 | 75 | 56 | 0 | 531 | 143 | 105 |
| Binary | 11111110 | 1100011 | 10001001 | 0 | 111101 | 101110 | 0 | 101011001 | 1100011 | 1000101 |
Color Harmonies of #FE6389
Complementary color
Monochromatic Colors of #FE6389
Black with #FE6389
Text Example
Text Example
White with #FE6389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6389; }
p { color: rgb(254,99,137); }
H1.HeaderClassName
{
color: #FE6389;
}
.AnyTagClassName
{
color: #FE6389;
}
</style>
background-color css
<style>
a { background-color: #FE6389; }
a { background-color: rgb(254,99,137); }
div.DivClassName
{
background-color: #FE6389;
}
.BgClassName
{
background-color: #FE6389;
}
</style>
border-color css
<style>
span { border-color: #FE6389; }
span { border-color: rgb(254,99,137); }
td.TdClassName
{
border-color: #FE6389;
}
.TagClassName
{
border-color: #FE6389;
}
</style>