Shades of Brink Pink #FC708E
Tints of Brink Pink #FC708E
RGB
CMYK
RGB Variations
Color information
#FC708E (or 0xFC708E) is known color: Brink Pink. HEX triplet: FC, 70 and 8E. RGB value is (252,112,142). Sum of RGB (Red+Green+Blue) = 252+112+142=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC708E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC708E is #038F71. Grayscale: #9D9D9D. Windows color (decimal): -233330 or 9335036. OLE color: 9335036.
HSL color Cylindrical-coordinate representation of color #FC708E: hue angle of 347.14º 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 #FC708E is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 142 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.01 |
| HSL | 347.14º | 0.96% | 0.71% | - |
| HSV(B) | 347.14º | 0.56% | 0.99% | - |
| XYZ | 50.82 | 34.24 | 29.52 | - |
| YUV | 157.28 | 119.38 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 142 | 0 | 0.56 | 0.44 | 0.01 | 347.14 | 0.96 | 0.71 |
| Hex | FC | 70 | 8E | 0 | 38 | 2C | 1 | 15B | 60 | 47 |
| Octal | 374 | 160 | 216 | 0 | 70 | 54 | 1 | 533 | 140 | 107 |
| Binary | 11111100 | 1110000 | 10001110 | 0 | 111000 | 101100 | 1 | 101011011 | 1100000 | 1000111 |
Color Harmonies of #FC708E
Complementary color
Monochromatic Colors of #FC708E
Black with #FC708E
Text Example
Text Example
White with #FC708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC708E; }
p { color: rgb(252,112,142); }
H1.HeaderClassName
{
color: #FC708E;
}
.AnyTagClassName
{
color: #FC708E;
}
</style>
background-color css
<style>
a { background-color: #FC708E; }
a { background-color: rgb(252,112,142); }
div.DivClassName
{
background-color: #FC708E;
}
.BgClassName
{
background-color: #FC708E;
}
</style>
border-color css
<style>
span { border-color: #FC708E; }
span { border-color: rgb(252,112,142); }
td.TdClassName
{
border-color: #FC708E;
}
.TagClassName
{
border-color: #FC708E;
}
</style>