Shades of Brink Pink #FC747D
Tints of Brink Pink #FC747D
RGB
CMYK
RGB Variations
Color information
#FC747D (or 0xFC747D) is known color: Brink Pink. HEX triplet: FC, 74 and 7D. RGB value is (252,116,125). Sum of RGB (Red+Green+Blue) = 252+116+125=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC747D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC747D is #038B82. Grayscale: #9D9D9D. Windows color (decimal): -232323 or 8221948. OLE color: 8221948.
HSL color Cylindrical-coordinate representation of color #FC747D: hue angle of 356.03º 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 #FC747D is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 125 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.01 |
| HSL | 356.03º | 0.96% | 0.72% | - |
| HSV(B) | 356.03º | 0.54% | 0.99% | - |
| XYZ | 50.09 | 34.67 | 23.45 | - |
| YUV | 157.69 | 109.56 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 125 | 0 | 0.54 | 0.50 | 0.01 | 356.03 | 0.96 | 0.72 |
| Hex | FC | 74 | 7D | 0 | 36 | 32 | 1 | 164 | 60 | 48 |
| Octal | 374 | 164 | 175 | 0 | 66 | 62 | 1 | 544 | 140 | 110 |
| Binary | 11111100 | 1110100 | 1111101 | 0 | 110110 | 110010 | 1 | 101100100 | 1100000 | 1001000 |
Color Harmonies of #FC747D
Complementary color
Monochromatic Colors of #FC747D
Black with #FC747D
Text Example
Text Example
White with #FC747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC747D; }
p { color: rgb(252,116,125); }
H1.HeaderClassName
{
color: #FC747D;
}
.AnyTagClassName
{
color: #FC747D;
}
</style>
background-color css
<style>
a { background-color: #FC747D; }
a { background-color: rgb(252,116,125); }
div.DivClassName
{
background-color: #FC747D;
}
.BgClassName
{
background-color: #FC747D;
}
</style>
border-color css
<style>
span { border-color: #FC747D; }
span { border-color: rgb(252,116,125); }
td.TdClassName
{
border-color: #FC747D;
}
.TagClassName
{
border-color: #FC747D;
}
</style>