Shades of Brink Pink #FD737B
Tints of Brink Pink #FD737B
RGB
CMYK
RGB Variations
Color information
#FD737B (or 0xFD737B) is known color: Brink Pink. HEX triplet: FD, 73 and 7B. RGB value is (253,115,123). Sum of RGB (Red+Green+Blue) = 253+115+123=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FD737B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD737B is #028C84. Grayscale: #9D9D9D. Windows color (decimal): -167045 or 8090621. OLE color: 8090621.
HSL color Cylindrical-coordinate representation of color #FD737B: hue angle of 356.52º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FD737B is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 115 | 123 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.01 |
| HSL | 356.52º | 0.97% | 0.72% | - |
| HSV(B) | 356.52º | 0.55% | 0.99% | - |
| XYZ | 50.21 | 34.57 | 22.77 | - |
| YUV | 157.17 | 108.72 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 115 | 123 | 0 | 0.55 | 0.51 | 0.01 | 356.52 | 0.97 | 0.72 |
| Hex | FD | 73 | 7B | 0 | 37 | 33 | 1 | 165 | 61 | 48 |
| Octal | 375 | 163 | 173 | 0 | 67 | 63 | 1 | 545 | 141 | 110 |
| Binary | 11111101 | 1110011 | 1111011 | 0 | 110111 | 110011 | 1 | 101100101 | 1100001 | 1001000 |
Color Harmonies of #FD737B
Complementary color
Monochromatic Colors of #FD737B
Black with #FD737B
Text Example
Text Example
White with #FD737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD737B; }
p { color: rgb(253,115,123); }
H1.HeaderClassName
{
color: #FD737B;
}
.AnyTagClassName
{
color: #FD737B;
}
</style>
background-color css
<style>
a { background-color: #FD737B; }
a { background-color: rgb(253,115,123); }
div.DivClassName
{
background-color: #FD737B;
}
.BgClassName
{
background-color: #FD737B;
}
</style>
border-color css
<style>
span { border-color: #FD737B; }
span { border-color: rgb(253,115,123); }
td.TdClassName
{
border-color: #FD737B;
}
.TagClassName
{
border-color: #FD737B;
}
</style>