Shades of Brink Pink #FE657D
Tints of Brink Pink #FE657D
RGB
CMYK
RGB Variations
Color information
#FE657D (or 0xFE657D) is known color: Brink Pink. HEX triplet: FE, 65 and 7D. RGB value is (254,101,125). Sum of RGB (Red+Green+Blue) = 254+101+125=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE657D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE657D is #019A82. Grayscale: #959595. Windows color (decimal): -105091 or 8218110. OLE color: 8218110.
HSL color Cylindrical-coordinate representation of color #FE657D: hue angle of 350.59º 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 #FE657D is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 125 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.00 |
| HSL | 350.59º | 0.99% | 0.7% | - |
| HSV(B) | 350.59º | 0.6% | 1% | - |
| XYZ | 49.23 | 31.86 | 22.96 | - |
| YUV | 149.48 | 114.19 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 125 | 0 | 0.60 | 0.51 | 0.00 | 350.59 | 0.99 | 0.7 |
| Hex | FE | 65 | 7D | 0 | 3C | 33 | 0 | 15F | 63 | 46 |
| Octal | 376 | 145 | 175 | 0 | 74 | 63 | 0 | 537 | 143 | 106 |
| Binary | 11111110 | 1100101 | 1111101 | 0 | 111100 | 110011 | 0 | 101011111 | 1100011 | 1000110 |
Color Harmonies of #FE657D
Complementary color
Monochromatic Colors of #FE657D
Black with #FE657D
Text Example
Text Example
White with #FE657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE657D; }
p { color: rgb(254,101,125); }
H1.HeaderClassName
{
color: #FE657D;
}
.AnyTagClassName
{
color: #FE657D;
}
</style>
background-color css
<style>
a { background-color: #FE657D; }
a { background-color: rgb(254,101,125); }
div.DivClassName
{
background-color: #FE657D;
}
.BgClassName
{
background-color: #FE657D;
}
</style>
border-color css
<style>
span { border-color: #FE657D; }
span { border-color: rgb(254,101,125); }
td.TdClassName
{
border-color: #FE657D;
}
.TagClassName
{
border-color: #FE657D;
}
</style>