Shades of Brink Pink #FE658C
Tints of Brink Pink #FE658C
RGB
CMYK
RGB Variations
Color information
#FE658C (or 0xFE658C) is known color: Brink Pink. HEX triplet: FE, 65 and 8C. RGB value is (254,101,140). Sum of RGB (Red+Green+Blue) = 254+101+140=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE658C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE658C is #019A73. Grayscale: #979797. Windows color (decimal): -105076 or 9201150. OLE color: 9201150.
HSL color Cylindrical-coordinate representation of color #FE658C: hue angle of 344.71º 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 #FE658C is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 140 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.00 |
| HSL | 344.71º | 0.99% | 0.7% | - |
| HSV(B) | 344.71º | 0.6% | 1% | - |
| XYZ | 50.26 | 32.27 | 28.39 | - |
| YUV | 151.19 | 121.69 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 140 | 0 | 0.60 | 0.45 | 0.00 | 344.71 | 0.99 | 0.7 |
| Hex | FE | 65 | 8C | 0 | 3C | 2D | 0 | 159 | 63 | 46 |
| Octal | 376 | 145 | 214 | 0 | 74 | 55 | 0 | 531 | 143 | 106 |
| Binary | 11111110 | 1100101 | 10001100 | 0 | 111100 | 101101 | 0 | 101011001 | 1100011 | 1000110 |
Color Harmonies of #FE658C
Complementary color
Monochromatic Colors of #FE658C
Black with #FE658C
Text Example
Text Example
White with #FE658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE658C; }
p { color: rgb(254,101,140); }
H1.HeaderClassName
{
color: #FE658C;
}
.AnyTagClassName
{
color: #FE658C;
}
</style>
background-color css
<style>
a { background-color: #FE658C; }
a { background-color: rgb(254,101,140); }
div.DivClassName
{
background-color: #FE658C;
}
.BgClassName
{
background-color: #FE658C;
}
</style>
border-color css
<style>
span { border-color: #FE658C; }
span { border-color: rgb(254,101,140); }
td.TdClassName
{
border-color: #FE658C;
}
.TagClassName
{
border-color: #FE658C;
}
</style>