Shades of Brink Pink #FC707F
Tints of Brink Pink #FC707F
RGB
CMYK
RGB Variations
Color information
#FC707F (or 0xFC707F) is known color: Brink Pink. HEX triplet: FC, 70 and 7F. RGB value is (252,112,127). Sum of RGB (Red+Green+Blue) = 252+112+127=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC707F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC707F is #038F80. Grayscale: #9B9B9B. Windows color (decimal): -233345 or 8351996. OLE color: 8351996.
HSL color Cylindrical-coordinate representation of color #FC707F: hue angle of 353.57º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC707F is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 127 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.01 |
| HSL | 353.57º | 0.96% | 0.71% | - |
| HSV(B) | 353.57º | 0.56% | 0.99% | - |
| XYZ | 49.77 | 33.82 | 23.98 | - |
| YUV | 155.57 | 111.88 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 127 | 0 | 0.56 | 0.50 | 0.01 | 353.57 | 0.96 | 0.71 |
| Hex | FC | 70 | 7F | 0 | 38 | 32 | 1 | 162 | 60 | 47 |
| Octal | 374 | 160 | 177 | 0 | 70 | 62 | 1 | 542 | 140 | 107 |
| Binary | 11111100 | 1110000 | 1111111 | 0 | 111000 | 110010 | 1 | 101100010 | 1100000 | 1000111 |
Color Harmonies of #FC707F
Complementary color
Monochromatic Colors of #FC707F
Black with #FC707F
Text Example
Text Example
White with #FC707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC707F; }
p { color: rgb(252,112,127); }
H1.HeaderClassName
{
color: #FC707F;
}
.AnyTagClassName
{
color: #FC707F;
}
</style>
background-color css
<style>
a { background-color: #FC707F; }
a { background-color: rgb(252,112,127); }
div.DivClassName
{
background-color: #FC707F;
}
.BgClassName
{
background-color: #FC707F;
}
</style>
border-color css
<style>
span { border-color: #FC707F; }
span { border-color: rgb(252,112,127); }
td.TdClassName
{
border-color: #FC707F;
}
.TagClassName
{
border-color: #FC707F;
}
</style>