Shades of Brink Pink #FD738E
Tints of Brink Pink #FD738E
RGB
CMYK
RGB Variations
Color information
#FD738E (or 0xFD738E) is known color: Brink Pink. HEX triplet: FD, 73 and 8E. RGB value is (253,115,142). Sum of RGB (Red+Green+Blue) = 253+115+142=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FD738E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD738E is #028C71. Grayscale: #9F9F9F. Windows color (decimal): -167026 or 9335805. OLE color: 9335805.
HSL color Cylindrical-coordinate representation of color #FD738E: hue angle of 348.26º 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 #FD738E is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 115 | 142 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.01 |
| HSL | 348.26º | 0.97% | 0.72% | - |
| HSV(B) | 348.26º | 0.55% | 0.99% | - |
| XYZ | 51.52 | 35.1 | 29.65 | - |
| YUV | 159.34 | 118.22 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 115 | 142 | 0 | 0.55 | 0.44 | 0.01 | 348.26 | 0.97 | 0.72 |
| Hex | FD | 73 | 8E | 0 | 37 | 2C | 1 | 15C | 61 | 48 |
| Octal | 375 | 163 | 216 | 0 | 67 | 54 | 1 | 534 | 141 | 110 |
| Binary | 11111101 | 1110011 | 10001110 | 0 | 110111 | 101100 | 1 | 101011100 | 1100001 | 1001000 |
Color Harmonies of #FD738E
Complementary color
Monochromatic Colors of #FD738E
Black with #FD738E
Text Example
Text Example
White with #FD738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD738E; }
p { color: rgb(253,115,142); }
H1.HeaderClassName
{
color: #FD738E;
}
.AnyTagClassName
{
color: #FD738E;
}
</style>
background-color css
<style>
a { background-color: #FD738E; }
a { background-color: rgb(253,115,142); }
div.DivClassName
{
background-color: #FD738E;
}
.BgClassName
{
background-color: #FD738E;
}
</style>
border-color css
<style>
span { border-color: #FD738E; }
span { border-color: rgb(253,115,142); }
td.TdClassName
{
border-color: #FD738E;
}
.TagClassName
{
border-color: #FD738E;
}
</style>