Shades of Brink Pink #FC707D
Tints of Brink Pink #FC707D
RGB
CMYK
RGB Variations
Color information
#FC707D (or 0xFC707D) is known color: Brink Pink. HEX triplet: FC, 70 and 7D. RGB value is (252,112,125). Sum of RGB (Red+Green+Blue) = 252+112+125=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC707D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC707D is #038F82. Grayscale: #9B9B9B. Windows color (decimal): -233347 or 8220924. OLE color: 8220924.
HSL color Cylindrical-coordinate representation of color #FC707D: hue angle of 354.43º 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 #FC707D is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 125 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.01 |
| HSL | 354.43º | 0.96% | 0.71% | - |
| HSV(B) | 354.43º | 0.56% | 0.99% | - |
| XYZ | 49.64 | 33.76 | 23.3 | - |
| YUV | 155.34 | 110.88 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 125 | 0 | 0.56 | 0.50 | 0.01 | 354.43 | 0.96 | 0.71 |
| Hex | FC | 70 | 7D | 0 | 38 | 32 | 1 | 162 | 60 | 47 |
| Octal | 374 | 160 | 175 | 0 | 70 | 62 | 1 | 542 | 140 | 107 |
| Binary | 11111100 | 1110000 | 1111101 | 0 | 111000 | 110010 | 1 | 101100010 | 1100000 | 1000111 |
Color Harmonies of #FC707D
Complementary color
Monochromatic Colors of #FC707D
Black with #FC707D
Text Example
Text Example
White with #FC707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC707D; }
p { color: rgb(252,112,125); }
H1.HeaderClassName
{
color: #FC707D;
}
.AnyTagClassName
{
color: #FC707D;
}
</style>
background-color css
<style>
a { background-color: #FC707D; }
a { background-color: rgb(252,112,125); }
div.DivClassName
{
background-color: #FC707D;
}
.BgClassName
{
background-color: #FC707D;
}
</style>
border-color css
<style>
span { border-color: #FC707D; }
span { border-color: rgb(252,112,125); }
td.TdClassName
{
border-color: #FC707D;
}
.TagClassName
{
border-color: #FC707D;
}
</style>