Shades of Brink Pink #FE658A
Tints of Brink Pink #FE658A
RGB
CMYK
RGB Variations
Color information
#FE658A (or 0xFE658A) is known color: Brink Pink. HEX triplet: FE, 65 and 8A. RGB value is (254,101,138). Sum of RGB (Red+Green+Blue) = 254+101+138=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE658A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE658A is #019A75. Grayscale: #969696. Windows color (decimal): -105078 or 9070078. OLE color: 9070078.
HSL color Cylindrical-coordinate representation of color #FE658A: hue angle of 345.49º 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 #FE658A is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 138 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.00 |
| HSL | 345.49º | 0.99% | 0.7% | - |
| HSV(B) | 345.49º | 0.6% | 1% | - |
| XYZ | 50.11 | 32.21 | 27.62 | - |
| YUV | 150.97 | 120.69 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 138 | 0 | 0.60 | 0.46 | 0.00 | 345.49 | 0.99 | 0.7 |
| Hex | FE | 65 | 8A | 0 | 3C | 2E | 0 | 159 | 63 | 46 |
| Octal | 376 | 145 | 212 | 0 | 74 | 56 | 0 | 531 | 143 | 106 |
| Binary | 11111110 | 1100101 | 10001010 | 0 | 111100 | 101110 | 0 | 101011001 | 1100011 | 1000110 |
Color Harmonies of #FE658A
Complementary color
Monochromatic Colors of #FE658A
Black with #FE658A
Text Example
Text Example
White with #FE658A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE658A; }
p { color: rgb(254,101,138); }
H1.HeaderClassName
{
color: #FE658A;
}
.AnyTagClassName
{
color: #FE658A;
}
</style>
background-color css
<style>
a { background-color: #FE658A; }
a { background-color: rgb(254,101,138); }
div.DivClassName
{
background-color: #FE658A;
}
.BgClassName
{
background-color: #FE658A;
}
</style>
border-color css
<style>
span { border-color: #FE658A; }
span { border-color: rgb(254,101,138); }
td.TdClassName
{
border-color: #FE658A;
}
.TagClassName
{
border-color: #FE658A;
}
</style>