Shades of Brink Pink #FD5A8D
Tints of Brink Pink #FD5A8D
RGB
CMYK
RGB Variations
Color information
#FD5A8D (or 0xFD5A8D) is known color: Brink Pink. HEX triplet: FD, 5A and 8D. RGB value is (253,90,141). Sum of RGB (Red+Green+Blue) = 253+90+141=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5A8D is #02A572. Grayscale: #909090. Windows color (decimal): -173427 or 9263869. OLE color: 9263869.
HSL color Cylindrical-coordinate representation of color #FD5A8D: hue angle of 341.23º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD5A8D is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 90 | 141 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.01 |
| HSL | 341.23º | 0.98% | 0.67% | - |
| HSV(B) | 341.23º | 0.64% | 0.99% | - |
| XYZ | 48.97 | 30.12 | 28.43 | - |
| YUV | 144.55 | 126 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 90 | 141 | 0 | 0.64 | 0.44 | 0.01 | 341.23 | 0.98 | 0.67 |
| Hex | FD | 5A | 8D | 0 | 40 | 2C | 1 | 155 | 62 | 43 |
| Octal | 375 | 132 | 215 | 0 | 100 | 54 | 1 | 525 | 142 | 103 |
| Binary | 11111101 | 1011010 | 10001101 | 0 | 1000000 | 101100 | 1 | 101010101 | 1100010 | 1000011 |
Color Harmonies of #FD5A8D
Complementary color
Monochromatic Colors of #FD5A8D
Black with #FD5A8D
Text Example
Text Example
White with #FD5A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5A8D; }
p { color: rgb(253,90,141); }
H1.HeaderClassName
{
color: #FD5A8D;
}
.AnyTagClassName
{
color: #FD5A8D;
}
</style>
background-color css
<style>
a { background-color: #FD5A8D; }
a { background-color: rgb(253,90,141); }
div.DivClassName
{
background-color: #FD5A8D;
}
.BgClassName
{
background-color: #FD5A8D;
}
</style>
border-color css
<style>
span { border-color: #FD5A8D; }
span { border-color: rgb(253,90,141); }
td.TdClassName
{
border-color: #FD5A8D;
}
.TagClassName
{
border-color: #FD5A8D;
}
</style>