Shades of Brink Pink #FD5E8B
Tints of Brink Pink #FD5E8B
RGB
CMYK
RGB Variations
Color information
#FD5E8B (or 0xFD5E8B) is known color: Brink Pink. HEX triplet: FD, 5E and 8B. RGB value is (253,94,139). Sum of RGB (Red+Green+Blue) = 253+94+139=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5E8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5E8B is #02A174. Grayscale: #929292. Windows color (decimal): -172405 or 9133821. OLE color: 9133821.
HSL color Cylindrical-coordinate representation of color #FD5E8B: hue angle of 343.02º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FD5E8B is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 94 | 139 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.01 |
| HSL | 343.02º | 0.98% | 0.68% | - |
| HSV(B) | 343.02º | 0.63% | 0.99% | - |
| XYZ | 49.17 | 30.75 | 27.77 | - |
| YUV | 146.67 | 123.68 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 94 | 139 | 0 | 0.63 | 0.45 | 0.01 | 343.02 | 0.98 | 0.68 |
| Hex | FD | 5E | 8B | 0 | 3F | 2D | 1 | 157 | 62 | 44 |
| Octal | 375 | 136 | 213 | 0 | 77 | 55 | 1 | 527 | 142 | 104 |
| Binary | 11111101 | 1011110 | 10001011 | 0 | 111111 | 101101 | 1 | 101010111 | 1100010 | 1000100 |
Color Harmonies of #FD5E8B
Complementary color
Monochromatic Colors of #FD5E8B
Black with #FD5E8B
Text Example
Text Example
White with #FD5E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5E8B; }
p { color: rgb(253,94,139); }
H1.HeaderClassName
{
color: #FD5E8B;
}
.AnyTagClassName
{
color: #FD5E8B;
}
</style>
background-color css
<style>
a { background-color: #FD5E8B; }
a { background-color: rgb(253,94,139); }
div.DivClassName
{
background-color: #FD5E8B;
}
.BgClassName
{
background-color: #FD5E8B;
}
</style>
border-color css
<style>
span { border-color: #FD5E8B; }
span { border-color: rgb(253,94,139); }
td.TdClassName
{
border-color: #FD5E8B;
}
.TagClassName
{
border-color: #FD5E8B;
}
</style>