Shades of Brink Pink #FD748E
Tints of Brink Pink #FD748E
RGB
CMYK
RGB Variations
Color information
#FD748E (or 0xFD748E) is known color: Brink Pink. HEX triplet: FD, 74 and 8E. RGB value is (253,116,142). Sum of RGB (Red+Green+Blue) = 253+116+142=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FD748E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD748E is #028B71. Grayscale: #9F9F9F. Windows color (decimal): -166770 or 9336061. OLE color: 9336061.
HSL color Cylindrical-coordinate representation of color #FD748E: hue angle of 348.61º 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 #FD748E is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 116 | 142 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.01 |
| HSL | 348.61º | 0.97% | 0.72% | - |
| HSV(B) | 348.61º | 0.54% | 0.99% | - |
| XYZ | 51.64 | 35.33 | 29.69 | - |
| YUV | 159.93 | 117.89 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 116 | 142 | 0 | 0.54 | 0.44 | 0.01 | 348.61 | 0.97 | 0.72 |
| Hex | FD | 74 | 8E | 0 | 36 | 2C | 1 | 15D | 61 | 48 |
| Octal | 375 | 164 | 216 | 0 | 66 | 54 | 1 | 535 | 141 | 110 |
| Binary | 11111101 | 1110100 | 10001110 | 0 | 110110 | 101100 | 1 | 101011101 | 1100001 | 1001000 |
Color Harmonies of #FD748E
Complementary color
Monochromatic Colors of #FD748E
Black with #FD748E
Text Example
Text Example
White with #FD748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD748E; }
p { color: rgb(253,116,142); }
H1.HeaderClassName
{
color: #FD748E;
}
.AnyTagClassName
{
color: #FD748E;
}
</style>
background-color css
<style>
a { background-color: #FD748E; }
a { background-color: rgb(253,116,142); }
div.DivClassName
{
background-color: #FD748E;
}
.BgClassName
{
background-color: #FD748E;
}
</style>
border-color css
<style>
span { border-color: #FD748E; }
span { border-color: rgb(253,116,142); }
td.TdClassName
{
border-color: #FD748E;
}
.TagClassName
{
border-color: #FD748E;
}
</style>