Shades of Brink Pink #FD758B
Tints of Brink Pink #FD758B
RGB
CMYK
RGB Variations
Color information
#FD758B (or 0xFD758B) is known color: Brink Pink. HEX triplet: FD, 75 and 8B. RGB value is (253,117,139). Sum of RGB (Red+Green+Blue) = 253+117+139=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FD758B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD758B is #028A74. Grayscale: #A0A0A0. Windows color (decimal): -166517 or 9139709. OLE color: 9139709.
HSL color Cylindrical-coordinate representation of color #FD758B: hue angle of 350.29º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FD758B is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 117 | 139 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.01 |
| HSL | 350.29º | 0.97% | 0.73% | - |
| HSV(B) | 350.29º | 0.54% | 0.99% | - |
| XYZ | 51.53 | 35.47 | 28.56 | - |
| YUV | 160.17 | 116.06 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 117 | 139 | 0 | 0.54 | 0.45 | 0.01 | 350.29 | 0.97 | 0.73 |
| Hex | FD | 75 | 8B | 0 | 36 | 2D | 1 | 15E | 61 | 49 |
| Octal | 375 | 165 | 213 | 0 | 66 | 55 | 1 | 536 | 141 | 111 |
| Binary | 11111101 | 1110101 | 10001011 | 0 | 110110 | 101101 | 1 | 101011110 | 1100001 | 1001001 |
Color Harmonies of #FD758B
Complementary color
Monochromatic Colors of #FD758B
Black with #FD758B
Text Example
Text Example
White with #FD758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD758B; }
p { color: rgb(253,117,139); }
H1.HeaderClassName
{
color: #FD758B;
}
.AnyTagClassName
{
color: #FD758B;
}
</style>
background-color css
<style>
a { background-color: #FD758B; }
a { background-color: rgb(253,117,139); }
div.DivClassName
{
background-color: #FD758B;
}
.BgClassName
{
background-color: #FD758B;
}
</style>
border-color css
<style>
span { border-color: #FD758B; }
span { border-color: rgb(253,117,139); }
td.TdClassName
{
border-color: #FD758B;
}
.TagClassName
{
border-color: #FD758B;
}
</style>