Shades of Brink Pink #FC708A
Tints of Brink Pink #FC708A
RGB
CMYK
RGB Variations
Color information
#FC708A (or 0xFC708A) is known color: Brink Pink. HEX triplet: FC, 70 and 8A. RGB value is (252,112,138). Sum of RGB (Red+Green+Blue) = 252+112+138=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC708A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC708A is #038F75. Grayscale: #9C9C9C. Windows color (decimal): -233334 or 9072892. OLE color: 9072892.
HSL color Cylindrical-coordinate representation of color #FC708A: hue angle of 348.86º 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 #FC708A is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 138 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.01 |
| HSL | 348.86º | 0.96% | 0.71% | - |
| HSV(B) | 348.86º | 0.56% | 0.99% | - |
| XYZ | 50.53 | 34.12 | 27.97 | - |
| YUV | 156.82 | 117.38 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 138 | 0 | 0.56 | 0.45 | 0.01 | 348.86 | 0.96 | 0.71 |
| Hex | FC | 70 | 8A | 0 | 38 | 2D | 1 | 15D | 60 | 47 |
| Octal | 374 | 160 | 212 | 0 | 70 | 55 | 1 | 535 | 140 | 107 |
| Binary | 11111100 | 1110000 | 10001010 | 0 | 111000 | 101101 | 1 | 101011101 | 1100000 | 1000111 |
Color Harmonies of #FC708A
Complementary color
Monochromatic Colors of #FC708A
Black with #FC708A
Text Example
Text Example
White with #FC708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC708A; }
p { color: rgb(252,112,138); }
H1.HeaderClassName
{
color: #FC708A;
}
.AnyTagClassName
{
color: #FC708A;
}
</style>
background-color css
<style>
a { background-color: #FC708A; }
a { background-color: rgb(252,112,138); }
div.DivClassName
{
background-color: #FC708A;
}
.BgClassName
{
background-color: #FC708A;
}
</style>
border-color css
<style>
span { border-color: #FC708A; }
span { border-color: rgb(252,112,138); }
td.TdClassName
{
border-color: #FC708A;
}
.TagClassName
{
border-color: #FC708A;
}
</style>