Shades of Brink Pink #FC7B85
Tints of Brink Pink #FC7B85
RGB
CMYK
RGB Variations
Color information
#FC7B85 (or 0xFC7B85) is known color: Brink Pink. HEX triplet: FC, 7B and 85. RGB value is (252,123,133). Sum of RGB (Red+Green+Blue) = 252+123+133=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7B85 is #03847A. Grayscale: #A2A2A2. Windows color (decimal): -230523 or 8748028. OLE color: 8748028.
HSL color Cylindrical-coordinate representation of color #FC7B85: hue angle of 355.35º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC7B85 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 133 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.01 |
| HSL | 355.35º | 0.96% | 0.74% | - |
| HSV(B) | 355.35º | 0.51% | 0.99% | - |
| XYZ | 51.46 | 36.55 | 26.53 | - |
| YUV | 162.71 | 111.24 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 133 | 0 | 0.51 | 0.47 | 0.01 | 355.35 | 0.96 | 0.74 |
| Hex | FC | 7B | 85 | 0 | 33 | 2F | 1 | 163 | 60 | 4A |
| Octal | 374 | 173 | 205 | 0 | 63 | 57 | 1 | 543 | 140 | 112 |
| Binary | 11111100 | 1111011 | 10000101 | 0 | 110011 | 101111 | 1 | 101100011 | 1100000 | 1001010 |
Color Harmonies of #FC7B85
Complementary color
Monochromatic Colors of #FC7B85
Black with #FC7B85
Text Example
Text Example
White with #FC7B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7B85; }
p { color: rgb(252,123,133); }
H1.HeaderClassName
{
color: #FC7B85;
}
.AnyTagClassName
{
color: #FC7B85;
}
</style>
background-color css
<style>
a { background-color: #FC7B85; }
a { background-color: rgb(252,123,133); }
div.DivClassName
{
background-color: #FC7B85;
}
.BgClassName
{
background-color: #FC7B85;
}
</style>
border-color css
<style>
span { border-color: #FC7B85; }
span { border-color: rgb(252,123,133); }
td.TdClassName
{
border-color: #FC7B85;
}
.TagClassName
{
border-color: #FC7B85;
}
</style>