Shades of Brink Pink #FC727D
Tints of Brink Pink #FC727D
RGB
CMYK
RGB Variations
Color information
#FC727D (or 0xFC727D) is known color: Brink Pink. HEX triplet: FC, 72 and 7D. RGB value is (252,114,125). Sum of RGB (Red+Green+Blue) = 252+114+125=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC727D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC727D is #038D82. Grayscale: #9C9C9C. Windows color (decimal): -232835 or 8221436. OLE color: 8221436.
HSL color Cylindrical-coordinate representation of color #FC727D: hue angle of 355.22º 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 #FC727D is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 125 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.01 |
| HSL | 355.22º | 0.96% | 0.72% | - |
| HSV(B) | 355.22º | 0.55% | 0.99% | - |
| XYZ | 49.86 | 34.21 | 23.38 | - |
| YUV | 156.52 | 110.22 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 125 | 0 | 0.55 | 0.50 | 0.01 | 355.22 | 0.96 | 0.72 |
| Hex | FC | 72 | 7D | 0 | 37 | 32 | 1 | 163 | 60 | 48 |
| Octal | 374 | 162 | 175 | 0 | 67 | 62 | 1 | 543 | 140 | 110 |
| Binary | 11111100 | 1110010 | 1111101 | 0 | 110111 | 110010 | 1 | 101100011 | 1100000 | 1001000 |
Color Harmonies of #FC727D
Complementary color
Monochromatic Colors of #FC727D
Black with #FC727D
Text Example
Text Example
White with #FC727D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC727D; }
p { color: rgb(252,114,125); }
H1.HeaderClassName
{
color: #FC727D;
}
.AnyTagClassName
{
color: #FC727D;
}
</style>
background-color css
<style>
a { background-color: #FC727D; }
a { background-color: rgb(252,114,125); }
div.DivClassName
{
background-color: #FC727D;
}
.BgClassName
{
background-color: #FC727D;
}
</style>
border-color css
<style>
span { border-color: #FC727D; }
span { border-color: rgb(252,114,125); }
td.TdClassName
{
border-color: #FC727D;
}
.TagClassName
{
border-color: #FC727D;
}
</style>