Shades of Brink Pink #FD737D
Tints of Brink Pink #FD737D
RGB
CMYK
RGB Variations
Color information
#FD737D (or 0xFD737D) is known color: Brink Pink. HEX triplet: FD, 73 and 7D. RGB value is (253,115,125). Sum of RGB (Red+Green+Blue) = 253+115+125=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FD737D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD737D is #028C82. Grayscale: #9D9D9D. Windows color (decimal): -167043 or 8221693. OLE color: 8221693.
HSL color Cylindrical-coordinate representation of color #FD737D: hue angle of 355.65º 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 #FD737D is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 115 | 125 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.01 |
| HSL | 355.65º | 0.97% | 0.72% | - |
| HSV(B) | 355.65º | 0.55% | 0.99% | - |
| XYZ | 50.34 | 34.62 | 23.43 | - |
| YUV | 157.4 | 109.72 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 115 | 125 | 0 | 0.55 | 0.51 | 0.01 | 355.65 | 0.97 | 0.72 |
| Hex | FD | 73 | 7D | 0 | 37 | 33 | 1 | 164 | 61 | 48 |
| Octal | 375 | 163 | 175 | 0 | 67 | 63 | 1 | 544 | 141 | 110 |
| Binary | 11111101 | 1110011 | 1111101 | 0 | 110111 | 110011 | 1 | 101100100 | 1100001 | 1001000 |
Color Harmonies of #FD737D
Complementary color
Monochromatic Colors of #FD737D
Black with #FD737D
Text Example
Text Example
White with #FD737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD737D; }
p { color: rgb(253,115,125); }
H1.HeaderClassName
{
color: #FD737D;
}
.AnyTagClassName
{
color: #FD737D;
}
</style>
background-color css
<style>
a { background-color: #FD737D; }
a { background-color: rgb(253,115,125); }
div.DivClassName
{
background-color: #FD737D;
}
.BgClassName
{
background-color: #FD737D;
}
</style>
border-color css
<style>
span { border-color: #FD737D; }
span { border-color: rgb(253,115,125); }
td.TdClassName
{
border-color: #FD737D;
}
.TagClassName
{
border-color: #FD737D;
}
</style>