Shades of Brink Pink #FC728B
Tints of Brink Pink #FC728B
RGB
CMYK
RGB Variations
Color information
#FC728B (or 0xFC728B) is known color: Brink Pink. HEX triplet: FC, 72 and 8B. RGB value is (252,114,139). Sum of RGB (Red+Green+Blue) = 252+114+139=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC728B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC728B is #038D74. Grayscale: #9E9E9E. Windows color (decimal): -232821 or 9138940. OLE color: 9138940.
HSL color Cylindrical-coordinate representation of color #FC728B: hue angle of 349.13º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FC728B is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 139 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.01 |
| HSL | 349.13º | 0.96% | 0.72% | - |
| HSV(B) | 349.13º | 0.55% | 0.99% | - |
| XYZ | 50.82 | 34.59 | 28.42 | - |
| YUV | 158.11 | 117.22 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 139 | 0 | 0.55 | 0.45 | 0.01 | 349.13 | 0.96 | 0.72 |
| Hex | FC | 72 | 8B | 0 | 37 | 2D | 1 | 15D | 60 | 48 |
| Octal | 374 | 162 | 213 | 0 | 67 | 55 | 1 | 535 | 140 | 110 |
| Binary | 11111100 | 1110010 | 10001011 | 0 | 110111 | 101101 | 1 | 101011101 | 1100000 | 1001000 |
Color Harmonies of #FC728B
Complementary color
Monochromatic Colors of #FC728B
Black with #FC728B
Text Example
Text Example
White with #FC728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC728B; }
p { color: rgb(252,114,139); }
H1.HeaderClassName
{
color: #FC728B;
}
.AnyTagClassName
{
color: #FC728B;
}
</style>
background-color css
<style>
a { background-color: #FC728B; }
a { background-color: rgb(252,114,139); }
div.DivClassName
{
background-color: #FC728B;
}
.BgClassName
{
background-color: #FC728B;
}
</style>
border-color css
<style>
span { border-color: #FC728B; }
span { border-color: rgb(252,114,139); }
td.TdClassName
{
border-color: #FC728B;
}
.TagClassName
{
border-color: #FC728B;
}
</style>