Shades of Brink Pink #FD7B81
Tints of Brink Pink #FD7B81
RGB
CMYK
RGB Variations
Color information
#FD7B81 (or 0xFD7B81) is known color: Brink Pink. HEX triplet: FD, 7B and 81. RGB value is (253,123,129). Sum of RGB (Red+Green+Blue) = 253+123+129=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 129 (50.78% from 255 or 25.54% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7B81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7B81 is #02847E. Grayscale: #A2A2A2. Windows color (decimal): -164991 or 8485885. OLE color: 8485885.
HSL color Cylindrical-coordinate representation of color #FD7B81: hue angle of 357.23º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD7B81 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 129 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.01 |
| HSL | 357.23º | 0.97% | 0.74% | - |
| HSV(B) | 357.23º | 0.51% | 0.99% | - |
| XYZ | 51.55 | 36.63 | 25.12 | - |
| YUV | 162.55 | 109.07 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 129 | 0 | 0.51 | 0.49 | 0.01 | 357.23 | 0.97 | 0.74 |
| Hex | FD | 7B | 81 | 0 | 33 | 31 | 1 | 165 | 61 | 4A |
| Octal | 375 | 173 | 201 | 0 | 63 | 61 | 1 | 545 | 141 | 112 |
| Binary | 11111101 | 1111011 | 10000001 | 0 | 110011 | 110001 | 1 | 101100101 | 1100001 | 1001010 |
Color Harmonies of #FD7B81
Complementary color
Monochromatic Colors of #FD7B81
Black with #FD7B81
Text Example
Text Example
White with #FD7B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7B81; }
p { color: rgb(253,123,129); }
H1.HeaderClassName
{
color: #FD7B81;
}
.AnyTagClassName
{
color: #FD7B81;
}
</style>
background-color css
<style>
a { background-color: #FD7B81; }
a { background-color: rgb(253,123,129); }
div.DivClassName
{
background-color: #FD7B81;
}
.BgClassName
{
background-color: #FD7B81;
}
</style>
border-color css
<style>
span { border-color: #FD7B81; }
span { border-color: rgb(253,123,129); }
td.TdClassName
{
border-color: #FD7B81;
}
.TagClassName
{
border-color: #FD7B81;
}
</style>