Shades of Brink Pink #FC728A
Tints of Brink Pink #FC728A
RGB
CMYK
RGB Variations
Color information
#FC728A (or 0xFC728A) is known color: Brink Pink. HEX triplet: FC, 72 and 8A. RGB value is (252,114,138). Sum of RGB (Red+Green+Blue) = 252+114+138=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC728A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC728A is #038D75. Grayscale: #9E9E9E. Windows color (decimal): -232822 or 9073404. OLE color: 9073404.
HSL color Cylindrical-coordinate representation of color #FC728A: hue angle of 349.57º 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 #FC728A is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 138 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.01 |
| HSL | 349.57º | 0.96% | 0.72% | - |
| HSV(B) | 349.57º | 0.55% | 0.99% | - |
| XYZ | 50.75 | 34.57 | 28.04 | - |
| YUV | 158 | 116.72 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 138 | 0 | 0.55 | 0.45 | 0.01 | 349.57 | 0.96 | 0.72 |
| Hex | FC | 72 | 8A | 0 | 37 | 2D | 1 | 15E | 60 | 48 |
| Octal | 374 | 162 | 212 | 0 | 67 | 55 | 1 | 536 | 140 | 110 |
| Binary | 11111100 | 1110010 | 10001010 | 0 | 110111 | 101101 | 1 | 101011110 | 1100000 | 1001000 |
Color Harmonies of #FC728A
Complementary color
Monochromatic Colors of #FC728A
Black with #FC728A
Text Example
Text Example
White with #FC728A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC728A; }
p { color: rgb(252,114,138); }
H1.HeaderClassName
{
color: #FC728A;
}
.AnyTagClassName
{
color: #FC728A;
}
</style>
background-color css
<style>
a { background-color: #FC728A; }
a { background-color: rgb(252,114,138); }
div.DivClassName
{
background-color: #FC728A;
}
.BgClassName
{
background-color: #FC728A;
}
</style>
border-color css
<style>
span { border-color: #FC728A; }
span { border-color: rgb(252,114,138); }
td.TdClassName
{
border-color: #FC728A;
}
.TagClassName
{
border-color: #FC728A;
}
</style>