Shades of Brink Pink #FE657F
Tints of Brink Pink #FE657F
RGB
CMYK
RGB Variations
Color information
#FE657F (or 0xFE657F) is known color: Brink Pink. HEX triplet: FE, 65 and 7F. RGB value is (254,101,127). Sum of RGB (Red+Green+Blue) = 254+101+127=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE657F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE657F is #019A80. Grayscale: #959595. Windows color (decimal): -105089 or 8349182. OLE color: 8349182.
HSL color Cylindrical-coordinate representation of color #FE657F: hue angle of 349.8º 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 #FE657F is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 127 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.00 |
| HSL | 349.8º | 0.99% | 0.7% | - |
| HSV(B) | 349.8º | 0.6% | 1% | - |
| XYZ | 49.36 | 31.91 | 23.64 | - |
| YUV | 149.71 | 115.19 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 127 | 0 | 0.60 | 0.50 | 0.00 | 349.8 | 0.99 | 0.7 |
| Hex | FE | 65 | 7F | 0 | 3C | 32 | 0 | 15E | 63 | 46 |
| Octal | 376 | 145 | 177 | 0 | 74 | 62 | 0 | 536 | 143 | 106 |
| Binary | 11111110 | 1100101 | 1111111 | 0 | 111100 | 110010 | 0 | 101011110 | 1100011 | 1000110 |
Color Harmonies of #FE657F
Complementary color
Monochromatic Colors of #FE657F
Black with #FE657F
Text Example
Text Example
White with #FE657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE657F; }
p { color: rgb(254,101,127); }
H1.HeaderClassName
{
color: #FE657F;
}
.AnyTagClassName
{
color: #FE657F;
}
</style>
background-color css
<style>
a { background-color: #FE657F; }
a { background-color: rgb(254,101,127); }
div.DivClassName
{
background-color: #FE657F;
}
.BgClassName
{
background-color: #FE657F;
}
</style>
border-color css
<style>
span { border-color: #FE657F; }
span { border-color: rgb(254,101,127); }
td.TdClassName
{
border-color: #FE657F;
}
.TagClassName
{
border-color: #FE657F;
}
</style>