Shades of Brink Pink #FD7B85
Tints of Brink Pink #FD7B85
RGB
CMYK
RGB Variations
Color information
#FD7B85 (or 0xFD7B85) is known color: Brink Pink. HEX triplet: FD, 7B and 85. RGB value is (253,123,133). Sum of RGB (Red+Green+Blue) = 253+123+133=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7B85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7B85 is #02847A. Grayscale: #A3A3A3. Windows color (decimal): -164987 or 8748029. OLE color: 8748029.
HSL color Cylindrical-coordinate representation of color #FD7B85: hue angle of 355.38º 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 #FD7B85 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 133 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.01 |
| HSL | 355.38º | 0.97% | 0.74% | - |
| HSV(B) | 355.38º | 0.51% | 0.99% | - |
| XYZ | 51.82 | 36.74 | 26.55 | - |
| YUV | 163.01 | 111.07 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 133 | 0 | 0.51 | 0.47 | 0.01 | 355.38 | 0.97 | 0.74 |
| Hex | FD | 7B | 85 | 0 | 33 | 2F | 1 | 163 | 61 | 4A |
| Octal | 375 | 173 | 205 | 0 | 63 | 57 | 1 | 543 | 141 | 112 |
| Binary | 11111101 | 1111011 | 10000101 | 0 | 110011 | 101111 | 1 | 101100011 | 1100001 | 1001010 |
Color Harmonies of #FD7B85
Complementary color
Monochromatic Colors of #FD7B85
Black with #FD7B85
Text Example
Text Example
White with #FD7B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7B85; }
p { color: rgb(253,123,133); }
H1.HeaderClassName
{
color: #FD7B85;
}
.AnyTagClassName
{
color: #FD7B85;
}
</style>
background-color css
<style>
a { background-color: #FD7B85; }
a { background-color: rgb(253,123,133); }
div.DivClassName
{
background-color: #FD7B85;
}
.BgClassName
{
background-color: #FD7B85;
}
</style>
border-color css
<style>
span { border-color: #FD7B85; }
span { border-color: rgb(253,123,133); }
td.TdClassName
{
border-color: #FD7B85;
}
.TagClassName
{
border-color: #FD7B85;
}
</style>