Shades of Brink Pink #FF638D
Tints of Brink Pink #FF638D
RGB
CMYK
RGB Variations
Color information
#FF638D (or 0xFF638D) is known color: Brink Pink. HEX triplet: FF, 63 and 8D. RGB value is (255,99,141). Sum of RGB (Red+Green+Blue) = 255+99+141=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF638D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF638D is #009C72. Grayscale: #969696. Windows color (decimal): -40051 or 9266175. OLE color: 9266175.
HSL color Cylindrical-coordinate representation of color #FF638D: hue angle of 343.85º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF638D is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 141 | - |
| CMYK | 0 | 0.61 | 0.45 | 0 |
| HSL | 343.85º | 1% | 0.69% | - |
| HSV(B) | 343.85º | 0.61% | 1% | - |
| XYZ | 50.51 | 32.11 | 28.73 | - |
| YUV | 150.43 | 122.68 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 141 | 0 | 0.61 | 0.45 | 0 | 343.85 | 1 | 0.69 |
| Hex | FF | 63 | 8D | 0 | 3D | 2D | 0 | 158 | 64 | 45 |
| Octal | 377 | 143 | 215 | 0 | 75 | 55 | 0 | 530 | 144 | 105 |
| Binary | 11111111 | 1100011 | 10001101 | 0 | 111101 | 101101 | 0 | 101011000 | 1100100 | 1000101 |
Color Harmonies of #FF638D
Complementary color
Monochromatic Colors of #FF638D
Black with #FF638D
Text Example
Text Example
White with #FF638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF638D; }
p { color: rgb(255,99,141); }
H1.HeaderClassName
{
color: #FF638D;
}
.AnyTagClassName
{
color: #FF638D;
}
</style>
background-color css
<style>
a { background-color: #FF638D; }
a { background-color: rgb(255,99,141); }
div.DivClassName
{
background-color: #FF638D;
}
.BgClassName
{
background-color: #FF638D;
}
</style>
border-color css
<style>
span { border-color: #FF638D; }
span { border-color: rgb(255,99,141); }
td.TdClassName
{
border-color: #FF638D;
}
.TagClassName
{
border-color: #FF638D;
}
</style>