Shades of Brink Pink #FC657E
Tints of Brink Pink #FC657E
RGB
CMYK
RGB Variations
Color information
#FC657E (or 0xFC657E) is known color: Brink Pink. HEX triplet: FC, 65 and 7E. RGB value is (252,101,126). Sum of RGB (Red+Green+Blue) = 252+101+126=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC657E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC657E is #039A81. Grayscale: #959595. Windows color (decimal): -236162 or 8283644. OLE color: 8283644.
HSL color Cylindrical-coordinate representation of color #FC657E: hue angle of 350.07º 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 #FC657E is Cyan = 0, Magento = 0.60, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 126 | - |
| CMYK | 0 | 0.60 | 0.5 | 0.01 |
| HSL | 350.07º | 0.96% | 0.69% | - |
| HSV(B) | 350.07º | 0.6% | 0.99% | - |
| XYZ | 48.56 | 31.51 | 23.26 | - |
| YUV | 149 | 115.03 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 126 | 0 | 0.60 | 0.5 | 0.01 | 350.07 | 0.96 | 0.69 |
| Hex | FC | 65 | 7E | 0 | 3C | 32 | 1 | 15E | 60 | 45 |
| Octal | 374 | 145 | 176 | 0 | 74 | 62 | 1 | 536 | 140 | 105 |
| Binary | 11111100 | 1100101 | 1111110 | 0 | 111100 | 110010 | 1 | 101011110 | 1100000 | 1000101 |
Color Harmonies of #FC657E
Complementary color
Monochromatic Colors of #FC657E
Black with #FC657E
Text Example
Text Example
White with #FC657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC657E; }
p { color: rgb(252,101,126); }
H1.HeaderClassName
{
color: #FC657E;
}
.AnyTagClassName
{
color: #FC657E;
}
</style>
background-color css
<style>
a { background-color: #FC657E; }
a { background-color: rgb(252,101,126); }
div.DivClassName
{
background-color: #FC657E;
}
.BgClassName
{
background-color: #FC657E;
}
</style>
border-color css
<style>
span { border-color: #FC657E; }
span { border-color: rgb(252,101,126); }
td.TdClassName
{
border-color: #FC657E;
}
.TagClassName
{
border-color: #FC657E;
}
</style>