Shades of Brink Pink #FD5E8C
Tints of Brink Pink #FD5E8C
RGB
CMYK
RGB Variations
Color information
#FD5E8C (or 0xFD5E8C) is known color: Brink Pink. HEX triplet: FD, 5E and 8C. RGB value is (253,94,140). Sum of RGB (Red+Green+Blue) = 253+94+140=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5E8C is #02A173. Grayscale: #929292. Windows color (decimal): -172404 or 9199357. OLE color: 9199357.
HSL color Cylindrical-coordinate representation of color #FD5E8C: hue angle of 342.64º 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 #FD5E8C is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 94 | 140 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.01 |
| HSL | 342.64º | 0.98% | 0.68% | - |
| HSV(B) | 342.64º | 0.63% | 0.99% | - |
| XYZ | 49.24 | 30.78 | 28.16 | - |
| YUV | 146.79 | 124.18 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 94 | 140 | 0 | 0.63 | 0.45 | 0.01 | 342.64 | 0.98 | 0.68 |
| Hex | FD | 5E | 8C | 0 | 3F | 2D | 1 | 157 | 62 | 44 |
| Octal | 375 | 136 | 214 | 0 | 77 | 55 | 1 | 527 | 142 | 104 |
| Binary | 11111101 | 1011110 | 10001100 | 0 | 111111 | 101101 | 1 | 101010111 | 1100010 | 1000100 |
Color Harmonies of #FD5E8C
Complementary color
Monochromatic Colors of #FD5E8C
Black with #FD5E8C
Text Example
Text Example
White with #FD5E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5E8C; }
p { color: rgb(253,94,140); }
H1.HeaderClassName
{
color: #FD5E8C;
}
.AnyTagClassName
{
color: #FD5E8C;
}
</style>
background-color css
<style>
a { background-color: #FD5E8C; }
a { background-color: rgb(253,94,140); }
div.DivClassName
{
background-color: #FD5E8C;
}
.BgClassName
{
background-color: #FD5E8C;
}
</style>
border-color css
<style>
span { border-color: #FD5E8C; }
span { border-color: rgb(253,94,140); }
td.TdClassName
{
border-color: #FD5E8C;
}
.TagClassName
{
border-color: #FD5E8C;
}
</style>