Shades of Brink Pink #FE658D
Tints of Brink Pink #FE658D
RGB
CMYK
RGB Variations
Color information
#FE658D (or 0xFE658D) is known color: Brink Pink. HEX triplet: FE, 65 and 8D. RGB value is (254,101,141). Sum of RGB (Red+Green+Blue) = 254+101+141=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE658D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE658D is #019A72. Grayscale: #979797. Windows color (decimal): -105075 or 9266686. OLE color: 9266686.
HSL color Cylindrical-coordinate representation of color #FE658D: hue angle of 344.31º 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 #FE658D is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 141 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.00 |
| HSL | 344.31º | 0.99% | 0.7% | - |
| HSV(B) | 344.31º | 0.6% | 1% | - |
| XYZ | 50.33 | 32.3 | 28.78 | - |
| YUV | 151.31 | 122.19 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 141 | 0 | 0.60 | 0.44 | 0.00 | 344.31 | 0.99 | 0.7 |
| Hex | FE | 65 | 8D | 0 | 3C | 2C | 0 | 158 | 63 | 46 |
| Octal | 376 | 145 | 215 | 0 | 74 | 54 | 0 | 530 | 143 | 106 |
| Binary | 11111110 | 1100101 | 10001101 | 0 | 111100 | 101100 | 0 | 101011000 | 1100011 | 1000110 |
Color Harmonies of #FE658D
Complementary color
Monochromatic Colors of #FE658D
Black with #FE658D
Text Example
Text Example
White with #FE658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE658D; }
p { color: rgb(254,101,141); }
H1.HeaderClassName
{
color: #FE658D;
}
.AnyTagClassName
{
color: #FE658D;
}
</style>
background-color css
<style>
a { background-color: #FE658D; }
a { background-color: rgb(254,101,141); }
div.DivClassName
{
background-color: #FE658D;
}
.BgClassName
{
background-color: #FE658D;
}
</style>
border-color css
<style>
span { border-color: #FE658D; }
span { border-color: rgb(254,101,141); }
td.TdClassName
{
border-color: #FE658D;
}
.TagClassName
{
border-color: #FE658D;
}
</style>