Shades of Brink Pink #FD748D
Tints of Brink Pink #FD748D
RGB
CMYK
RGB Variations
Color information
#FD748D (or 0xFD748D) is known color: Brink Pink. HEX triplet: FD, 74 and 8D. RGB value is (253,116,141). Sum of RGB (Red+Green+Blue) = 253+116+141=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FD748D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD748D is #028B72. Grayscale: #9F9F9F. Windows color (decimal): -166771 or 9270525. OLE color: 9270525.
HSL color Cylindrical-coordinate representation of color #FD748D: hue angle of 349.05º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FD748D is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 116 | 141 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.01 |
| HSL | 349.05º | 0.97% | 0.72% | - |
| HSV(B) | 349.05º | 0.54% | 0.99% | - |
| XYZ | 51.56 | 35.3 | 29.29 | - |
| YUV | 159.81 | 117.39 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 116 | 141 | 0 | 0.54 | 0.44 | 0.01 | 349.05 | 0.97 | 0.72 |
| Hex | FD | 74 | 8D | 0 | 36 | 2C | 1 | 15D | 61 | 48 |
| Octal | 375 | 164 | 215 | 0 | 66 | 54 | 1 | 535 | 141 | 110 |
| Binary | 11111101 | 1110100 | 10001101 | 0 | 110110 | 101100 | 1 | 101011101 | 1100001 | 1001000 |
Color Harmonies of #FD748D
Complementary color
Monochromatic Colors of #FD748D
Black with #FD748D
Text Example
Text Example
White with #FD748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD748D; }
p { color: rgb(253,116,141); }
H1.HeaderClassName
{
color: #FD748D;
}
.AnyTagClassName
{
color: #FD748D;
}
</style>
background-color css
<style>
a { background-color: #FD748D; }
a { background-color: rgb(253,116,141); }
div.DivClassName
{
background-color: #FD748D;
}
.BgClassName
{
background-color: #FD748D;
}
</style>
border-color css
<style>
span { border-color: #FD748D; }
span { border-color: rgb(253,116,141); }
td.TdClassName
{
border-color: #FD748D;
}
.TagClassName
{
border-color: #FD748D;
}
</style>