Shades of Brink Pink #FE657B
Tints of Brink Pink #FE657B
RGB
CMYK
RGB Variations
Color information
#FE657B (or 0xFE657B) is known color: Brink Pink. HEX triplet: FE, 65 and 7B. RGB value is (254,101,123). Sum of RGB (Red+Green+Blue) = 254+101+123=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE657B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE657B is #019A84. Grayscale: #959595. Windows color (decimal): -105093 or 8087038. OLE color: 8087038.
HSL color Cylindrical-coordinate representation of color #FE657B: hue angle of 351.37º 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 #FE657B is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 123 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.00 |
| HSL | 351.37º | 0.99% | 0.7% | - |
| HSV(B) | 351.37º | 0.6% | 1% | - |
| XYZ | 49.1 | 31.81 | 22.29 | - |
| YUV | 149.26 | 113.19 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 123 | 0 | 0.60 | 0.52 | 0.00 | 351.37 | 0.99 | 0.7 |
| Hex | FE | 65 | 7B | 0 | 3C | 34 | 0 | 15F | 63 | 46 |
| Octal | 376 | 145 | 173 | 0 | 74 | 64 | 0 | 537 | 143 | 106 |
| Binary | 11111110 | 1100101 | 1111011 | 0 | 111100 | 110100 | 0 | 101011111 | 1100011 | 1000110 |
Color Harmonies of #FE657B
Complementary color
Monochromatic Colors of #FE657B
Black with #FE657B
Text Example
Text Example
White with #FE657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE657B; }
p { color: rgb(254,101,123); }
H1.HeaderClassName
{
color: #FE657B;
}
.AnyTagClassName
{
color: #FE657B;
}
</style>
background-color css
<style>
a { background-color: #FE657B; }
a { background-color: rgb(254,101,123); }
div.DivClassName
{
background-color: #FE657B;
}
.BgClassName
{
background-color: #FE657B;
}
</style>
border-color css
<style>
span { border-color: #FE657B; }
span { border-color: rgb(254,101,123); }
td.TdClassName
{
border-color: #FE657B;
}
.TagClassName
{
border-color: #FE657B;
}
</style>