Shades of Brink Pink #FC737B
Tints of Brink Pink #FC737B
RGB
CMYK
RGB Variations
Color information
#FC737B (or 0xFC737B) is known color: Brink Pink. HEX triplet: FC, 73 and 7B. RGB value is (252,115,123). Sum of RGB (Red+Green+Blue) = 252+115+123=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC737B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC737B is #038C84. Grayscale: #9C9C9C. Windows color (decimal): -232581 or 8090620. OLE color: 8090620.
HSL color Cylindrical-coordinate representation of color #FC737B: hue angle of 356.5º 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 #FC737B is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 123 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.01 |
| HSL | 356.5º | 0.96% | 0.72% | - |
| HSV(B) | 356.5º | 0.54% | 0.99% | - |
| XYZ | 49.85 | 34.39 | 22.75 | - |
| YUV | 156.88 | 108.89 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 123 | 0 | 0.54 | 0.51 | 0.01 | 356.5 | 0.96 | 0.72 |
| Hex | FC | 73 | 7B | 0 | 36 | 33 | 1 | 164 | 60 | 48 |
| Octal | 374 | 163 | 173 | 0 | 66 | 63 | 1 | 544 | 140 | 110 |
| Binary | 11111100 | 1110011 | 1111011 | 0 | 110110 | 110011 | 1 | 101100100 | 1100000 | 1001000 |
Color Harmonies of #FC737B
Complementary color
Monochromatic Colors of #FC737B
Black with #FC737B
Text Example
Text Example
White with #FC737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC737B; }
p { color: rgb(252,115,123); }
H1.HeaderClassName
{
color: #FC737B;
}
.AnyTagClassName
{
color: #FC737B;
}
</style>
background-color css
<style>
a { background-color: #FC737B; }
a { background-color: rgb(252,115,123); }
div.DivClassName
{
background-color: #FC737B;
}
.BgClassName
{
background-color: #FC737B;
}
</style>
border-color css
<style>
span { border-color: #FC737B; }
span { border-color: rgb(252,115,123); }
td.TdClassName
{
border-color: #FC737B;
}
.TagClassName
{
border-color: #FC737B;
}
</style>