Shades of Brink Pink #FC7385
Tints of Brink Pink #FC7385
RGB
CMYK
RGB Variations
Color information
#FC7385 (or 0xFC7385) is known color: Brink Pink. HEX triplet: FC, 73 and 85. RGB value is (252,115,133). Sum of RGB (Red+Green+Blue) = 252+115+133=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7385 is #038C7A. Grayscale: #9E9E9E. Windows color (decimal): -232571 or 8745980. OLE color: 8745980.
HSL color Cylindrical-coordinate representation of color #FC7385: hue angle of 352.12º 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 #FC7385 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 133 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.01 |
| HSL | 352.12º | 0.96% | 0.72% | - |
| HSV(B) | 352.12º | 0.54% | 0.99% | - |
| XYZ | 50.51 | 34.65 | 26.22 | - |
| YUV | 158.02 | 113.89 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 133 | 0 | 0.54 | 0.47 | 0.01 | 352.12 | 0.96 | 0.72 |
| Hex | FC | 73 | 85 | 0 | 36 | 2F | 1 | 160 | 60 | 48 |
| Octal | 374 | 163 | 205 | 0 | 66 | 57 | 1 | 540 | 140 | 110 |
| Binary | 11111100 | 1110011 | 10000101 | 0 | 110110 | 101111 | 1 | 101100000 | 1100000 | 1001000 |
Color Harmonies of #FC7385
Complementary color
Monochromatic Colors of #FC7385
Black with #FC7385
Text Example
Text Example
White with #FC7385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7385; }
p { color: rgb(252,115,133); }
H1.HeaderClassName
{
color: #FC7385;
}
.AnyTagClassName
{
color: #FC7385;
}
</style>
background-color css
<style>
a { background-color: #FC7385; }
a { background-color: rgb(252,115,133); }
div.DivClassName
{
background-color: #FC7385;
}
.BgClassName
{
background-color: #FC7385;
}
</style>
border-color css
<style>
span { border-color: #FC7385; }
span { border-color: rgb(252,115,133); }
td.TdClassName
{
border-color: #FC7385;
}
.TagClassName
{
border-color: #FC7385;
}
</style>