Shades of Brink Pink #FE638B
Tints of Brink Pink #FE638B
RGB
CMYK
RGB Variations
Color information
#FE638B (or 0xFE638B) is known color: Brink Pink. HEX triplet: FE, 63 and 8B. RGB value is (254,99,139). Sum of RGB (Red+Green+Blue) = 254+99+139=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE638B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE638B is #019C74. Grayscale: #959595. Windows color (decimal): -105589 or 9135102. OLE color: 9135102.
HSL color Cylindrical-coordinate representation of color #FE638B: hue angle of 344.52º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE638B is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 139 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.00 |
| HSL | 344.52º | 0.99% | 0.69% | - |
| HSV(B) | 344.52º | 0.61% | 1% | - |
| XYZ | 50 | 31.86 | 27.94 | - |
| YUV | 149.91 | 121.85 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 139 | 0 | 0.61 | 0.45 | 0.00 | 344.52 | 0.99 | 0.69 |
| Hex | FE | 63 | 8B | 0 | 3D | 2D | 0 | 159 | 63 | 45 |
| Octal | 376 | 143 | 213 | 0 | 75 | 55 | 0 | 531 | 143 | 105 |
| Binary | 11111110 | 1100011 | 10001011 | 0 | 111101 | 101101 | 0 | 101011001 | 1100011 | 1000101 |
Color Harmonies of #FE638B
Complementary color
Monochromatic Colors of #FE638B
Black with #FE638B
Text Example
Text Example
White with #FE638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE638B; }
p { color: rgb(254,99,139); }
H1.HeaderClassName
{
color: #FE638B;
}
.AnyTagClassName
{
color: #FE638B;
}
</style>
background-color css
<style>
a { background-color: #FE638B; }
a { background-color: rgb(254,99,139); }
div.DivClassName
{
background-color: #FE638B;
}
.BgClassName
{
background-color: #FE638B;
}
</style>
border-color css
<style>
span { border-color: #FE638B; }
span { border-color: rgb(254,99,139); }
td.TdClassName
{
border-color: #FE638B;
}
.TagClassName
{
border-color: #FE638B;
}
</style>