Shades of Brink Pink #FE658B
Tints of Brink Pink #FE658B
RGB
CMYK
RGB Variations
Color information
#FE658B (or 0xFE658B) is known color: Brink Pink. HEX triplet: FE, 65 and 8B. RGB value is (254,101,139). Sum of RGB (Red+Green+Blue) = 254+101+139=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE658B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE658B is #019A74. Grayscale: #979797. Windows color (decimal): -105077 or 9135614. OLE color: 9135614.
HSL color Cylindrical-coordinate representation of color #FE658B: hue angle of 345.1º 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 #FE658B is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 139 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.00 |
| HSL | 345.1º | 0.99% | 0.7% | - |
| HSV(B) | 345.1º | 0.6% | 1% | - |
| XYZ | 50.19 | 32.24 | 28 | - |
| YUV | 151.08 | 121.19 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 139 | 0 | 0.60 | 0.45 | 0.00 | 345.1 | 0.99 | 0.7 |
| Hex | FE | 65 | 8B | 0 | 3C | 2D | 0 | 159 | 63 | 46 |
| Octal | 376 | 145 | 213 | 0 | 74 | 55 | 0 | 531 | 143 | 106 |
| Binary | 11111110 | 1100101 | 10001011 | 0 | 111100 | 101101 | 0 | 101011001 | 1100011 | 1000110 |
Color Harmonies of #FE658B
Complementary color
Monochromatic Colors of #FE658B
Black with #FE658B
Text Example
Text Example
White with #FE658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE658B; }
p { color: rgb(254,101,139); }
H1.HeaderClassName
{
color: #FE658B;
}
.AnyTagClassName
{
color: #FE658B;
}
</style>
background-color css
<style>
a { background-color: #FE658B; }
a { background-color: rgb(254,101,139); }
div.DivClassName
{
background-color: #FE658B;
}
.BgClassName
{
background-color: #FE658B;
}
</style>
border-color css
<style>
span { border-color: #FE658B; }
span { border-color: rgb(254,101,139); }
td.TdClassName
{
border-color: #FE658B;
}
.TagClassName
{
border-color: #FE658B;
}
</style>