Shades of Brink Pink #FD748F
Tints of Brink Pink #FD748F
RGB
CMYK
RGB Variations
Color information
#FD748F (or 0xFD748F) is known color: Brink Pink. HEX triplet: FD, 74 and 8F. RGB value is (253,116,143). Sum of RGB (Red+Green+Blue) = 253+116+143=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FD748F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD748F is #028B70. Grayscale: #A0A0A0. Windows color (decimal): -166769 or 9401597. OLE color: 9401597.
HSL color Cylindrical-coordinate representation of color #FD748F: hue angle of 348.18º 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 #FD748F is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 116 | 143 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.01 |
| HSL | 348.18º | 0.97% | 0.72% | - |
| HSV(B) | 348.18º | 0.54% | 0.99% | - |
| XYZ | 51.71 | 35.36 | 30.09 | - |
| YUV | 160.04 | 118.39 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 116 | 143 | 0 | 0.54 | 0.43 | 0.01 | 348.18 | 0.97 | 0.72 |
| Hex | FD | 74 | 8F | 0 | 36 | 2B | 1 | 15C | 61 | 48 |
| Octal | 375 | 164 | 217 | 0 | 66 | 53 | 1 | 534 | 141 | 110 |
| Binary | 11111101 | 1110100 | 10001111 | 0 | 110110 | 101011 | 1 | 101011100 | 1100001 | 1001000 |
Color Harmonies of #FD748F
Complementary color
Monochromatic Colors of #FD748F
Black with #FD748F
Text Example
Text Example
White with #FD748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD748F; }
p { color: rgb(253,116,143); }
H1.HeaderClassName
{
color: #FD748F;
}
.AnyTagClassName
{
color: #FD748F;
}
</style>
background-color css
<style>
a { background-color: #FD748F; }
a { background-color: rgb(253,116,143); }
div.DivClassName
{
background-color: #FD748F;
}
.BgClassName
{
background-color: #FD748F;
}
</style>
border-color css
<style>
span { border-color: #FD748F; }
span { border-color: rgb(253,116,143); }
td.TdClassName
{
border-color: #FD748F;
}
.TagClassName
{
border-color: #FD748F;
}
</style>