Shades of Brink Pink #FC748F
Tints of Brink Pink #FC748F
RGB
CMYK
RGB Variations
Color information
#FC748F (or 0xFC748F) is known color: Brink Pink. HEX triplet: FC, 74 and 8F. RGB value is (252,116,143). Sum of RGB (Red+Green+Blue) = 252+116+143=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC748F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC748F is #038B70. Grayscale: #9F9F9F. Windows color (decimal): -232305 or 9401596. OLE color: 9401596.
HSL color Cylindrical-coordinate representation of color #FC748F: hue angle of 348.09º 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 #FC748F is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 143 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.01 |
| HSL | 348.09º | 0.96% | 0.72% | - |
| HSV(B) | 348.09º | 0.54% | 0.99% | - |
| XYZ | 51.35 | 35.17 | 30.07 | - |
| YUV | 159.74 | 118.56 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 143 | 0 | 0.54 | 0.43 | 0.01 | 348.09 | 0.96 | 0.72 |
| Hex | FC | 74 | 8F | 0 | 36 | 2B | 1 | 15C | 60 | 48 |
| Octal | 374 | 164 | 217 | 0 | 66 | 53 | 1 | 534 | 140 | 110 |
| Binary | 11111100 | 1110100 | 10001111 | 0 | 110110 | 101011 | 1 | 101011100 | 1100000 | 1001000 |
Color Harmonies of #FC748F
Complementary color
Monochromatic Colors of #FC748F
Black with #FC748F
Text Example
Text Example
White with #FC748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC748F; }
p { color: rgb(252,116,143); }
H1.HeaderClassName
{
color: #FC748F;
}
.AnyTagClassName
{
color: #FC748F;
}
</style>
background-color css
<style>
a { background-color: #FC748F; }
a { background-color: rgb(252,116,143); }
div.DivClassName
{
background-color: #FC748F;
}
.BgClassName
{
background-color: #FC748F;
}
</style>
border-color css
<style>
span { border-color: #FC748F; }
span { border-color: rgb(252,116,143); }
td.TdClassName
{
border-color: #FC748F;
}
.TagClassName
{
border-color: #FC748F;
}
</style>