Shades of Brink Pink #FD778A
Tints of Brink Pink #FD778A
RGB
CMYK
RGB Variations
Color information
#FD778A (or 0xFD778A) is known color: Brink Pink. HEX triplet: FD, 77 and 8A. RGB value is (253,119,138). Sum of RGB (Red+Green+Blue) = 253+119+138=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FD778A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD778A is #028875. Grayscale: #A1A1A1. Windows color (decimal): -166006 or 9074685. OLE color: 9074685.
HSL color Cylindrical-coordinate representation of color #FD778A: hue angle of 351.49º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FD778A is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 119 | 138 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.01 |
| HSL | 351.49º | 0.97% | 0.73% | - |
| HSV(B) | 351.49º | 0.53% | 0.99% | - |
| XYZ | 51.69 | 35.91 | 28.25 | - |
| YUV | 161.23 | 114.89 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 119 | 138 | 0 | 0.53 | 0.45 | 0.01 | 351.49 | 0.97 | 0.73 |
| Hex | FD | 77 | 8A | 0 | 35 | 2D | 1 | 15F | 61 | 49 |
| Octal | 375 | 167 | 212 | 0 | 65 | 55 | 1 | 537 | 141 | 111 |
| Binary | 11111101 | 1110111 | 10001010 | 0 | 110101 | 101101 | 1 | 101011111 | 1100001 | 1001001 |
Color Harmonies of #FD778A
Complementary color
Monochromatic Colors of #FD778A
Black with #FD778A
Text Example
Text Example
White with #FD778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD778A; }
p { color: rgb(253,119,138); }
H1.HeaderClassName
{
color: #FD778A;
}
.AnyTagClassName
{
color: #FD778A;
}
</style>
background-color css
<style>
a { background-color: #FD778A; }
a { background-color: rgb(253,119,138); }
div.DivClassName
{
background-color: #FD778A;
}
.BgClassName
{
background-color: #FD778A;
}
</style>
border-color css
<style>
span { border-color: #FD778A; }
span { border-color: rgb(253,119,138); }
td.TdClassName
{
border-color: #FD778A;
}
.TagClassName
{
border-color: #FD778A;
}
</style>