Shades of Brink Pink #FC658B
Tints of Brink Pink #FC658B
RGB
CMYK
RGB Variations
Color information
#FC658B (or 0xFC658B) is known color: Brink Pink. HEX triplet: FC, 65 and 8B. RGB value is (252,101,139). Sum of RGB (Red+Green+Blue) = 252+101+139=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC658B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC658B is #039A74. Grayscale: #969696. Windows color (decimal): -236149 or 9135612. OLE color: 9135612.
HSL color Cylindrical-coordinate representation of color #FC658B: hue angle of 344.9º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC658B is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 139 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.01 |
| HSL | 344.9º | 0.96% | 0.69% | - |
| HSV(B) | 344.9º | 0.6% | 0.99% | - |
| XYZ | 49.46 | 31.87 | 27.97 | - |
| YUV | 150.48 | 121.53 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 139 | 0 | 0.60 | 0.45 | 0.01 | 344.9 | 0.96 | 0.69 |
| Hex | FC | 65 | 8B | 0 | 3C | 2D | 1 | 159 | 60 | 45 |
| Octal | 374 | 145 | 213 | 0 | 74 | 55 | 1 | 531 | 140 | 105 |
| Binary | 11111100 | 1100101 | 10001011 | 0 | 111100 | 101101 | 1 | 101011001 | 1100000 | 1000101 |
Color Harmonies of #FC658B
Complementary color
Monochromatic Colors of #FC658B
Black with #FC658B
Text Example
Text Example
White with #FC658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC658B; }
p { color: rgb(252,101,139); }
H1.HeaderClassName
{
color: #FC658B;
}
.AnyTagClassName
{
color: #FC658B;
}
</style>
background-color css
<style>
a { background-color: #FC658B; }
a { background-color: rgb(252,101,139); }
div.DivClassName
{
background-color: #FC658B;
}
.BgClassName
{
background-color: #FC658B;
}
</style>
border-color css
<style>
span { border-color: #FC658B; }
span { border-color: rgb(252,101,139); }
td.TdClassName
{
border-color: #FC658B;
}
.TagClassName
{
border-color: #FC658B;
}
</style>