Shades of Brink Pink #FC748D
Tints of Brink Pink #FC748D
RGB
CMYK
RGB Variations
Color information
#FC748D (or 0xFC748D) is known color: Brink Pink. HEX triplet: FC, 74 and 8D. RGB value is (252,116,141). Sum of RGB (Red+Green+Blue) = 252+116+141=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC748D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC748D is #038B72. Grayscale: #9F9F9F. Windows color (decimal): -232307 or 9270524. OLE color: 9270524.
HSL color Cylindrical-coordinate representation of color #FC748D: hue angle of 348.97º degrees, saturation: 0.96, 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 #FC748D is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 141 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.01 |
| HSL | 348.97º | 0.96% | 0.72% | - |
| HSV(B) | 348.97º | 0.54% | 0.99% | - |
| XYZ | 51.2 | 35.11 | 29.28 | - |
| YUV | 159.51 | 117.56 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 141 | 0 | 0.54 | 0.44 | 0.01 | 348.97 | 0.96 | 0.72 |
| Hex | FC | 74 | 8D | 0 | 36 | 2C | 1 | 15D | 60 | 48 |
| Octal | 374 | 164 | 215 | 0 | 66 | 54 | 1 | 535 | 140 | 110 |
| Binary | 11111100 | 1110100 | 10001101 | 0 | 110110 | 101100 | 1 | 101011101 | 1100000 | 1001000 |
Color Harmonies of #FC748D
Complementary color
Monochromatic Colors of #FC748D
Black with #FC748D
Text Example
Text Example
White with #FC748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC748D; }
p { color: rgb(252,116,141); }
H1.HeaderClassName
{
color: #FC748D;
}
.AnyTagClassName
{
color: #FC748D;
}
</style>
background-color css
<style>
a { background-color: #FC748D; }
a { background-color: rgb(252,116,141); }
div.DivClassName
{
background-color: #FC748D;
}
.BgClassName
{
background-color: #FC748D;
}
</style>
border-color css
<style>
span { border-color: #FC748D; }
span { border-color: rgb(252,116,141); }
td.TdClassName
{
border-color: #FC748D;
}
.TagClassName
{
border-color: #FC748D;
}
</style>