Shades of Brink Pink #FD5A8B
Tints of Brink Pink #FD5A8B
RGB
CMYK
RGB Variations
Color information
#FD5A8B (or 0xFD5A8B) is known color: Brink Pink. HEX triplet: FD, 5A and 8B. RGB value is (253,90,139). Sum of RGB (Red+Green+Blue) = 253+90+139=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5A8B is #02A574. Grayscale: #909090. Windows color (decimal): -173429 or 9132797. OLE color: 9132797.
HSL color Cylindrical-coordinate representation of color #FD5A8B: hue angle of 341.96º 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 #FD5A8B is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 90 | 139 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.01 |
| HSL | 341.96º | 0.98% | 0.67% | - |
| HSV(B) | 341.96º | 0.64% | 0.99% | - |
| XYZ | 48.82 | 30.06 | 27.65 | - |
| YUV | 144.32 | 125 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 90 | 139 | 0 | 0.64 | 0.45 | 0.01 | 341.96 | 0.98 | 0.67 |
| Hex | FD | 5A | 8B | 0 | 40 | 2D | 1 | 156 | 62 | 43 |
| Octal | 375 | 132 | 213 | 0 | 100 | 55 | 1 | 526 | 142 | 103 |
| Binary | 11111101 | 1011010 | 10001011 | 0 | 1000000 | 101101 | 1 | 101010110 | 1100010 | 1000011 |
Color Harmonies of #FD5A8B
Complementary color
Monochromatic Colors of #FD5A8B
Black with #FD5A8B
Text Example
Text Example
White with #FD5A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5A8B; }
p { color: rgb(253,90,139); }
H1.HeaderClassName
{
color: #FD5A8B;
}
.AnyTagClassName
{
color: #FD5A8B;
}
</style>
background-color css
<style>
a { background-color: #FD5A8B; }
a { background-color: rgb(253,90,139); }
div.DivClassName
{
background-color: #FD5A8B;
}
.BgClassName
{
background-color: #FD5A8B;
}
</style>
border-color css
<style>
span { border-color: #FD5A8B; }
span { border-color: rgb(253,90,139); }
td.TdClassName
{
border-color: #FD5A8B;
}
.TagClassName
{
border-color: #FD5A8B;
}
</style>