Shades of Brink Pink #FE638D
Tints of Brink Pink #FE638D
RGB
CMYK
RGB Variations
Color information
#FE638D (or 0xFE638D) is known color: Brink Pink. HEX triplet: FE, 63 and 8D. RGB value is (254,99,141). Sum of RGB (Red+Green+Blue) = 254+99+141=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE638D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE638D is #019C72. Grayscale: #969696. Windows color (decimal): -105587 or 9266174. OLE color: 9266174.
HSL color Cylindrical-coordinate representation of color #FE638D: hue angle of 343.74º 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 #FE638D is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 141 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.00 |
| HSL | 343.74º | 0.99% | 0.69% | - |
| HSV(B) | 343.74º | 0.61% | 1% | - |
| XYZ | 50.14 | 31.92 | 28.72 | - |
| YUV | 150.13 | 122.85 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 141 | 0 | 0.61 | 0.44 | 0.00 | 343.74 | 0.99 | 0.69 |
| Hex | FE | 63 | 8D | 0 | 3D | 2C | 0 | 158 | 63 | 45 |
| Octal | 376 | 143 | 215 | 0 | 75 | 54 | 0 | 530 | 143 | 105 |
| Binary | 11111110 | 1100011 | 10001101 | 0 | 111101 | 101100 | 0 | 101011000 | 1100011 | 1000101 |
Color Harmonies of #FE638D
Complementary color
Monochromatic Colors of #FE638D
Black with #FE638D
Text Example
Text Example
White with #FE638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE638D; }
p { color: rgb(254,99,141); }
H1.HeaderClassName
{
color: #FE638D;
}
.AnyTagClassName
{
color: #FE638D;
}
</style>
background-color css
<style>
a { background-color: #FE638D; }
a { background-color: rgb(254,99,141); }
div.DivClassName
{
background-color: #FE638D;
}
.BgClassName
{
background-color: #FE638D;
}
</style>
border-color css
<style>
span { border-color: #FE638D; }
span { border-color: rgb(254,99,141); }
td.TdClassName
{
border-color: #FE638D;
}
.TagClassName
{
border-color: #FE638D;
}
</style>