Shades of Brink Pink #FE658F
Tints of Brink Pink #FE658F
RGB
CMYK
RGB Variations
Color information
#FE658F (or 0xFE658F) is known color: Brink Pink. HEX triplet: FE, 65 and 8F. RGB value is (254,101,143). Sum of RGB (Red+Green+Blue) = 254+101+143=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 143 (56.25% from 255 or 28.71% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE658F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE658F is #019A70. Grayscale: #979797. Windows color (decimal): -105073 or 9397758. OLE color: 9397758.
HSL color Cylindrical-coordinate representation of color #FE658F: hue angle of 343.53º 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 #FE658F is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 143 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.00 |
| HSL | 343.53º | 0.99% | 0.7% | - |
| HSV(B) | 343.53º | 0.6% | 1% | - |
| XYZ | 50.48 | 32.36 | 29.57 | - |
| YUV | 151.54 | 123.19 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 143 | 0 | 0.60 | 0.44 | 0.00 | 343.53 | 0.99 | 0.7 |
| Hex | FE | 65 | 8F | 0 | 3C | 2C | 0 | 158 | 63 | 46 |
| Octal | 376 | 145 | 217 | 0 | 74 | 54 | 0 | 530 | 143 | 106 |
| Binary | 11111110 | 1100101 | 10001111 | 0 | 111100 | 101100 | 0 | 101011000 | 1100011 | 1000110 |
Color Harmonies of #FE658F
Complementary color
Monochromatic Colors of #FE658F
Black with #FE658F
Text Example
Text Example
White with #FE658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE658F; }
p { color: rgb(254,101,143); }
H1.HeaderClassName
{
color: #FE658F;
}
.AnyTagClassName
{
color: #FE658F;
}
</style>
background-color css
<style>
a { background-color: #FE658F; }
a { background-color: rgb(254,101,143); }
div.DivClassName
{
background-color: #FE658F;
}
.BgClassName
{
background-color: #FE658F;
}
</style>
border-color css
<style>
span { border-color: #FE658F; }
span { border-color: rgb(254,101,143); }
td.TdClassName
{
border-color: #FE658F;
}
.TagClassName
{
border-color: #FE658F;
}
</style>