Shades of Brink Pink #FD5A80
Tints of Brink Pink #FD5A80
RGB
CMYK
RGB Variations
Color information
#FD5A80 (or 0xFD5A80) is known color: Brink Pink. HEX triplet: FD, 5A and 80. RGB value is (253,90,128). Sum of RGB (Red+Green+Blue) = 253+90+128=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5A80 is #02A57F. Grayscale: #8F8F8F. Windows color (decimal): -173440 or 8411901. OLE color: 8411901.
HSL color Cylindrical-coordinate representation of color #FD5A80: hue angle of 346.01º 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 #FD5A80 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 90 | 128 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.01 |
| HSL | 346.01º | 0.98% | 0.67% | - |
| HSV(B) | 346.01º | 0.64% | 0.99% | - |
| XYZ | 48.06 | 29.75 | 23.63 | - |
| YUV | 143.07 | 119.5 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 90 | 128 | 0 | 0.64 | 0.49 | 0.01 | 346.01 | 0.98 | 0.67 |
| Hex | FD | 5A | 80 | 0 | 40 | 31 | 1 | 15A | 62 | 43 |
| Octal | 375 | 132 | 200 | 0 | 100 | 61 | 1 | 532 | 142 | 103 |
| Binary | 11111101 | 1011010 | 10000000 | 0 | 1000000 | 110001 | 1 | 101011010 | 1100010 | 1000011 |
Color Harmonies of #FD5A80
Complementary color
Monochromatic Colors of #FD5A80
Black with #FD5A80
Text Example
Text Example
White with #FD5A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5A80; }
p { color: rgb(253,90,128); }
H1.HeaderClassName
{
color: #FD5A80;
}
.AnyTagClassName
{
color: #FD5A80;
}
</style>
background-color css
<style>
a { background-color: #FD5A80; }
a { background-color: rgb(253,90,128); }
div.DivClassName
{
background-color: #FD5A80;
}
.BgClassName
{
background-color: #FD5A80;
}
</style>
border-color css
<style>
span { border-color: #FD5A80; }
span { border-color: rgb(253,90,128); }
td.TdClassName
{
border-color: #FD5A80;
}
.TagClassName
{
border-color: #FD5A80;
}
</style>