Shades of Brink Pink #FD7781
Tints of Brink Pink #FD7781
RGB
CMYK
RGB Variations
Color information
#FD7781 (or 0xFD7781) is known color: Brink Pink. HEX triplet: FD, 77 and 81. RGB value is (253,119,129). Sum of RGB (Red+Green+Blue) = 253+119+129=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7781 is #02887E. Grayscale: #A0A0A0. Windows color (decimal): -166015 or 8484861. OLE color: 8484861.
HSL color Cylindrical-coordinate representation of color #FD7781: hue angle of 355.52º 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 #FD7781 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 119 | 129 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.01 |
| HSL | 355.52º | 0.97% | 0.73% | - |
| HSV(B) | 355.52º | 0.53% | 0.99% | - |
| XYZ | 51.07 | 35.66 | 24.96 | - |
| YUV | 160.21 | 110.39 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 119 | 129 | 0 | 0.53 | 0.49 | 0.01 | 355.52 | 0.97 | 0.73 |
| Hex | FD | 77 | 81 | 0 | 35 | 31 | 1 | 164 | 61 | 49 |
| Octal | 375 | 167 | 201 | 0 | 65 | 61 | 1 | 544 | 141 | 111 |
| Binary | 11111101 | 1110111 | 10000001 | 0 | 110101 | 110001 | 1 | 101100100 | 1100001 | 1001001 |
Color Harmonies of #FD7781
Complementary color
Monochromatic Colors of #FD7781
Black with #FD7781
Text Example
Text Example
White with #FD7781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7781; }
p { color: rgb(253,119,129); }
H1.HeaderClassName
{
color: #FD7781;
}
.AnyTagClassName
{
color: #FD7781;
}
</style>
background-color css
<style>
a { background-color: #FD7781; }
a { background-color: rgb(253,119,129); }
div.DivClassName
{
background-color: #FD7781;
}
.BgClassName
{
background-color: #FD7781;
}
</style>
border-color css
<style>
span { border-color: #FD7781; }
span { border-color: rgb(253,119,129); }
td.TdClassName
{
border-color: #FD7781;
}
.TagClassName
{
border-color: #FD7781;
}
</style>