Shades of Brink Pink #FC737A
Tints of Brink Pink #FC737A
RGB
CMYK
RGB Variations
Color information
#FC737A (or 0xFC737A) is known color: Brink Pink. HEX triplet: FC, 73 and 7A. RGB value is (252,115,122). Sum of RGB (Red+Green+Blue) = 252+115+122=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC737A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC737A is #038C85. Grayscale: #9C9C9C. Windows color (decimal): -232582 or 8025084. OLE color: 8025084.
HSL color Cylindrical-coordinate representation of color #FC737A: hue angle of 356.93º 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 #FC737A is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 122 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.01 |
| HSL | 356.93º | 0.96% | 0.72% | - |
| HSV(B) | 356.93º | 0.54% | 0.99% | - |
| XYZ | 49.79 | 34.36 | 22.42 | - |
| YUV | 156.76 | 108.39 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 122 | 0 | 0.54 | 0.52 | 0.01 | 356.93 | 0.96 | 0.72 |
| Hex | FC | 73 | 7A | 0 | 36 | 34 | 1 | 165 | 60 | 48 |
| Octal | 374 | 163 | 172 | 0 | 66 | 64 | 1 | 545 | 140 | 110 |
| Binary | 11111100 | 1110011 | 1111010 | 0 | 110110 | 110100 | 1 | 101100101 | 1100000 | 1001000 |
Color Harmonies of #FC737A
Complementary color
Monochromatic Colors of #FC737A
Black with #FC737A
Text Example
Text Example
White with #FC737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC737A; }
p { color: rgb(252,115,122); }
H1.HeaderClassName
{
color: #FC737A;
}
.AnyTagClassName
{
color: #FC737A;
}
</style>
background-color css
<style>
a { background-color: #FC737A; }
a { background-color: rgb(252,115,122); }
div.DivClassName
{
background-color: #FC737A;
}
.BgClassName
{
background-color: #FC737A;
}
</style>
border-color css
<style>
span { border-color: #FC737A; }
span { border-color: rgb(252,115,122); }
td.TdClassName
{
border-color: #FC737A;
}
.TagClassName
{
border-color: #FC737A;
}
</style>