Shades of Brink Pink #FC7379
Tints of Brink Pink #FC7379
RGB
CMYK
RGB Variations
Color information
#FC7379 (or 0xFC7379) is known color: Brink Pink. HEX triplet: FC, 73 and 79. RGB value is (252,115,121). Sum of RGB (Red+Green+Blue) = 252+115+121=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7379 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7379 is #038C86. Grayscale: #9C9C9C. Windows color (decimal): -232583 or 7959548. OLE color: 7959548.
HSL color Cylindrical-coordinate representation of color #FC7379: hue angle of 357.37º 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 #FC7379 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 121 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.01 |
| HSL | 357.37º | 0.96% | 0.72% | - |
| HSV(B) | 357.37º | 0.54% | 0.99% | - |
| XYZ | 49.73 | 34.34 | 22.1 | - |
| YUV | 156.65 | 107.89 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 121 | 0 | 0.54 | 0.52 | 0.01 | 357.37 | 0.96 | 0.72 |
| Hex | FC | 73 | 79 | 0 | 36 | 34 | 1 | 165 | 60 | 48 |
| Octal | 374 | 163 | 171 | 0 | 66 | 64 | 1 | 545 | 140 | 110 |
| Binary | 11111100 | 1110011 | 1111001 | 0 | 110110 | 110100 | 1 | 101100101 | 1100000 | 1001000 |
Color Harmonies of #FC7379
Complementary color
Monochromatic Colors of #FC7379
Black with #FC7379
Text Example
Text Example
White with #FC7379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7379; }
p { color: rgb(252,115,121); }
H1.HeaderClassName
{
color: #FC7379;
}
.AnyTagClassName
{
color: #FC7379;
}
</style>
background-color css
<style>
a { background-color: #FC7379; }
a { background-color: rgb(252,115,121); }
div.DivClassName
{
background-color: #FC7379;
}
.BgClassName
{
background-color: #FC7379;
}
</style>
border-color css
<style>
span { border-color: #FC7379; }
span { border-color: rgb(252,115,121); }
td.TdClassName
{
border-color: #FC7379;
}
.TagClassName
{
border-color: #FC7379;
}
</style>